summaryrefslogtreecommitdiffstats
path: root/yo_light.toml
blob: 15c14918499dd48da86ca9e2f82f9aa0788c1201 (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"

"ui.virtual.inlay-hint" = { fg = "p8", underline.style = "dotted" }
"markup.quote" = { fg = "p9" }

[palette]

# gray
p1 = "#fcfcfc"
p2 = "#f9f9f9"
p3 = "#f0f0f0"
p4 = "#e8e8e8"
p5 = "#e0e0e0"
p6 = "#d9d9d9"
p7 = "#cecece"
p8 = "#bbbbbb"
p9 = "#8d8d8d"
p10 = "#838383"
p11 = "#646464"
p12 = "#202020"

error = "#dc3e42"   # red-10
warning = "#ef5f00" # orange-10
info = "#0588f0"    # blue-10

string = "#2b9a66"   # green-10
constant = "#8347b9" # purple-10
keyword = "#957468"  # bronze-10