diff options
author | Michael McClintock <michael.mcclintock@hey.com> | 2024-09-15 12:58:12 +1000 |
---|---|---|
committer | Michael McClintock <michael.mcclintock@hey.com> | 2024-09-15 12:58:12 +1000 |
commit | 11e87d269d30ccbce446f7b471a60d0282798e52 (patch) | |
tree | 0f5a6fe59cd8ff75e547ecac770b796457e849ed /yo_sand.toml | |
parent | 191b8ef95eaa3bb8617902e7a83fb5e75b816d0e (diff) | |
download | yo-theme-helix-11e87d269d30ccbce446f7b471a60d0282798e52.tar.gz |
improve themes for html, markdown, inlay hints
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 |