Skip to main content

max / makeover

1009 B · 45 lines History Blame Raw
1 # audiofiles — the app's titular default skin. A Mac OS 8 Platinum tribute:
2 # warm-neutral chrome, black Charcoal text, and the Appearance Manager's
3 # default navy for actionable surfaces. Categories use the six-stripe Apple
4 # logo hues.
5 #
6 # The ramp sits a step below where it started so `raised` is the Platinum
7 # button face rather than white. A highlight derived from white is white, so a
8 # white face bevels on two sides and never resolves as a lit object; #DDDDDD is
9 # the face the highlight was always meant to sit on.
10
11 [meta]
12 name = "audiofiles"
13 variant = "light"
14
15 [surface]
16 page = "#C8C8C8"
17 raised = "#DDDDDD"
18 sunken = "#A8A8A8"
19 overlay = "#D4D4D4"
20
21 [content]
22 primary = "#000000"
23 secondary = "#333333"
24 muted = "#808080"
25
26 [action]
27 primary = "#3B5A9F"
28
29 [status]
30 danger = "#C22F2F"
31 success = "#2E7D32"
32 warning = "#E0A030"
33 info = "#4A6B98"
34
35 [line]
36 border = "#808080"
37
38 [category]
39 one = "#E23838"
40 two = "#F78200"
41 three = "#FFB900"
42 four = "#5EBD3E"
43 five = "#009CDF"
44 six = "#973999"
45