1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Colors adapted from Dracula, used under the MIT License.
# https://github.com/dracula/dracula-theme
# Copyright (c) 2023 Dracula Theme
#
# Adaptation only: the palette is re-expressed into makeover's intent
# schema. Upstream ships no file in this format. See THIRD-PARTY-NOTICES.md.
[meta]
name = "Dracula"
variant = "dark"
[surface]
page = "#222430"
raised = "#282A36"
sunken = "#44475a"
overlay = "#191A21"
[content]
primary = "#f8f8f2"
[action]
primary = "#8be9fd"
[status]
danger = "#ff5555"
success = "#50fa7b"
warning = "#f1fa8c"
info = "#8be9fd"
[line]
border = "#44475a"
[category]
one = "#ff5555"
two = "#50fa7b"
three = "#8be9fd"
four = "#f1fa8c"
five = "#BD93F9"
six = "#8be9fd"