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_light.toml | |
parent | d75f49a795786fb8a0d8f8279a17c0762d8029e0 (diff) | |
download | yo-theme-helix-1bb882cef662b420909796299371614c4bec6f79.tar.gz |
update themes to new radix colours
Diffstat (limited to 'yo_berry_light.toml')
-rw-r--r-- | yo_berry_light.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/yo_berry_light.toml b/yo_berry_light.toml index 57682af..81f3c76 100644 --- a/yo_berry_light.toml +++ b/yo_berry_light.toml @@ -26,5 +26,7 @@ error = "#e03177" # crimson-10 warning = "#ed5f00" # orange-10 info = "#0081f1" # blue-10 -constant = "#a43cb4" # plum-10 +string = "#12a594" # teal-9 +constant = "#ab4aba" # plum-9 +keyword = "#5151cd" # iris-10 |