kitty
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# vim:fileencoding=utf-8:foldmethod=marker
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Catppuccin-Macchiato
|
||||
include current-theme.conf
|
||||
# Matugen
|
||||
include colors.conf
|
||||
# END_KITTY_THEME
|
||||
|
||||
#: Fonts {{{
|
||||
@@ -1054,16 +1054,7 @@ font_size 12.0
|
||||
|
||||
#: Tab bar {{{
|
||||
|
||||
tab_bar_min_tabs 1
|
||||
tab_bar_edge bottom
|
||||
# tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}
|
||||
tab_bar_margin_width 0.0
|
||||
tab_bar_margin_height 0.0 0.0
|
||||
tab_bar_style powerline
|
||||
tab_bar_align left
|
||||
tab_separator
|
||||
tab_activity_sybol none
|
||||
tab_title_template {index} {tab.active_wd.rsplit('/', 1)[-1]}
|
||||
tab_bar_style hidden
|
||||
|
||||
#: The edge to show the tab bar on, top or bottom.
|
||||
|
||||
@@ -1234,7 +1225,7 @@ tab_title_template {index} {tab.active_wd.rsplit('/', 1)[-1]}
|
||||
|
||||
#: The foreground and background colors.
|
||||
|
||||
# background_opacity 1.0
|
||||
background_opacity 0.9
|
||||
|
||||
#: The opacity of the background. A number between zero and one, where
|
||||
#: one is opaque and zero is fully transparent. This will only work if
|
||||
|
||||
Reference in New Issue
Block a user