diff options
author | Michael McClintock <mrmcc3@gmail.com> | 2023-11-21 07:26:41 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 07:26:41 +1000 |
commit | 85be6b3589375c0165b4091f230542f3b1b2ddef (patch) | |
tree | e1401bcbf4a2e2268469bdf03f9cbe949a5be756 /yo_sand_light.toml | |
parent | d75f49a795786fb8a0d8f8279a17c0762d8029e0 (diff) | |
parent | 2817e04103bffa1e0b4d97ddcfaef7ae047dc2f2 (diff) | |
download | yo-theme-helix-85be6b3589375c0165b4091f230542f3b1b2ddef.tar.gz |
Merge pull request #3 from mrmcc3/update
Update radix colors and add new theme
Diffstat (limited to 'yo_sand_light.toml')
-rw-r--r-- | yo_sand_light.toml | 30 |
1 files changed, 30 insertions, 0 deletions
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 + |