Skip to main content

max / makeover

743 B · 42 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 secondary = "#625c87"
21 muted = "#a8a3b3"
22
23 [action]
24 primary = "#286983"
25
26 [status]
27 danger = "#b4637a"
28 success = "#618774"
29 warning = "#ea9d34"
30 info = "#56949f"
31
32 [line]
33 border = "#bdbfc9"
34
35 [category]
36 one = "#b4637a"
37 two = "#618774"
38 three = "#286983"
39 four = "#ea9d34"
40 five = "#907aa9"
41 six = "#56949f"
42