blob: 483e1cc1f72f57a3404d3d8823898ba743a04bfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Kitty Config
font_family PragmataPro Mono Liga
bold_font auto
italic_font auto
bold_italic_font auto
font_size 14.0
# include theme
include Gruvbox Material Dark Medium.conf
background #141617
active_tab_foreground #BFBDB6
active_tab_background #131721
inactive_tab_foreground #565B66
inactive_tab_background #131721
background_opacity 0.88
background_blur 64
hide_window_decorations titlebar-only
window_padding_width 20 10
enable_audio_bell no
# for clipboard over SSH
# see https://github.com/LazyVim/LazyVim/discussions/2715#discussioncomment-11857449
clipboard_control write-clipboard write-primary read-clipboard read-primary
|