mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Working on a One Dark theme for Dank.
This commit is contained in:
46
.config/DankMaterialShell/themes/onedark/theme.json
Normal file
46
.config/DankMaterialShell/themes/onedark/theme.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"id": "onedark",
|
||||
"name": "One Dark",
|
||||
"version": "1.0.0",
|
||||
"author": "Derek Taylor (DT)",
|
||||
"description": "One Dark color scheme.",
|
||||
"dark": {
|
||||
"primary": "#51afef",
|
||||
"primaryText": "#16161e",
|
||||
"primaryContainer": "#7dcfff",
|
||||
"secondary": "#c678dd",
|
||||
"surface": "#1a1b26",
|
||||
"surfaceText": "#bbc2cf",
|
||||
"surfaceVariant": "#282c34",
|
||||
"surfaceVariantText": "#cbccd1",
|
||||
"surfaceTint": "#3071db",
|
||||
"background": "#1c1f24",
|
||||
"backgroundText": "#d5d6db",
|
||||
"outline": "#abb2bf",
|
||||
"surfaceContainer": "#282c34",
|
||||
"surfaceContainerHigh": "#171d26",
|
||||
"error": "#ff6c6b",
|
||||
"warning": "#ecbe7b",
|
||||
"info": "#46d9ff"
|
||||
},
|
||||
"light": {
|
||||
"primary": "#2e7de9",
|
||||
"primaryText": "#d0d5e3",
|
||||
"primaryContainer": "#007197",
|
||||
"secondary": "#9854f1",
|
||||
"surface": "#e1e2e7",
|
||||
"surfaceText": "#387068",
|
||||
"surfaceVariant": "#c4c8da",
|
||||
"surfaceVariantText": "#1a1b26",
|
||||
"surfaceTint": "#2e7de9",
|
||||
"background": "#cbccd1",
|
||||
"backgroundText": "#1a1b26",
|
||||
"outline": "#4c505e",
|
||||
"surfaceContainer": "#dfe0e5",
|
||||
"surfaceContainerHigh": "#9699a3",
|
||||
"error": "#f52a65",
|
||||
"warning": "#b15c00",
|
||||
"info": "#007197"
|
||||
},
|
||||
"sourceDir": "onedark"
|
||||
}
|
||||
Reference in New Issue
Block a user