diff options
Diffstat (limited to 'yo_sand.toml')
-rw-r--r-- | yo_sand.toml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/yo_sand.toml b/yo_sand.toml index e3e8fd1..cf92035 100644 --- a/yo_sand.toml +++ b/yo_sand.toml @@ -1,7 +1,9 @@ -# Helix theme inspired by Zenbones & Alabaster with radix colors. -# Author: Michael McClintock @mrmcc3 +# Author: Michael McClintock <michael.mcclintock@hey.com> # License: MIT +# Yo - Themes for Helix inspired by Zenbones & Alabaster with Radix Colors. +# https://github.com/mrmcc3/yo-theme-helix + inherits = "yo" [palette] @@ -20,11 +22,10 @@ p10 = "#7c7b74" p11 = "#b5b3ad" p12 = "#eeeeec" -error = "#ec6142" # tomatoDark-10 +error = "#ec6142" # tomatoDark-10 warning = "#ffd60a" # amberDark-10 -info = "#23afd0" # cyanDark-10 +info = "#23afd0" # cyanDark-10 -string = "#53b365" # grassDark-10 +string = "#53b365" # grassDark-10 constant = "#de51a8" # pinkDark-10 -keyword = "#dbb594" # brownDark-11 - +keyword = "#dbb594" # brownDark-11 |