summaryrefslogtreecommitdiffstats
path: root/yo_light.toml
diff options
context:
space:
mode:
authorMichael McClintock <mrmcc3@gmail.com>2023-11-11 09:54:04 +1000
committerMichael McClintock <mrmcc3@gmail.com>2023-11-11 09:54:04 +1000
commit3066a66061721203b17637ac961618371c865e14 (patch)
tree0c7d326010a6dce50883cce78f4d1cf89ef2dbc8 /yo_light.toml
parent1bb882cef662b420909796299371614c4bec6f79 (diff)
downloadyo-theme-helix-3066a66061721203b17637ac961618371c865e14.tar.gz
move the warm theme (previous default) to yo_sand. make the default theme more conservative
Diffstat (limited to 'yo_light.toml')
-rw-r--r--yo_light.toml44
1 files changed, 21 insertions, 23 deletions
diff --git a/yo_light.toml b/yo_light.toml
index 89d42ed..3fba4af 100644
--- a/yo_light.toml
+++ b/yo_light.toml
@@ -1,32 +1,30 @@
-# yo_light
-
-# Helix theme inspired by Zenbones & Alabaster.
+# Helix theme inspired by Zenbones & Alabaster with radix colors.
# Author: Michael McClintock @mrmcc3
# License: MIT
inherits = "yo"
-[palette] # radix ui colors
+[palette]
-# primary - sand
-p1 = "#fdfdfc"
-p2 = "#f9f9f8"
-p3 = "#f1f0ef"
-p4 = "#e9e8e6"
-p5 = "#e2e1de"
-p6 = "#dad9d6"
-p7 = "#cfceca"
-p8 = "#bcbbb5"
-p9 = "#8d8d86"
-p10 = "#82827c"
-p11 = "#63635e"
-p12 = "#21201c"
+# gray
+p1 = "#fcfcfc"
+p2 = "#f9f9f9"
+p3 = "#f0f0f0"
+p4 = "#e8e8e8"
+p5 = "#e0e0e0"
+p6 = "#d9d9d9"
+p7 = "#cecece"
+p8 = "#bbbbbb"
+p9 = "#8d8d8d"
+p10 = "#838383"
+p11 = "#646464"
+p12 = "#202020"
-error = "#dd4425" # tomato-10
-warning = "#ffba18" # amber-10
-info = "#0588f0" # blue-10
-string = "#46a758" # grass-9
-constant = "#8e4ec6" # purple-9
-keyword = "#a18072" # bronze-9
+error = "#dc3e42" # red-10
+warning = "#ef5f00" # orange-10
+info = "#0588f0" # blue-10
+string = "#2b9a66" # green-10
+constant = "#8347b9" # purple-10
+keyword = "#957468" # bronze-10