Skip to main content

max / makeover

560 B · 38 lines History Blame Raw
1 # Based on Gruvbox by Pavel Pertsev (morhetz) — MIT License
2 # https://github.com/morhetz/gruvbox
3
4 [meta]
5 name = "Gruvbox Light"
6 variant = "light"
7
8 [surface]
9 page = "#fbf1c7"
10 raised = "#f9f5d7"
11 sunken = "#d5c4a1"
12 overlay = "#f2e5bc"
13
14 [content]
15 primary = "#3c3836"
16 secondary = "#504945"
17 muted = "#7c6f64"
18
19 [action]
20 primary = "#076678"
21
22 [status]
23 danger = "#9d0006"
24 success = "#79740e"
25 warning = "#b57614"
26 info = "#427b58"
27
28 [line]
29 border = "#d5c4a1"
30
31 [category]
32 one = "#9d0006"
33 two = "#79740e"
34 three = "#076678"
35 four = "#b57614"
36 five = "#8f3f71"
37 six = "#427b58"
38