45 lines
764 B
Plaintext
45 lines
764 B
Plaintext
# BEGIN_KITTY_THEME
|
|
# Rosé Pine
|
|
include current-theme.conf
|
|
# END_KITTY_THEME
|
|
|
|
# Font
|
|
font_family JetBrains Mono Light
|
|
font_size 11.0
|
|
|
|
# Cursor
|
|
cursor_shape block
|
|
cursor_blink_interval 0.5
|
|
cursor_stop_blinking_after 0
|
|
|
|
# Scrollback
|
|
scrollback_lines 10000
|
|
|
|
# Bell
|
|
enable_audio_bell yes
|
|
bell_on_tab yes
|
|
|
|
# Tabs
|
|
tab_bar_style powerline
|
|
tab_powerline_style slanted
|
|
tab_title_template "{index}: {title}"
|
|
|
|
# URL handling — cmd+click to open
|
|
open_url_with default
|
|
url_style curly
|
|
|
|
# Mouse
|
|
mouse_hide_wait 3.0
|
|
focus_follows_mouse no
|
|
|
|
# Performance
|
|
repaint_delay 10
|
|
input_delay 3
|
|
sync_to_monitor yes
|
|
|
|
# Splits/windows
|
|
enabled_layouts splits, stack
|
|
|
|
# Extended key codes for tmux
|
|
map shift+enter send_text all \x1b[13;2u
|