max / audiofiles
| 1 | # audiofiles default theme — bold black and white |
| 2 | |
| 3 | [meta] |
| 4 | name = "audiofiles" |
| 5 | variant = "dark" |
| 6 | |
| 7 | [background] |
| 8 | primary = "#000000" |
| 9 | secondary = "#0a0a0a" |
| 10 | tertiary = "#1a1a1a" |
| 11 | surface = "#050505" |
| 12 | |
| 13 | [foreground] |
| 14 | primary = "#ffffff" |
| 15 | secondary = "#d0d0d0" |
| 16 | muted = "#707070" |
| 17 | |
| 18 | [accent] |
| 19 | red = "#ff3b30" |
| 20 | green = "#30d158" |
| 21 | blue = "#0a84ff" |
| 22 | yellow = "#ffd60a" |
| 23 | purple = "#bf5af2" |
| 24 | cyan = "#64d2ff" |
| 25 | |
| 26 | [border] |
| 27 | default = "#333333" |
| 28 |