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