# ╔══════════════════════════════════════════════════════════════╗
# ║  Frosted — Morning Studio                                    ║
# ╚══════════════════════════════════════════════════════════════╝
#
# Design philosophy: Coding by a sunlit window.
#
# Light themes are harder to get right than dark ones — the eye is
# more sensitive to contrast issues in bright environments. This
# profile uses Catppuccin Latte (the most carefully tuned light
# theme available) with a controlled frosted glass effect.
#
# Color psychology: Light backgrounds with warm undertones mimic
# natural paper, reducing the "screen fatigue" that pure-white
# backgrounds cause. The slight transparency connects the terminal
# to the desktop, making it feel less like a separate application
# and more like a layer of your workspace.
#
# Visual reference: Apple's own design language — the Notes app,
# Safari's toolbar, the frosted dock. Native, not foreign.
#
# Best paired with: SF Mono, Menlo, or Monaspace Neon

# --- Theme ---
theme = Catppuccin Latte
background = #e8e3d6
foreground = #2e3442
palette = 8=#8c909f

# --- Window ---
# Light themes need MORE opacity than dark themes. Text on light
# backgrounds loses contrast faster with transparency because
# most wallpapers have dark regions that muddy the bright base.
background-opacity = 0.995
background-blur = macos-glass-regular
window-padding-x = 16
window-padding-y = 12
window-padding-color = extend

# --- Titlebar ---
# Transparent tabs — feel like part of the page, not a frame.
macos-titlebar-style = transparent
macos-icon = glass

# --- Cursor ---
# Block cursor is more visible on light backgrounds where a thin
# bar can disappear into the text.
cursor-style = block
cursor-style-blink = true

# --- Selection ---
# Catppuccin Latte surface1 — subtle but clear on the bright base.
selection-background = #bcc0cc
selection-foreground = #4c4f69

# --- Splits ---
unfocused-split-opacity = 0.85

# --- Accessibility ---
# Bumped for light theme: light backgrounds are more sensitive
# to contrast issues than dark ones.
