Skip to main content

max / makeover

554 B · 38 lines History Blame Raw
1 # Based on Poimandres by poimandres — MIT License
2 # https://github.com/drcmda/poimandres-theme
3
4 [meta]
5 name = "Poimandres"
6 variant = "dark"
7
8 [surface]
9 page = "#1b1e28"
10 raised = "#252837"
11 sunken = "#303340"
12 overlay = "#171922"
13
14 [content]
15 primary = "#e4f0fb"
16 secondary = "#a6accd"
17 muted = "#767c9d"
18
19 [action]
20 primary = "#89ddff"
21
22 [status]
23 danger = "#d0679d"
24 success = "#5de4c7"
25 warning = "#fffac2"
26 info = "#add7ff"
27
28 [line]
29 border = "#506477"
30
31 [category]
32 one = "#d0679d"
33 two = "#5de4c7"
34 three = "#89ddff"
35 four = "#fffac2"
36 five = "#fcc5e9"
37 six = "#add7ff"
38