Switch kitty tab colors to make more sense

This commit is contained in:
Djent- 2019-05-02 13:33:55 -07:00 committed by GitHub
parent 961695a47a
commit 04413ee285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@ foreground {foreground}
background {background}
cursor {cursor}
active_tab_foreground {foreground}
active_tab_background {background}
inactive_tab_foreground {background}
inactive_tab_background {foreground}
active_tab_foreground {background}
active_tab_background {foreground}
inactive_tab_foreground {foreground}
inactive_tab_background {background}
active_border_color {foreground}
inactive_border_color {background}