Skip to main content

max / makeover

767 B · 42 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 Light"
10 variant = "light"
11
12 [surface]
13 page = "#f2f4f8"
14 raised = "#ffffff"
15 sunken = "#dde1e6"
16 overlay = "#e8ebf0"
17
18 [content]
19 primary = "#161616"
20 secondary = "#262626"
21 muted = "#525252"
22
23 [action]
24 primary = "#0f62fe"
25
26 [status]
27 danger = "#ee5396"
28 success = "#42be65"
29 warning = "#ff6f00"
30 info = "#0072c3"
31
32 [line]
33 border = "#c1c7cd"
34
35 [category]
36 one = "#ee5396"
37 two = "#42be65"
38 three = "#0f62fe"
39 four = "#ff6f00"
40 five = "#be95ff"
41 six = "#0072c3"
42