Skip to main content

max / makeover

546 B · 38 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 [surface]
9 page = "#faf4ed"
10 raised = "#f5efe8"
11 sunken = "#ebe0df"
12 overlay = "#ebe5df"
13
14 [content]
15 primary = "#575279"
16 secondary = "#625c87"
17 muted = "#a8a3b3"
18
19 [action]
20 primary = "#286983"
21
22 [status]
23 danger = "#b4637a"
24 success = "#618774"
25 warning = "#ea9d34"
26 info = "#56949f"
27
28 [line]
29 border = "#bdbfc9"
30
31 [category]
32 one = "#b4637a"
33 two = "#618774"
34 three = "#286983"
35 four = "#ea9d34"
36 five = "#907aa9"
37 six = "#56949f"
38