Skip to content

Commit

Permalink
Merge pull request #142 from anonymous-90/master
Browse files Browse the repository at this point in the history
new darkmode theme for bridge
  • Loading branch information
outercloudstudio authored Nov 30, 2023
2 parents 9638b95 + 8e4a5a1 commit c9b6a83
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
13 changes: 13 additions & 0 deletions plugins/superdark/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"author": "Gamer99",
"name": "superdark",
"description": "test",
"version": "1.0.0",
"target": "v2",
"id": "1e13a740-fcc4-45d5-925a-53ed39370f9b",
"icon": "mdi-atom",
"tags": [
"Theme"
],
"releaseTimestamp": 1642806936833
}
25 changes: 25 additions & 0 deletions plugins/superdark/themes/superdark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"id": "testing",
"name": "superdark",
"colorScheme": "dark",

"colors": {
"menu": "#000000",
"toolbar": "#000000",
"tabActive": "#000000",
"tabInactive": "#C0C0C0",
"sidebarNavigation": "#0F0F0F",
"expandedSidebar": "#000000",
"sidebarSelection": "#000000",
"background": "#000000",
"lineHighlightBackground": "#2c313c",
"text": "#FFFFFF",
"toolbar": "#000000",
"primary": "#0073FF",
"secondary": "#0073FF",
"accent": "#0073FF",
"tooltip": "#000000",


}
}
27 changes: 27 additions & 0 deletions plugins/superdark/themes/superdark.json.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"id": "testing",
"name": "superdark",
"colorScheme": "dark",

"colors": {
"menu": "#000000",
"toolbar": "#000000",
"tabActive": "#000000",
"tabInactive": "#C0C0C0",
"sidebarNavigation": "#0F0F0F",
"expandedSidebar": "#000000",
"sidebarSelection": "#000000",
"background": "#000000",
"lineHighlightBackground": "#2c313c",
"text": "#FFFFFF",
"toolbar": "#000000",
"primary": "#0073FF",
"secondary": "#0073FF",
"accent": "#0073FF",
"tooltip": "#000000",
"behaviorPack" : "#9E9E9E",
"resourcePack" : "#9E9E9E",


}
}

0 comments on commit c9b6a83

Please sign in to comment.