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_dark.toml | |
parent | d75f49a795786fb8a0d8f8279a17c0762d8029e0 (diff) | |
download | yo-theme-helix-1bb882cef662b420909796299371614c4bec6f79.tar.gz |
update themes to new radix colours
Diffstat (limited to 'yo_berry_dark.toml')
-rw-r--r-- | yo_berry_dark.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/yo_berry_dark.toml b/yo_berry_dark.toml index 166bd3a..d0c9fb6 100644 --- a/yo_berry_dark.toml +++ b/yo_berry_dark.toml @@ -10,9 +10,9 @@ inherits = "yo_berry" # primary - mauveDark. shift p1-p5 -> p2-p6 -p2 = "#161618" -p3 = "#1c1c1f" -p4 = "#232326" -p5 = "#28282c" -p6 = "#2e2e32" +p2 = "#121113" +p3 = "#1a191b" +p4 = "#232225" +p5 = "#2b292d" +p6 = "#323035" |