Skip to main content

max / makeover

700 B · 40 lines History Blame Raw
1 # Colors adapted from Dracula, used under the MIT License.
2 # https://github.com/dracula/dracula-theme
3 # Copyright (c) 2023 Dracula Theme
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 = "Dracula"
10 variant = "dark"
11
12 [surface]
13 page = "#222430"
14 raised = "#282A36"
15 sunken = "#44475a"
16 overlay = "#191A21"
17
18 [content]
19 primary = "#f8f8f2"
20
21 [action]
22 primary = "#8be9fd"
23
24 [status]
25 danger = "#ff5555"
26 success = "#50fa7b"
27 warning = "#f1fa8c"
28 info = "#8be9fd"
29
30 [line]
31 border = "#44475a"
32
33 [category]
34 one = "#ff5555"
35 two = "#50fa7b"
36 three = "#8be9fd"
37 four = "#f1fa8c"
38 five = "#BD93F9"
39 six = "#8be9fd"
40