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.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.toml')
-rw-r--r-- | yo_berry.toml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/yo_berry.toml b/yo_berry.toml index e8568d8..00e3c7f 100644 --- a/yo_berry.toml +++ b/yo_berry.toml @@ -1,14 +1,12 @@ -# yo_berry - yo variant with berry colors - -# 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 - mauveDark +# mauveDark p1 = "#121113" p2 = "#1a191b" p3 = "#232225" |