Skip to main content

max / audiofiles

471 B · 29 lines History Blame Raw
1 # Based on Nightfox by EdenEast — MIT License
2 # https://github.com/EdenEast/nightfox.nvim
3
4 [meta]
5 name = "Nightfox"
6 variant = "dark"
7
8 [background]
9 primary = "#192330"
10 secondary = "#131a24"
11 tertiary = "#212e3f"
12 surface = "#29394f"
13
14 [foreground]
15 primary = "#cdcecf"
16 secondary = "#aeafb0"
17 muted = "#71839b"
18
19 [accent]
20 red = "#c94f6d"
21 green = "#81b29a"
22 blue = "#719cd6"
23 yellow = "#dbc074"
24 purple = "#9d79d6"
25 cyan = "#63cdcf"
26
27 [border]
28 default = "#39506d"
29