Skip to main content

max / makeover

549 B · 38 lines History Blame Raw
1 # Based on Carbonfox by EdenEast — MIT License
2 # https://github.com/EdenEast/nightfox.nvim
3
4 [meta]
5 name = "Carbonfox"
6 variant = "dark"
7
8 [surface]
9 page = "#161616"
10 raised = "#252525"
11 sunken = "#1e1e1e"
12 overlay = "#101010"
13
14 [content]
15 primary = "#f2f4f8"
16 secondary = "#dde1e6"
17 muted = "#878d96"
18
19 [action]
20 primary = "#78a9ff"
21
22 [status]
23 danger = "#ee5396"
24 success = "#25be6a"
25 warning = "#08bdba"
26 info = "#33b1ff"
27
28 [line]
29 border = "#393939"
30
31 [category]
32 one = "#ee5396"
33 two = "#25be6a"
34 three = "#78a9ff"
35 four = "#08bdba"
36 five = "#be95ff"
37 six = "#33b1ff"
38