blob: 8c27e5e53e91ad8aac5935fac6e8f3e01a96b101 (
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_berry"
"ui.virtual.inlay-hint" = { fg = "p8", underline.style = "dotted" }
"markup.quote" = { fg = "p9" }
[palette]
# mauve
p1 = "#fdfcfd"
p2 = "#f9f8f9"
p3 = "#f4f2f4"
p4 = "#eeedef"
p5 = "#e9e8ea"
p6 = "#e4e2e4"
p7 = "#dcdbdd"
p8 = "#c8c7cb"
p9 = "#908e96"
p10 = "#86848d"
p11 = "#6f6e77"
p12 = "#1a1523"
error = "#e03177" # crimson-10
warning = "#ed5f00" # orange-10
info = "#0081f1" # blue-10
string = "#0d9b8a" # teal-10
constant = "#a144af" # plum-10
keyword = "#5753c6" # iris-11
|