diff options
author | Michael McClintock <mrmcc3@gmail.com> | 2023-11-21 07:26:41 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 07:26:41 +1000 |
commit | 85be6b3589375c0165b4091f230542f3b1b2ddef (patch) | |
tree | e1401bcbf4a2e2268469bdf03f9cbe949a5be756 /yo_sand.toml | |
parent | d75f49a795786fb8a0d8f8279a17c0762d8029e0 (diff) | |
parent | 2817e04103bffa1e0b4d97ddcfaef7ae047dc2f2 (diff) | |
download | yo-theme-helix-85be6b3589375c0165b4091f230542f3b1b2ddef.tar.gz |
Merge pull request #3 from mrmcc3/update
Update radix colors and add new theme
Diffstat (limited to 'yo_sand.toml')
-rw-r--r-- | yo_sand.toml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/yo_sand.toml b/yo_sand.toml new file mode 100644 index 0000000..e3e8fd1 --- /dev/null +++ b/yo_sand.toml @@ -0,0 +1,30 @@ +# Helix theme inspired by Zenbones & Alabaster with radix colors. +# Author: Michael McClintock @mrmcc3 +# License: MIT + +inherits = "yo" + +[palette] + +# sandDark +p1 = "#111110" +p2 = "#191918" +p3 = "#222221" +p4 = "#2a2a28" +p5 = "#31312e" +p6 = "#3b3a37" +p7 = "#494844" +p8 = "#62605b" +p9 = "#6f6d66" +p10 = "#7c7b74" +p11 = "#b5b3ad" +p12 = "#eeeeec" + +error = "#ec6142" # tomatoDark-10 +warning = "#ffd60a" # amberDark-10 +info = "#23afd0" # cyanDark-10 + +string = "#53b365" # grassDark-10 +constant = "#de51a8" # pinkDark-10 +keyword = "#dbb594" # brownDark-11 + |