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 = "Nightfox"
10 variant = "dark"
11
12 [surface]
13 page = "#192330"
14 raised = "#29394f"
15 sunken = "#212e3f"
16 overlay = "#131a24"
17
18 [content]
19 primary = "#cdcecf"
20 secondary = "#aeafb0"
21 muted = "#71839b"
22
23 [action]
24 primary = "#719cd6"
25
26 [status]
27 danger = "#c94f6d"
28 success = "#81b29a"
29 warning = "#dbc074"
30 info = "#63cdcf"
31
32 [line]
33 border = "#39506d"
34
35 [category]
36 one = "#c94f6d"
37 two = "#81b29a"
38 three = "#719cd6"
39 four = "#dbc074"
40 five = "#9d79d6"
41 six = "#63cdcf"
42