Skip to main content

max / audiofiles

494 B · 29 lines History Blame Raw
1 # Based on Oxocarbon by nyoom-engineering — MIT License
2 # https://github.com/nyoom-engineering/oxocarbon
3
4 [meta]
5 name = "Oxocarbon Light"
6 variant = "light"
7
8 [background]
9 primary = "#f2f4f8"
10 secondary = "#e8ebf0"
11 tertiary = "#dde1e6"
12 surface = "#ffffff"
13
14 [foreground]
15 primary = "#161616"
16 secondary = "#262626"
17 muted = "#525252"
18
19 [accent]
20 red = "#ee5396"
21 green = "#42be65"
22 blue = "#0f62fe"
23 yellow = "#ff6f00"
24 purple = "#be95ff"
25 cyan = "#0072c3"
26
27 [border]
28 default = "#c1c7cd"
29