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_light.toml | |
parent | 725effc8700f1f81ee4f069189a39014b841b114 (diff) | |
download | yo-theme-helix-f39130b998fca17058e15288e497db12faa85408.tar.gz |
rework themes. simplify. add berry vairants
Diffstat (limited to 'yo_berry_light.toml')
-rw-r--r-- | yo_berry_light.toml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/yo_berry_light.toml b/yo_berry_light.toml new file mode 100644 index 0000000..57682af --- /dev/null +++ b/yo_berry_light.toml @@ -0,0 +1,30 @@ +# yo_berry_light - light yo berry variant + +# Helix theme inspired by Zenbones & Alabaster. +# Author: Michael McClintock @mrmcc3 +# License: MIT + +inherits = "yo_berry" + +[palette] # radix ui colors + +# primary - mauve +p1 = "#fdfcfd" +p2 = "#f9f8f9" +p3 = "#f4f2f4" +p4 = "#eeedef" +p5 = "#e9e8ea" +p6 = "#e4e2e4" +p7 = "#dcdbdd" +p8 = "#c8c7cb" +p9 = "#908e96" +p10 = "#86848d" +p11 = "#6f6e77" +p12 = "#1a1523" + +error = "#e03177" # crimson-10 +warning = "#ed5f00" # orange-10 +info = "#0081f1" # blue-10 + +constant = "#a43cb4" # plum-10 + |