# GitHub Dark Default theme (matching Alacritty)
background = #0d1117
foreground = #b3b1ad
palette = 0=#484f58
palette = 1=#ff7b72
palette = 2=#3fb950
palette = 3=#d29922
palette = 4=#58a6ff
palette = 5=#bc8cff
palette = 6=#39c5cf
palette = 7=#b1bac4
palette = 8=#6e7681
palette = 9=#ffa198
palette = 10=#56d364
palette = 11=#e3b341
palette = 12=#79c0ff
palette = 13=#d2a8ff
palette = 14=#56d4dd
palette = 15=#f0f6fc
palette = 16=#d18616
palette = 17=#ffa198

# Font
font-family = SFMono Nerd Font
font-family-bold = SFMono Nerd Font SemiBold
font-family-italic = SFMono Nerd Font Italic
font-family-bold-italic = SFMono Nerd Font Bold Italic
font-size = 11.25

# Window
background-opacity = 0.95
window-padding-x = 5
window-padding-y = 5

# Cursor
cursor-style = block
cursor-style-blink = false

# Mouse
mouse-hide-while-typing = true

confirm-close-surface = false
window-save-state = always
bold-is-bright = true
resize-overlay-duration = 0
selection-foreground = #0d1117
selection-background = #b3b1ad

# Selection - auto-copy to clipboard on select
copy-on-select = clipboard

# Scrolling
scrollback-limit = 10000

# Shell
command = /bin/zsh --login

# Terminal env
term = xterm-256color

# Cursor shaders — warp trail + ripple pulse
custom-shader-animation = always
custom-shader = cursor_warp.glsl
custom-shader = ripple_rectangle_cursor.glsl

# Keybindings (matching Alacritty)
keybind = ctrl+shift+c=copy_to_clipboard
keybind = ctrl+shift+v=paste_from_clipboard
keybind = ctrl+shift+n=new_window
