Skip to main content

max / makeover

703 B · 40 lines History Blame Raw
1 # Colors adapted from Nightfox, used under the MIT License.
2 # https://github.com/EdenEast/nightfox.nvim
3 # Copyright (c) 2021 James Simpson
4 #
5 # Adaptation only: the palette is re-expressed into makeover's intent
6 # schema. Upstream ships no file in this format. See THIRD-PARTY-NOTICES.md.
7
8 [meta]
9 name = "Dawnfox"
10 variant = "light"
11
12 [surface]
13 page = "#faf4ed"
14 raised = "#f5efe8"
15 sunken = "#ebe0df"
16 overlay = "#ebe5df"
17
18 [content]
19 primary = "#575279"
20
21 [action]
22 primary = "#286983"
23
24 [status]
25 danger = "#b4637a"
26 success = "#618774"
27 warning = "#ea9d34"
28 info = "#56949f"
29
30 [line]
31 border = "#bdbfc9"
32
33 [category]
34 one = "#b4637a"
35 two = "#618774"
36 three = "#286983"
37 four = "#ea9d34"
38 five = "#907aa9"
39 six = "#56949f"
40