aboutsummaryrefslogtreecommitdiff
path: root/dms/dot-config/DankMaterialShell/themes/onedark/theme.json
diff options
context:
space:
mode:
authorMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-01-29 11:40:03 -0500
committerMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-01-29 11:40:03 -0500
commitab7303e1d893f33e09dbc8493f9a9179a7a40a4a (patch)
treeaaa279dd2282ef48f4f684768ccb422e0dab30fe /dms/dot-config/DankMaterialShell/themes/onedark/theme.json
parente2a70a92822b22633562e9695c300efec2b5cbeb (diff)
updates
Diffstat (limited to 'dms/dot-config/DankMaterialShell/themes/onedark/theme.json')
-rw-r--r--dms/dot-config/DankMaterialShell/themes/onedark/theme.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/dms/dot-config/DankMaterialShell/themes/onedark/theme.json b/dms/dot-config/DankMaterialShell/themes/onedark/theme.json
new file mode 100644
index 0000000..8059a37
--- /dev/null
+++ b/dms/dot-config/DankMaterialShell/themes/onedark/theme.json
@@ -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"
+}