Skip to main content

max / makeover

859 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 Dark"
13 variant = "dark"
14
15 [surface]
16 page = "#282828"
17 raised = "#3c3836"
18 sunken = "#504945"
19 overlay = "#1d2021"
20
21 [content]
22 primary = "#ebdbb2"
23 secondary = "#d5c4a1"
24 muted = "#a89984"
25
26 [action]
27 primary = "#83a598"
28
29 [status]
30 danger = "#fb4934"
31 success = "#b8bb26"
32 warning = "#fabd2f"
33 info = "#8ec07c"
34
35 [line]
36 border = "#504945"
37
38 [category]
39 one = "#fb4934"
40 two = "#b8bb26"
41 three = "#83a598"
42 four = "#fabd2f"
43 five = "#d3869b"
44 six = "#8ec07c"
45