blob: c1b41fbb8cc71048b8bff804a830dc6f989f1637 (
plain)
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
|
# Dracula.
# Copyright (C) 2026 Danilo M. <danix@danix.xyz>
# Licensed under the GNU General Public License v2 only.
#
# Source: https://draculatheme.com/contribute
#
# Dracula ships six accents and three greys, fewer than Catppuccin's ten and
# nine. The two extra surfaces below are not upstream: they are interpolated
# between background and current_line so roles that want a third depth have
# one. Everything else is the published palette.
background = #282a36
current_line = #44475a
selection = #44475a
foreground = #f8f8f2
comment = #6272a4
cyan = #8be9fd
green = #50fa7b
orange = #ffb86c
pink = #ff79c6
purple = #bd93f9
red = #ff5555
yellow = #f1fa8c
# Interpolated, not upstream. See the note above.
surface_low = #21222c
surface_mid = #343746
surface_high = #565872
|