# ╔══════════════════════════════════════════════════════════════╗
# ║  Dracula — Gothic Cinema                                     ║
# ╚══════════════════════════════════════════════════════════════╝
#
# Design philosophy: A Hammer Horror film meets modern design.
#
# Dracula is the most dramatic mainstream palette. Its signature
# purple-grey base (#282a36) creates a unique mid-dark tone that
# no other theme occupies — darker than Solarized, warmer than
# Nord, more saturated than Catppuccin. The vibrant pink (#ff79c6),
# cyan (#8be9fd), and green (#50fa7b) accents are deliberately
# theatrical.
#
# Color psychology: Purple has the shortest wavelength visible
# to the human eye, creating a sense of depth and richness that
# other base colors can't match. The high-saturation accents on
# a muted base create a "spotlight" effect — important code
# elements demand attention while the background recedes.
#
# Visual reference: Tim Burton's entire filmography — the contrast
# between dark, moody environments and vivid, almost surreal details.
#
# Best paired with: Fira Code, Cascadia Code PL, or Monaspace Radon

# --- Theme ---
theme = Dracula
foreground = #d8dae7
palette = 8=#687089

# --- Window ---
# Dracula's purple-grey base is distinctive — protect it.
# A subtle glass hint adds depth to the purple undertone.
background-opacity = 1.0
window-padding-x = 16
window-padding-y = 12
window-padding-color = extend

# --- Titlebar ---
macos-titlebar-style = transparent
macos-icon = glass

# --- Cursor ---
# Blinking block in Dracula pink — bold, theatrical, deliberate.
# This is the one theme where a blinking block cursor is on-brand.
cursor-style = block
cursor-style-blink = true

# --- Selection ---
# Dracula current-line (#44475a) — stays in the purple-grey family.
selection-background = #44475a
selection-foreground = #f8f8f2

# --- Splits ---
unfocused-split-opacity = 0.75

# --- Accessibility ---
