# ╔══════════════════════════════════════════════════════════════╗
# ║  Minimal — The Typewriter                                    ║
# ╚══════════════════════════════════════════════════════════════╝
#
# Design philosophy: A blank page and a steady hand.
#
# Inspired by Dieter Rams' principle: "Good design is as little
# design as possible." No transparency, no blur, no titlebar,
# no blinking. Just text on a solid background with generous
# margins — like a well-set page of a Penguin Classic.
#
# Color psychology: The absence of decoration forces the brain
# to attend to content. Generous whitespace (padding) reduces
# cognitive load — the "breathing room" effect documented in
# typographic research. A non-blinking bar cursor minimizes
# peripheral visual interruption.
#
# Visual reference: Wes Anderson's title cards — centered text,
# deliberate spacing, nothing accidental.
#
# Best paired with: Iosevka, Pragmasevka, or Input Mono

# --- Theme ---
theme = Builtin Tango Dark
foreground = #c8cdd8
palette = 8=#6b7280

# --- Window ---
# Fully opaque — no glass, no distractions.
# Wide margins: the text sits in the page, not edge-to-edge.
background-opacity = 1.0
window-padding-x = 24
window-padding-y = 20
window-padding-color = extend

# --- Titlebar ---
# Strip everything. The window IS the text.
macos-titlebar-style = hidden
window-decoration = false

# --- Cursor ---
# Steady bar — the quietest cursor. You know where you are
# without anything moving on screen.
cursor-style = bar
cursor-style-blink = false

# --- Selection ---
selection-background = #555753
selection-foreground = #eeeeec

# --- Splits ---
unfocused-split-opacity = 0.70

# --- Accessibility ---
