Skip to main content

max / makeover

752 B · 42 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 secondary = "#93a1a1"
21 muted = "#586e75"
22
23 [action]
24 primary = "#268bd2"
25
26 [status]
27 danger = "#dc322f"
28 success = "#859900"
29 warning = "#b58900"
30 info = "#2aa198"
31
32 [line]
33 border = "#586e75"
34
35 [category]
36 one = "#dc322f"
37 two = "#859900"
38 three = "#268bd2"
39 four = "#b58900"
40 five = "#6c71c4"
41 six = "#2aa198"
42