diff --git a/plugins/dark night/.installed b/plugins/dark night/.installed new file mode 100644 index 00000000..e69de29b diff --git a/plugins/dark night/manifest.json b/plugins/dark night/manifest.json new file mode 100644 index 00000000..6cb19281 --- /dev/null +++ b/plugins/dark night/manifest.json @@ -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" +] +} \ No newline at end of file diff --git a/plugins/dark night/themes/darknight.json b/plugins/dark night/themes/darknight.json new file mode 100644 index 00000000..2f9fdee9 --- /dev/null +++ b/plugins/dark night/themes/darknight.json @@ -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" + } + } +} \ No newline at end of file