Skip to main content

max / makeover

725 B · 40 lines History Blame Raw
1 # Colors adapted from Oxocarbon, used under the MIT License.
2 # https://github.com/nyoom-engineering/oxocarbon.nvim
3 # Copyright (c) 2022 Riccardo Mazzarini
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 = "Oxocarbon Dark"
10 variant = "dark"
11
12 [surface]
13 page = "#161616"
14 raised = "#1c1c1c"
15 sunken = "#262626"
16 overlay = "#0e0e0e"
17
18 [content]
19 primary = "#f2f4f8"
20
21 [action]
22 primary = "#78a9ff"
23
24 [status]
25 danger = "#ee5396"
26 success = "#42be65"
27 warning = "#08bdba"
28 info = "#33b1ff"
29
30 [line]
31 border = "#393939"
32
33 [category]
34 one = "#ee5396"
35 two = "#42be65"
36 three = "#78a9ff"
37 four = "#08bdba"
38 five = "#be95ff"
39 six = "#33b1ff"
40