Skip to main content

max / audiofiles

578 B · 30 lines History Blame Raw
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 lifted from #707070 (~4.2:1 on the black surface, under WCAG AA) to
17 # #858585 (~5.7:1 on #000, >=4.7:1 on the #1a1a1a tertiary surface).
18 muted = "#858585"
19
20 [accent]
21 red = "#ff3b30"
22 green = "#30d158"
23 blue = "#0a84ff"
24 yellow = "#ffd60a"
25 purple = "#bf5af2"
26 cyan = "#64d2ff"
27
28 [border]
29 default = "#333333"
30