Skip to main content

max / makeover

695 B · 40 lines History Blame Raw
1 # Colors adapted from Rose Pine, used under the MIT License.
2 # https://github.com/rose-pine/neovim
3 # Copyright (c) 2023 Rose Pine
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 = "Rose Pine"
10 variant = "dark"
11
12 [surface]
13 page = "#191724"
14 raised = "#1f1d2e"
15 sunken = "#26233a"
16 overlay = "#1f1d2e"
17
18 [content]
19 primary = "#e0def4"
20
21 [action]
22 primary = "#9ccfd8"
23
24 [status]
25 danger = "#eb6f92"
26 success = "#31748f"
27 warning = "#f6c177"
28 info = "#ebbcba"
29
30 [line]
31 border = "#403d52"
32
33 [category]
34 one = "#eb6f92"
35 two = "#31748f"
36 three = "#9ccfd8"
37 four = "#f6c177"
38 five = "#c4a7e7"
39 six = "#ebbcba"
40