Skip to main content

max / makeover

556 B · 38 lines History Blame Raw
1 # Based on Rose Pine by mvllow — MIT License
2 # https://github.com/rose-pine/rose-pine-theme
3
4 [meta]
5 name = "Rose Pine Dawn"
6 variant = "light"
7
8 [surface]
9 page = "#faf4ed"
10 raised = "#fffaf3"
11 sunken = "#dfdad9"
12 overlay = "#f2e9e1"
13
14 [content]
15 primary = "#575279"
16 secondary = "#797593"
17 muted = "#9893a5"
18
19 [action]
20 primary = "#56949f"
21
22 [status]
23 danger = "#b4637a"
24 success = "#286983"
25 warning = "#ea9d34"
26 info = "#d7827e"
27
28 [line]
29 border = "#dfdad9"
30
31 [category]
32 one = "#b4637a"
33 two = "#286983"
34 three = "#56949f"
35 four = "#ea9d34"
36 five = "#907aa9"
37 six = "#d7827e"
38