56 lines
1.0 KiB
Plaintext
56 lines
1.0 KiB
Plaintext
linux_display_server wayland
|
|
|
|
# Coloring
|
|
# BEGIN_KITTY_THEME
|
|
# Catppuccin-Mocha
|
|
include current-theme.conf
|
|
# END_KITTY_THEME
|
|
|
|
# The color for highlighting URLs on mouse-over
|
|
url color #5de4c7
|
|
|
|
|
|
# Fonts
|
|
font_family JetBrainsMono Nerd Font
|
|
bold_font auto
|
|
italic_font auto
|
|
bold_italic_font auto
|
|
font_size 14
|
|
disable_ligatures always
|
|
|
|
|
|
# Styling
|
|
# Opacity
|
|
background_opacity 0.4
|
|
|
|
# Curor trail
|
|
cursor_trail 4
|
|
cursor_trail_decay 0.1 0.4
|
|
|
|
# Window settings
|
|
initial_window_width 95c
|
|
initial_window_height 35c
|
|
window_padding_width 20
|
|
confirm_os_window_close 0
|
|
|
|
# Tab bar
|
|
tab_bar_style fade
|
|
tab_fade 1
|
|
# active_tab_foreground #3d59a1
|
|
# active_tab_background #16161e
|
|
active_tab_font_style bold
|
|
# inactive_tab_foreground #787c99
|
|
# inactive_tab_background #16161e
|
|
inactive_tab_font_style bold
|
|
# tab_bar_background #101014
|
|
|
|
|
|
# Binds
|
|
# Mouse bindings
|
|
mouse_map b4 press grabbed,ungrabbed send_key ctrl+o
|
|
mouse_map b5 press grabbed,ungrabbed send_key ctrl+shift+i
|
|
|
|
# Keyboard bindings
|
|
map kitty_mod+t new_tab_with_cwd
|
|
map ctrl+v paste_from_clipboard
|