Skip to main content

max / makeover

745 B · 42 lines History Blame Raw
1 # Colors adapted from Kanagawa, used under the MIT License.
2 # https://github.com/rebelot/kanagawa.nvim
3 # Copyright (c) 2021 Tommaso Laurenzi
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 = "Kanagawa"
10 variant = "dark"
11
12 [surface]
13 page = "#1F1F28"
14 raised = "#363646"
15 sunken = "#2A2A37"
16 overlay = "#16161D"
17
18 [content]
19 primary = "#DCD7BA"
20 secondary = "#C8C093"
21 muted = "#727169"
22
23 [action]
24 primary = "#7E9CD8"
25
26 [status]
27 danger = "#E46876"
28 success = "#98BB6C"
29 warning = "#E6C384"
30 info = "#7FB4CA"
31
32 [line]
33 border = "#54546D"
34
35 [category]
36 one = "#E46876"
37 two = "#98BB6C"
38 three = "#7E9CD8"
39 four = "#E6C384"
40 five = "#957FB8"
41 six = "#7FB4CA"
42