Update inactive tab color for kitty

This commit is contained in:
Matt Swensen 2020-05-02 14:54:27 -06:00
parent 0e878c1278
commit 2fbd5a2d17
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
2 changed files with 3 additions and 3 deletions

@ -14,7 +14,7 @@ bell_border_color #F28144
active_tab_foreground #E0DCE0
active_tab_background #282629
inactive_tab_foreground #847E85
inactive_tab_foreground #C1BCC2
inactive_tab_background #474247
foreground #E0DCE0
@ -72,7 +72,7 @@ bell_border_color #F37735
active_tab_foreground #474247
active_tab_background #FFFCFF
inactive_tab_foreground #A29DA3
inactive_tab_foreground #656066
inactive_tab_background #E0DCE0
foreground #474247

@ -20,7 +20,7 @@ bell_border_color ${colors.accent1}
active_tab_foreground ${colors.shade6}
active_tab_background ${colors.shade0}
inactive_tab_foreground ${colors.shade3}
inactive_tab_foreground ${colors.shade5}
inactive_tab_background ${colors.shade1}
foreground ${colors.shade6}