diff options
author | Michael McClintock <mrmcc3@gmail.com> | 2023-11-10 15:22:07 +1000 |
---|---|---|
committer | Michael McClintock <mrmcc3@gmail.com> | 2023-11-10 15:22:07 +1000 |
commit | 1bb882cef662b420909796299371614c4bec6f79 (patch) | |
tree | 23b5099bb8320983ecf9c5d6a975b0dc1c6a8cbd /yo_berry.toml | |
parent | d75f49a795786fb8a0d8f8279a17c0762d8029e0 (diff) | |
download | yo-theme-helix-1bb882cef662b420909796299371614c4bec6f79.tar.gz |
update themes to new radix colours
Diffstat (limited to 'yo_berry.toml')
-rw-r--r-- | yo_berry.toml | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/yo_berry.toml b/yo_berry.toml index 4cf05cd..e8568d8 100644 --- a/yo_berry.toml +++ b/yo_berry.toml @@ -9,24 +9,24 @@ inherits = "yo" [palette] # radix ui colors # primary - mauveDark -p1 = "#161618" -p2 = "#1c1c1f" -p3 = "#232326" -p4 = "#28282c" -p5 = "#2e2e32" -p6 = "#34343a" -p7 = "#3e3e44" -p8 = "#504f57" -p9 = "#706f78" -p10 = "#7e7d86" -p11 = "#a09fa6" -p12 = "#ededef" +p1 = "#121113" +p2 = "#1a191b" +p3 = "#232225" +p4 = "#2b292d" +p5 = "#323035" +p6 = "#3c393f" +p7 = "#49474e" +p8 = "#625f69" +p9 = "#6f6d78" +p10 = "#7c7a85" +p11 = "#b5b2bc" +p12 = "#eeeef0" -error = "#f04f88" # crimsonDark-10 -warning = "#ffef5c" # yellowDark-10 -info = "#369eff" # blueDark-10 +error = "#ee518a" # crimsonDark-10 +warning = "#ffff57" # yellowDark-10 +info = "#3b9eff" # blueDark-10 -string = "#12a594" # teal-9 -constant = "#bd54c6" # plum-10 -keyword = "#9490e9" # custom +string = "#0eb39e" # teal-10 +constant = "#b658c4" # plum-10 +keyword = "#9eb1ff" # indigo-11 |