Skip to content

Commit

Permalink
Merge pull request #140 from thecoolnature/master
Browse files Browse the repository at this point in the history
Dark Night theme for bridge v2.
  • Loading branch information
outercloudstudio authored Sep 30, 2023
2 parents 69d4b1d + 680341e commit 45dc794
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
Empty file added plugins/dark night/.installed
Empty file.
12 changes: 12 additions & 0 deletions plugins/dark night/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Dark Night",
"description": "Beautiful dark theme for work at night.",
"id": "8da5c1bc-4028-11ee-be56-0242ac120002",
"author": "thecoolnature",
"version": "1.0.0",
"icon": "mdi-weather-night",
"target": "v2",
"tags": [
"Theme"
]
}
56 changes: 56 additions & 0 deletions plugins/dark night/themes/darknight.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"name": "Dark Night",
"id": "thecoolnature.darknight",
"colorScheme": "dark",
"colors": {
"primary": "#071019",
"accent": "#070B19",
"error": "#0404B4",
"info": "#0B0719",
"success": "#64FE2E",
"warning": "#2E2E2E",
"background": "#000000",
"sidebarNavigation": "#5F04B4",
"expandedSidebar": "#190710",
"sidebarSelection": "#010b1d",
"menu": "#070719",
"toolbar": "#5F04B4",
"footer": "#070719",
"tooltip": "#010b1d",
"tabActive": "#0d3754",
"tabInactive": "#010b1d",
"lineHighlightBackground": "#010b1d",
"scrollbarThumb": "#0d3754",
"behaviorPack": "#6E6E6E",
"resourcePack": "#0404B4",
"skinPack": "#DF0101",
"worldTemplate": "#4B610B"
},
"highlighter": {
"type": {
"color": "#3ADF00"
},
"keyword": {
"color": "#FF00FF",
"textDecoration": "italic"
},
"definition": {
"color": "#31B404"
},
"atom": {
"color": "#FF00BF"
},
"number": {
"color": "#5858FA"
},
"string": {
"color": "#DF0101"
},
"variable": {
"color": "#CC2EFA"
},
"comment": {
"color": "#585858"
}
}
}

0 comments on commit 45dc794

Please sign in to comment.