Files
Dotfiles/private_dot_config/kitty/kitty.conf
2023-07-14 21:39:53 -05:00

55 lines
794 B
Plaintext

# vim:fileencoding=utf-8:foldmethod=marker
#: Fonts {{{
font_family "SpaceMono Nerd Font Mono"
bold_font "SpaceMono Nerd Font Mono Bold"
italic_font "SpaceMono Nerd Font Mono Italic"
bold_italic_font "SpaceMono Nerd Font Mono Bold Italic"
font_size 18.0
#: }}}
#: Scrollback {{{
scrollback_lines 9000
#: }}}
#: Mouse {{{
url_style curly
detect_urls yes
#: }}}
#: Performance tuning {{{
#: }}}
#: Terminal bell {{{
#: }}}
#: Window layout {{{
hide_window_decorations no
#: }}}
#: Tab bar {{{
tab_bar_min_tabs 1
tab_bar_edge bottom
tab_bar_style powerline
tab_powerline_style slanted
tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}
#: }}}
# BEGIN_KITTY_THEME
# Catppuccin-Mocha
include current-theme.conf
# END_KITTY_THEME