diff options
author | Michael McClintock <mrmcc3@gmail.com> | 2023-11-21 07:26:41 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 07:26:41 +1000 |
commit | 85be6b3589375c0165b4091f230542f3b1b2ddef (patch) | |
tree | e1401bcbf4a2e2268469bdf03f9cbe949a5be756 /yo_berry_light.toml | |
parent | d75f49a795786fb8a0d8f8279a17c0762d8029e0 (diff) | |
parent | 2817e04103bffa1e0b4d97ddcfaef7ae047dc2f2 (diff) | |
download | yo-theme-helix-85be6b3589375c0165b4091f230542f3b1b2ddef.tar.gz |
Merge pull request #3 from mrmcc3/update
Update radix colors and add new theme
Diffstat (limited to 'yo_berry_light.toml')
-rw-r--r-- | yo_berry_light.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/yo_berry_light.toml b/yo_berry_light.toml index 57682af..a8e8042 100644 --- a/yo_berry_light.toml +++ b/yo_berry_light.toml @@ -1,12 +1,10 @@ -# yo_berry_light - light 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 +[palette] # primary - mauve p1 = "#fdfcfd" @@ -26,5 +24,7 @@ error = "#e03177" # crimson-10 warning = "#ed5f00" # orange-10 info = "#0081f1" # blue-10 -constant = "#a43cb4" # plum-10 +string = "#0d9b8a" # teal-10 +constant = "#a144af" # plum-10 +keyword = "#5753c6" # iris-11 |