Skip to main content

max / makeover

744 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 = "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 secondary = "#dde1e6"
21 muted = "#878d96"
22
23 [action]
24 primary = "#78a9ff"
25
26 [status]
27 danger = "#ee5396"
28 success = "#25be6a"
29 warning = "#08bdba"
30 info = "#33b1ff"
31
32 [line]
33 border = "#393939"
34
35 [category]
36 one = "#ee5396"
37 two = "#25be6a"
38 three = "#78a9ff"
39 four = "#08bdba"
40 five = "#be95ff"
41 six = "#33b1ff"
42