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_dark.toml | |
parent | 191b8ef95eaa3bb8617902e7a83fb5e75b816d0e (diff) | |
download | yo-theme-helix-11e87d269d30ccbce446f7b471a60d0282798e52.tar.gz |
improve themes for html, markdown, inlay hints
Diffstat (limited to 'yo_sand_dark.toml')
-rw-r--r-- | yo_sand_dark.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/yo_sand_dark.toml b/yo_sand_dark.toml index 8f20895..33e38a5 100644 --- a/yo_sand_dark.toml +++ b/yo_sand_dark.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_sand" [palette] @@ -12,4 +14,3 @@ p3 = "#191918" p4 = "#222221" p5 = "#2a2a28" p6 = "#31312e" - |