-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathkitty.conf
33 lines (26 loc) · 1.09 KB
/
kitty.conf
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
31
32
33
# vim:ft=kitty
# https://sw.kovidgoyal.net/kitty/conf/
# NOTE: Maple Mono is only supported when in ttf or NF formats (not otf).
font_family BerkeleyMono-Regular
bold_font BerkeleyMono-Bold
italic_font MapleMono-Italic
bold_italic_font MapleMono-BoldItalic
font_size 14.0
macos_option_as_alt yes
macos_titlebar_color background
macos_quit_when_last_window_closed yes
cursor_trail 3
cursor_shape block
cursor_shape_unfocused hollow
tab_bar_edge top
tab_bar_style powerline
tab_powerline_style slanted
tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{index}:{tab.active_wd[tab.active_wd.rfind('/')+1:]}"
hide_window_decorations yes
map ctrl+shift+] next_tab
map ctrl+shift+[ previous_tab
# Theme switching
map ctrl+shift+l remote_control set-colors -a ~/.local/share/fredrik/lazy/nightfox.nvim/extra/dayfox/kitty.conf
map ctrl+shift+d remote_control set-colors -a ~/.local/share/fredrik/lazy/tokyonight.nvim/extras/kitty/tokyonight_moon.conf
# Include default dark theme
include ~/.local/share/fredrik/lazy/tokyonight.nvim/extras/kitty/tokyonight_moon.conf