Skip to main content

max / makeover

704 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 = "Carbonfox"
10 variant = "dark"
11
12 [surface]
13 page = "#161616"
14 raised = "#252525"
15 sunken = "#1e1e1e"
16 overlay = "#101010"
17
18 [content]
19 primary = "#f2f4f8"
20
21 [action]
22 primary = "#78a9ff"
23
24 [status]
25 danger = "#ee5396"
26 success = "#25be6a"
27 warning = "#08bdba"
28 info = "#33b1ff"
29
30 [line]
31 border = "#393939"
32
33 [category]
34 one = "#ee5396"
35 two = "#25be6a"
36 three = "#78a9ff"
37 four = "#08bdba"
38 five = "#be95ff"
39 six = "#33b1ff"
40