Skip to main content

max / makenotwork

480 B · 29 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 [background]
9 primary = "#faf4ed"
10 secondary = "#f2e9e1"
11 tertiary = "#dfdad9"
12 surface = "#fffaf3"
13
14 [foreground]
15 primary = "#575279"
16 secondary = "#797593"
17 muted = "#9893a5"
18
19 [accent]
20 red = "#b4637a"
21 green = "#286983"
22 blue = "#56949f"
23 yellow = "#ea9d34"
24 purple = "#907aa9"
25 cyan = "#d7827e"
26
27 [border]
28 default = "#dfdad9"
29