Skip to main content

max / audiofiles

478 B · 29 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 [background]
9 primary = "#1b1e28"
10 secondary = "#171922"
11 tertiary = "#303340"
12 surface = "#252837"
13
14 [foreground]
15 primary = "#e4f0fb"
16 secondary = "#a6accd"
17 muted = "#767c9d"
18
19 [accent]
20 red = "#d0679d"
21 green = "#5de4c7"
22 blue = "#89ddff"
23 yellow = "#fffac2"
24 purple = "#fcc5e9"
25 cyan = "#add7ff"
26
27 [border]
28 default = "#506477"
29