Browse Source

Fixed Kitty colors for windows and tabs

master
Julio Biason 5 years ago
parent
commit
16448185ba
  1. 12
      kitty/kitty.conf

12
kitty/kitty.conf

@ -3,8 +3,20 @@ bold_font auto
italic_font auto italic_font auto
bold_italic_font auto bold_italic_font auto
font_size 12.0 font_size 12.0
disable_ligatures never disable_ligatures never
tab_bar_style powerline tab_bar_style powerline
scrollback_lines -1 scrollback_lines -1
background #1e1e1e background #1e1e1e
foreground #cecece foreground #cecece
window_border_width 1
window_padding_width 0
active_border_color #3e6c6c
inactive_border_color #1e1e1e
active_tab_foreground #1e1e1e
active_tab_background #3e6c6c
inactive_tab_foreground #cecece
inactive_tab_background #1e1e1e

Loading…
Cancel
Save