Skip to main content

max / makeover

712 B · 40 lines History Blame Raw
1 # Colors adapted from Solarized, used under the MIT License.
2 # https://github.com/altercation/solarized
3 # Copyright (c) 2011 Ethan Schoonover
4 #
5 # Adaptation only: the palette is re-expressed into makeover's intent
6 # schema. Upstream ships no file in this format. See THIRD-PARTY-NOTICES.md.
7
8 [meta]
9 name = "Solarized Dark"
10 variant = "dark"
11
12 [surface]
13 page = "#002b36"
14 raised = "#073642"
15 sunken = "#073642"
16 overlay = "#073642"
17
18 [content]
19 primary = "#839496"
20
21 [action]
22 primary = "#268bd2"
23
24 [status]
25 danger = "#dc322f"
26 success = "#859900"
27 warning = "#b58900"
28 info = "#2aa198"
29
30 [line]
31 border = "#586e75"
32
33 [category]
34 one = "#dc322f"
35 two = "#859900"
36 three = "#268bd2"
37 four = "#b58900"
38 five = "#6c71c4"
39 six = "#2aa198"
40