Skip to main content

max / makeover

701 B · 40 lines History Blame Raw
1 # Colors adapted from Poimandres, used under the MIT License.
2 # https://github.com/drcmda/poimandres-theme
3 # Copyright (c) 2023 drcmda
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 = "Poimandres"
10 variant = "dark"
11
12 [surface]
13 page = "#1b1e28"
14 raised = "#252837"
15 sunken = "#303340"
16 overlay = "#171922"
17
18 [content]
19 primary = "#e4f0fb"
20
21 [action]
22 primary = "#89ddff"
23
24 [status]
25 danger = "#d0679d"
26 success = "#5de4c7"
27 warning = "#fffac2"
28 info = "#add7ff"
29
30 [line]
31 border = "#506477"
32
33 [category]
34 one = "#d0679d"
35 two = "#5de4c7"
36 three = "#89ddff"
37 four = "#fffac2"
38 five = "#fcc5e9"
39 six = "#add7ff"
40