Skip to main content

max / audiofiles

464 B · 29 lines History Blame Raw
1 # Based on Ayu by dempfi — MIT License
2 # https://github.com/ayu-theme/ayu-colors
3
4 [meta]
5 name = "Ayu Mirage"
6 variant = "dark"
7
8 [background]
9 primary = "#1f2430"
10 secondary = "#191e29"
11 tertiary = "#272d38"
12 surface = "#242936"
13
14 [foreground]
15 primary = "#cccac2"
16 secondary = "#b8b4aa"
17 muted = "#707a8c"
18
19 [accent]
20 red = "#f28779"
21 green = "#bae67e"
22 blue = "#5ccfe6"
23 yellow = "#ffd580"
24 purple = "#d4bfff"
25 cyan = "#95e6cb"
26
27 [border]
28 default = "#33415e"
29