Skip to main content

max / makeover

819 B · 43 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
24 [action]
25 primary = "#83a598"
26
27 [status]
28 danger = "#fb4934"
29 success = "#b8bb26"
30 warning = "#fabd2f"
31 info = "#8ec07c"
32
33 [line]
34 border = "#504945"
35
36 [category]
37 one = "#fb4934"
38 two = "#b8bb26"
39 three = "#83a598"
40 four = "#fabd2f"
41 five = "#d3869b"
42 six = "#8ec07c"
43