Skip to main content

max / makeover

742 B · 40 lines History Blame Raw
1 # audiofiles — the app's titular default skin. A Mac OS 8 Platinum tribute:
2 # warm-neutral chrome, white content wells, black Charcoal text, and the
3 # Appearance Manager's default navy for actionable surfaces. Categories use
4 # the six-stripe Apple logo hues.
5
6 [meta]
7 name = "audiofiles"
8 variant = "light"
9
10 [surface]
11 page = "#DDDDDD"
12 raised = "#FFFFFF"
13 sunken = "#B0B0B0"
14 overlay = "#EEEEEE"
15
16 [content]
17 primary = "#000000"
18 secondary = "#333333"
19 muted = "#808080"
20
21 [action]
22 primary = "#3B5A9F"
23
24 [status]
25 danger = "#C22F2F"
26 success = "#2E7D32"
27 warning = "#E0A030"
28 info = "#4A6B98"
29
30 [line]
31 border = "#808080"
32
33 [category]
34 one = "#E23838"
35 two = "#F78200"
36 three = "#FFB900"
37 four = "#5EBD3E"
38 five = "#009CDF"
39 six = "#973999"
40