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_sand_light.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 yo_sand_light.toml (limited to 'yo_sand_light.toml') diff --git a/yo_sand_light.toml b/yo_sand_light.toml new file mode 100644 index 0000000..b05e3e5 --- /dev/null +++ b/yo_sand_light.toml @@ -0,0 +1,30 @@ +# Helix theme inspired by Zenbones & Alabaster with radix colors. +# Author: Michael McClintock @mrmcc3 +# License: MIT + +inherits = "yo_sand" + +[palette] + +# sand +p1 = "#fdfdfc" +p2 = "#f9f9f8" +p3 = "#f1f0ef" +p4 = "#e9e8e6" +p5 = "#e2e1de" +p6 = "#dad9d6" +p7 = "#cfceca" +p8 = "#bcbbb5" +p9 = "#8d8d86" +p10 = "#82827c" +p11 = "#63635e" +p12 = "#21201c" + +error = "#dd4425" # tomato-10 +warning = "#ffba18" # amber-10 +info = "#0797b9" # cyan-10 + +string = "#3e9b4f" # grass-10 +constant = "#cf3897" # pink-10 +keyword = "#815e46" # brown-11 + -- cgit v1.2.1-18-gbd029