Skip to main content

max / makeover

861 B · 45 lines History Blame Raw
1 # Colors adapted from Gruvbox.
2 # https://github.com/morhetz/gruvbox
3 #
4 # Licensing note: upstream ships NO LICENSE file. Its README states only
5 # "MIT/X11", with no copyright holder given, so there is no upstream copyright
6 # line to reproduce here. Apparent author: Pavel Pertsev (morhetz). See
7 # THIRD-PARTY-NOTICES.md.
8 #
9 # Adaptation only: the palette is re-expressed into makeover's intent schema.
10
11 [meta]
12 name = "Gruvbox Light"
13 variant = "light"
14
15 [surface]
16 page = "#fbf1c7"
17 raised = "#f9f5d7"
18 sunken = "#d5c4a1"
19 overlay = "#f2e5bc"
20
21 [content]
22 primary = "#3c3836"
23 secondary = "#504945"
24 muted = "#7c6f64"
25
26 [action]
27 primary = "#076678"
28
29 [status]
30 danger = "#9d0006"
31 success = "#79740e"
32 warning = "#b57614"
33 info = "#427b58"
34
35 [line]
36 border = "#d5c4a1"
37
38 [category]
39 one = "#9d0006"
40 two = "#79740e"
41 three = "#076678"
42 four = "#b57614"
43 five = "#8f3f71"
44 six = "#427b58"
45