Skip to main content

max / makenotwork

473 B · 29 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 [background]
9 primary = "#161616"
10 secondary = "#101010"
11 tertiary = "#1e1e1e"
12 surface = "#252525"
13
14 [foreground]
15 primary = "#f2f4f8"
16 secondary = "#dde1e6"
17 muted = "#878d96"
18
19 [accent]
20 red = "#ee5396"
21 green = "#25be6a"
22 blue = "#78a9ff"
23 yellow = "#08bdba"
24 purple = "#be95ff"
25 cyan = "#33b1ff"
26
27 [border]
28 default = "#393939"
29