Skip to main content

max / makeover

740 B · 42 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 secondary = "#f8f8f2"
21 muted = "#6272A4"
22
23 [action]
24 primary = "#8be9fd"
25
26 [status]
27 danger = "#ff5555"
28 success = "#50fa7b"
29 warning = "#f1fa8c"
30 info = "#8be9fd"
31
32 [line]
33 border = "#44475a"
34
35 [category]
36 one = "#ff5555"
37 two = "#50fa7b"
38 three = "#8be9fd"
39 four = "#f1fa8c"
40 five = "#BD93F9"
41 six = "#8be9fd"
42