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_dark.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_dark.toml')
-rw-r--r-- | yo_dark.toml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/yo_dark.toml b/yo_dark.toml index a190c7d..173e60f 100644 --- a/yo_dark.toml +++ b/yo_dark.toml @@ -1,6 +1,4 @@ -# yo_dark - darker yo variant - -# Helix theme inspired by Zenbones & Alabaster. +# Helix theme inspired by Zenbones & Alabaster with radix colors. # Author: Michael McClintock @mrmcc3 # License: MIT @@ -8,10 +6,9 @@ inherits = "yo" [palette] -# in the default theme p1 is unused. shift p1-p5 -> p2-p6 - -p2 = "#111110" -p3 = "#191918" -p4 = "#222221" -p5 = "#2a2a28" -p6 = "#31312e" +# grayDark. shift p1-p5 -> p2-p6 +p2 = "#111111" +p3 = "#191919" +p4 = "#222222" +p5 = "#2a2a2a" +p6 = "#313131" |