| 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 |
|
| 24 |
[action] |
| 25 |
primary = "#3B5A9F" |
| 26 |
|
| 27 |
[status] |
| 28 |
danger = "#C22F2F" |
| 29 |
success = "#2E7D32" |
| 30 |
warning = "#E0A030" |
| 31 |
info = "#4A6B98" |
| 32 |
|
| 33 |
[line] |
| 34 |
border = "#808080" |
| 35 |
|
| 36 |
[category] |
| 37 |
one = "#E23838" |
| 38 |
two = "#F78200" |
| 39 |
three = "#FFB900" |
| 40 |
four = "#5EBD3E" |
| 41 |
five = "#009CDF" |
| 42 |
six = "#973999" |
| 43 |
|