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_light.toml | |
parent | 191b8ef95eaa3bb8617902e7a83fb5e75b816d0e (diff) | |
download | yo-theme-helix-11e87d269d30ccbce446f7b471a60d0282798e52.tar.gz |
improve themes for html, markdown, inlay hints
Diffstat (limited to 'yo_light.toml')
-rw-r--r-- | yo_light.toml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/yo_light.toml b/yo_light.toml index 3fba4af..15c1491 100644 --- a/yo_light.toml +++ b/yo_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" +"ui.virtual.inlay-hint" = { fg = "p8", underline.style = "dotted" } +"markup.quote" = { fg = "p9" } + [palette] # gray @@ -20,11 +25,10 @@ p10 = "#838383" p11 = "#646464" p12 = "#202020" - -error = "#dc3e42" # red-10 +error = "#dc3e42" # red-10 warning = "#ef5f00" # orange-10 -info = "#0588f0" # blue-10 +info = "#0588f0" # blue-10 -string = "#2b9a66" # green-10 +string = "#2b9a66" # green-10 constant = "#8347b9" # purple-10 -keyword = "#957468" # bronze-10 +keyword = "#957468" # bronze-10 |