diff options
author | Michael McClintock <mrmcc3@gmail.com> | 2023-11-11 09:54:04 +1000 |
---|---|---|
committer | Michael McClintock <mrmcc3@gmail.com> | 2023-11-11 09:54:04 +1000 |
commit | 3066a66061721203b17637ac961618371c865e14 (patch) | |
tree | 0c7d326010a6dce50883cce78f4d1cf89ef2dbc8 /yo_sand.toml | |
parent | 1bb882cef662b420909796299371614c4bec6f79 (diff) | |
download | yo-theme-helix-3066a66061721203b17637ac961618371c865e14.tar.gz |
move the warm theme (previous default) to yo_sand. make the default theme more conservative
Diffstat (limited to 'yo_sand.toml')
-rw-r--r-- | yo_sand.toml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/yo_sand.toml b/yo_sand.toml new file mode 100644 index 0000000..e3e8fd1 --- /dev/null +++ b/yo_sand.toml @@ -0,0 +1,30 @@ +# Helix theme inspired by Zenbones & Alabaster with radix colors. +# Author: Michael McClintock @mrmcc3 +# License: MIT + +inherits = "yo" + +[palette] + +# sandDark +p1 = "#111110" +p2 = "#191918" +p3 = "#222221" +p4 = "#2a2a28" +p5 = "#31312e" +p6 = "#3b3a37" +p7 = "#494844" +p8 = "#62605b" +p9 = "#6f6d66" +p10 = "#7c7b74" +p11 = "#b5b3ad" +p12 = "#eeeeec" + +error = "#ec6142" # tomatoDark-10 +warning = "#ffd60a" # amberDark-10 +info = "#23afd0" # cyanDark-10 + +string = "#53b365" # grassDark-10 +constant = "#de51a8" # pinkDark-10 +keyword = "#dbb594" # brownDark-11 + |