blob: 0bf18f12236bf9d1966a2ea2d563e69bd0de08c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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"
[palette]
# grayDark. shift p1-p5 -> p2-p6
p2 = "#111111"
p3 = "#191919"
p4 = "#222222"
p5 = "#2a2a2a"
p6 = "#313131"
|