max / audiofiles
| 1 | # Based on Ayu by Konstantin Pschera — MIT License |
| 2 | # https://github.com/ayu-theme |
| 3 | |
| 4 | [meta] |
| 5 | name = "Ayu Light" |
| 6 | variant = "light" |
| 7 | |
| 8 | [background] |
| 9 | primary = "#e7eaed" |
| 10 | secondary = "#dde1e5" |
| 11 | tertiary = "#d0d4d8" |
| 12 | surface = "#f2f4f6" |
| 13 | |
| 14 | [foreground] |
| 15 | primary = "#5c6166" |
| 16 | secondary = "#6b7580" |
| 17 | muted = "#8b9199" |
| 18 | |
| 19 | [accent] |
| 20 | red = "#f07171" |
| 21 | green = "#86b300" |
| 22 | blue = "#399ee6" |
| 23 | yellow = "#ffaa33" |
| 24 | purple = "#a37acc" |
| 25 | cyan = "#55b4d4" |
| 26 | |
| 27 | [border] |
| 28 | default = "#828c9a" |
| 29 |