From 1bb882cef662b420909796299371614c4bec6f79 Mon Sep 17 00:00:00 2001 From: Michael McClintock Date: Fri, 10 Nov 2023 15:22:07 +1000 Subject: update themes to new radix colours --- yo_berry_light.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'yo_berry_light.toml') 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 -- cgit v1.2.1-18-gbd029 From 3066a66061721203b17637ac961618371c865e14 Mon Sep 17 00:00:00 2001 From: Michael McClintock Date: Sat, 11 Nov 2023 09:54:04 +1000 Subject: move the warm theme (previous default) to yo_sand. make the default theme more conservative --- yo_berry_light.toml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'yo_berry_light.toml') diff --git a/yo_berry_light.toml b/yo_berry_light.toml index 81f3c76..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,7 +24,7 @@ error = "#e03177" # crimson-10 warning = "#ed5f00" # orange-10 info = "#0081f1" # blue-10 -string = "#12a594" # teal-9 -constant = "#ab4aba" # plum-9 -keyword = "#5151cd" # iris-10 +string = "#0d9b8a" # teal-10 +constant = "#a144af" # plum-10 +keyword = "#5753c6" # iris-11 -- cgit v1.2.1-18-gbd029