blob: 3b0562e418fc4672a538125acc6b1bce81203c29 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# 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"
"ui.virtual.inlay-hint" = { fg = "p8", underline.style = "dotted" }
"markup.quote" = { fg = "p9" }
[palette]
# sand
p1 = "#fdfdfc"
p2 = "#f9f9f8"
p3 = "#f1f0ef"
p4 = "#e9e8e6"
p5 = "#e2e1de"
p6 = "#dad9d6"
p7 = "#cfceca"
p8 = "#bcbbb5"
p9 = "#8d8d86"
p10 = "#82827c"
p11 = "#63635e"
p12 = "#21201c"
error = "#dd4425" # tomato-10
warning = "#ffba18" # amber-10
info = "#0797b9" # cyan-10
string = "#3e9b4f" # grass-10
constant = "#cf3897" # pink-10
keyword = "#815e46" # brown-11
|