Skip to main content

max / audiofiles

473 B · 29 lines History Blame Raw
1 # Based on Dracula by Dracula Theme — MIT License
2 # https://github.com/dracula/dracula-theme
3
4 [meta]
5 name = "Dracula"
6 variant = "dark"
7
8 [background]
9 primary = "#222430"
10 secondary = "#191A21"
11 tertiary = "#44475a"
12 surface = "#282A36"
13
14 [foreground]
15 primary = "#f8f8f2"
16 secondary = "#f8f8f2"
17 muted = "#6272A4"
18
19 [accent]
20 red = "#ff5555"
21 green = "#50fa7b"
22 blue = "#8be9fd"
23 yellow = "#f1fa8c"
24 purple = "#BD93F9"
25 cyan = "#8be9fd"
26
27 [border]
28 default = "#44475a"
29