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_light.toml | |
parent | 191b8ef95eaa3bb8617902e7a83fb5e75b816d0e (diff) | |
download | yo-theme-helix-11e87d269d30ccbce446f7b471a60d0282798e52.tar.gz |
improve themes for html, markdown, inlay hints
Diffstat (limited to 'yo_sand_light.toml')
-rw-r--r-- | yo_sand_light.toml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/yo_sand_light.toml b/yo_sand_light.toml index b05e3e5..3b0562e 100644 --- a/yo_sand_light.toml +++ b/yo_sand_light.toml @@ -1,9 +1,14 @@ -# 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_sand" +"ui.virtual.inlay-hint" = { fg = "p8", underline.style = "dotted" } +"markup.quote" = { fg = "p9" } + [palette] # sand @@ -20,11 +25,10 @@ p10 = "#82827c" p11 = "#63635e" p12 = "#21201c" -error = "#dd4425" # tomato-10 +error = "#dd4425" # tomato-10 warning = "#ffba18" # amber-10 -info = "#0797b9" # cyan-10 +info = "#0797b9" # cyan-10 -string = "#3e9b4f" # grass-10 +string = "#3e9b4f" # grass-10 constant = "#cf3897" # pink-10 -keyword = "#815e46" # brown-11 - +keyword = "#815e46" # brown-11 |