Skip to main content

max / makeover

727 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 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
21 [action]
22 primary = "#0f62fe"
23
24 [status]
25 danger = "#ee5396"
26 success = "#42be65"
27 warning = "#ff6f00"
28 info = "#0072c3"
29
30 [line]
31 border = "#c1c7cd"
32
33 [category]
34 one = "#ee5396"
35 two = "#42be65"
36 three = "#0f62fe"
37 four = "#ff6f00"
38 five = "#be95ff"
39 six = "#0072c3"
40