Skip to main content

max / makeover

735 B · 42 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 secondary = "#908caa"
21 muted = "#6e6a86"
22
23 [action]
24 primary = "#9ccfd8"
25
26 [status]
27 danger = "#eb6f92"
28 success = "#31748f"
29 warning = "#f6c177"
30 info = "#ebbcba"
31
32 [line]
33 border = "#403d52"
34
35 [category]
36 one = "#eb6f92"
37 two = "#31748f"
38 three = "#9ccfd8"
39 four = "#f6c177"
40 five = "#c4a7e7"
41 six = "#ebbcba"
42