Update neovim and kitty to rosepine theme.
This commit is contained in:
41
kitty/.config/kitty/kitty.conf
Normal file
41
kitty/.config/kitty/kitty.conf
Normal file
@@ -0,0 +1,41 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user