diff options
Diffstat (limited to 'palette/dracula.conf')
| -rw-r--r-- | palette/dracula.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/palette/dracula.conf b/palette/dracula.conf new file mode 100644 index 0000000..c1b41fb --- /dev/null +++ b/palette/dracula.conf @@ -0,0 +1,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 |
