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 = "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
21 [action]
22 primary = "#719cd6"
23
24 [status]
25 danger = "#c94f6d"
26 success = "#81b29a"
27 warning = "#dbc074"
28 info = "#63cdcf"
29
30 [line]
31 border = "#39506d"
32
33 [category]
34 one = "#c94f6d"
35 two = "#81b29a"
36 three = "#719cd6"
37 four = "#dbc074"
38 five = "#9d79d6"
39 six = "#63cdcf"
40