Skip to main content

max / makeover

741 B · 42 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 secondary = "#a6accd"
21 muted = "#767c9d"
22
23 [action]
24 primary = "#89ddff"
25
26 [status]
27 danger = "#d0679d"
28 success = "#5de4c7"
29 warning = "#fffac2"
30 info = "#add7ff"
31
32 [line]
33 border = "#506477"
34
35 [category]
36 one = "#d0679d"
37 two = "#5de4c7"
38 three = "#89ddff"
39 four = "#fffac2"
40 five = "#fcc5e9"
41 six = "#add7ff"
42