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_berry_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_berry_dark.toml')
-rw-r--r-- | yo_berry_dark.toml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/yo_berry_dark.toml b/yo_berry_dark.toml index d0c9fb6..320b70b 100644 --- a/yo_berry_dark.toml +++ b/yo_berry_dark.toml @@ -1,15 +1,12 @@ -# yo_berry_dark - darker yo berry variant - -# Helix theme inspired by Zenbones & Alabaster. +# Helix theme inspired by Zenbones & Alabaster with radix colors. # Author: Michael McClintock @mrmcc3 # License: MIT inherits = "yo_berry" -[palette] # radix ui colors - -# primary - mauveDark. shift p1-p5 -> p2-p6 +[palette] +# mauveDark. shift p1-p5 -> p2-p6 p2 = "#121113" p3 = "#1a191b" p4 = "#232225" |