diff options
author | Michael McClintock <mrmcc3@gmail.com> | 2023-01-20 09:38:50 +1000 |
---|---|---|
committer | Michael McClintock <mrmcc3@gmail.com> | 2023-01-20 09:38:50 +1000 |
commit | f39130b998fca17058e15288e497db12faa85408 (patch) | |
tree | b8eaa8b580b54717630d7004e5c1bbbf3120d160 /yo_berry_dark.toml | |
parent | 725effc8700f1f81ee4f069189a39014b841b114 (diff) | |
download | yo-theme-helix-f39130b998fca17058e15288e497db12faa85408.tar.gz |
rework themes. simplify. add berry vairants
Diffstat (limited to 'yo_berry_dark.toml')
-rw-r--r-- | yo_berry_dark.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/yo_berry_dark.toml b/yo_berry_dark.toml new file mode 100644 index 0000000..166bd3a --- /dev/null +++ b/yo_berry_dark.toml @@ -0,0 +1,18 @@ +# yo_berry_dark - darker yo berry variant + +# Helix theme inspired by Zenbones & Alabaster. +# Author: Michael McClintock @mrmcc3 +# License: MIT + +inherits = "yo_berry" + +[palette] # radix ui colors + +# primary - mauveDark. shift p1-p5 -> p2-p6 + +p2 = "#161618" +p3 = "#1c1c1f" +p4 = "#232326" +p5 = "#28282c" +p6 = "#2e2e32" + |