aboutsummaryrefslogtreecommitdiff
path: root/dms/dot-config/DankMaterialShell/themes/moreka/theme.json
diff options
context:
space:
mode:
authorMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-02-10 09:56:03 -0500
committerMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-02-10 09:56:03 -0500
commit8d416aa3cc6a562cb4d676eafb92d52b1ef3d334 (patch)
tree05db378117b6b67d3350b56b8702d6faac1fa545 /dms/dot-config/DankMaterialShell/themes/moreka/theme.json
parentab7303e1d893f33e09dbc8493f9a9179a7a40a4a (diff)
updates
Diffstat (limited to 'dms/dot-config/DankMaterialShell/themes/moreka/theme.json')
-rw-r--r--dms/dot-config/DankMaterialShell/themes/moreka/theme.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/dms/dot-config/DankMaterialShell/themes/moreka/theme.json b/dms/dot-config/DankMaterialShell/themes/moreka/theme.json
new file mode 100644
index 0000000..fdadbd6
--- /dev/null
+++ b/dms/dot-config/DankMaterialShell/themes/moreka/theme.json
@@ -0,0 +1,46 @@
+{
+ "id": "moreka",
+ "name": "Moreka",
+ "version": "1.0.0",
+ "author": "Mohammad Reza Karimi",
+ "description": "Moreka color scheme.",
+ "dark": {
+ "primary": "#6a905d",
+ "primaryText": "#1d2021",
+ "primaryContainer": "#83a598",
+ "secondary": "#9e6474",
+ "surface": "#1d2021",
+ "surfaceText": "#d5c4a1",
+ "surfaceVariant": "#282c34",
+ "surfaceVariantText": "#cbccd1",
+ "surfaceTint": "#ffffff",
+ "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"
+}