max / audiofiles
| 1 | # Based on Gruvbox by Pavel Pertsev (morhetz) — MIT License |
| 2 | # https://github.com/morhetz/gruvbox |
| 3 | |
| 4 | [meta] |
| 5 | name = "Gruvbox Light" |
| 6 | variant = "light" |
| 7 | |
| 8 | [background] |
| 9 | primary = "#fbf1c7" |
| 10 | secondary = "#f2e5bc" |
| 11 | tertiary = "#d5c4a1" |
| 12 | surface = "#f9f5d7" |
| 13 | |
| 14 | [foreground] |
| 15 | primary = "#3c3836" |
| 16 | secondary = "#504945" |
| 17 | muted = "#7c6f64" |
| 18 | |
| 19 | [accent] |
| 20 | red = "#9d0006" |
| 21 | green = "#79740e" |
| 22 | blue = "#076678" |
| 23 | yellow = "#b57614" |
| 24 | purple = "#8f3f71" |
| 25 | cyan = "#427b58" |
| 26 | |
| 27 | [border] |
| 28 | default = "#d5c4a1" |
| 29 |