Skip to main content

max / makenotwork

470 B · 29 lines History Blame Raw
1 # Based on Dawnfox by EdenEast — MIT License
2 # https://github.com/EdenEast/nightfox.nvim
3
4 [meta]
5 name = "Dawnfox"
6 variant = "light"
7
8 [background]
9 primary = "#faf4ed"
10 secondary = "#ebe5df"
11 tertiary = "#ebe0df"
12 surface = "#f5efe8"
13
14 [foreground]
15 primary = "#575279"
16 secondary = "#625c87"
17 muted = "#a8a3b3"
18
19 [accent]
20 red = "#b4637a"
21 green = "#618774"
22 blue = "#286983"
23 yellow = "#ea9d34"
24 purple = "#907aa9"
25 cyan = "#56949f"
26
27 [border]
28 default = "#bdbfc9"
29