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_dark.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_dark.toml')
-rw-r--r-- | yo_dark.toml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/yo_dark.toml b/yo_dark.toml index 49502ac..173e60f 100644 --- a/yo_dark.toml +++ b/yo_dark.toml @@ -1,6 +1,4 @@ -# yo_dark - darker yo variant - -# Helix theme inspired by Zenbones & Alabaster. +# Helix theme inspired by Zenbones & Alabaster with radix colors. # Author: Michael McClintock @mrmcc3 # License: MIT @@ -8,10 +6,9 @@ inherits = "yo" [palette] -# in the default theme p1 is unused. shift p1-p5 -> p2-p6 - -p2 = "#161615" -p3 = "#1c1c1a" -p4 = "#232320" -p5 = "#282826" -p6 = "#2e2e2b" +# grayDark. shift p1-p5 -> p2-p6 +p2 = "#111111" +p3 = "#191919" +p4 = "#222222" +p5 = "#2a2a2a" +p6 = "#313131" |