diff options
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" + |