Skip to main content

max / makeover

890 B · 45 lines History Blame Raw
1 # Colors adapted from Flatwhite, used under the MIT License.
2 # https://github.com/biletskyy/flatwhite-syntax
3 #
4 # Licensing note: upstream's MIT license text is an unfilled template whose
5 # copyright holder reads "<Your name here>", so there is no named holder to
6 # reproduce. Apparent author: biletskyy (repository owner). 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 = "Flatwhite"
13 variant = "light"
14
15 [surface]
16 page = "#f1ece4"
17 raised = "#f7f3ee"
18 sunken = "#dcd3c6"
19 overlay = "#e4ddd2"
20
21 [content]
22 primary = "#605a52"
23 secondary = "#786d5e"
24 muted = "#9a8b78"
25
26 [action]
27 primary = "#4c5361"
28
29 [status]
30 danger = "#ff1414"
31 success = "#2db448"
32 warning = "#f2a60d"
33 info = "#465953"
34
35 [line]
36 border = "#93836c"
37
38 [category]
39 one = "#ff1414"
40 two = "#2db448"
41 three = "#4c5361"
42 four = "#f2a60d"
43 five = "#614c61"
44 six = "#465953"
45