wezterm: flip active and inactive tab colors (#246)

This makes it easier to tell which tab is the active tab.
This commit is contained in:
Jalil David Salamé Messina 2024-02-08 00:24:10 +01:00 committed by GitHub
parent 9942fca870
commit 7e62834e25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,11 +24,11 @@ in {
background = base01;
inactive_tab_edge = base01;
active_tab = {
bg_color = base03;
bg_color = base00;
fg_color = base05;
};
inactive_tab = {
bg_color = base00;
bg_color = base03;
fg_color = base05;
};
inactive_tab_hover = {
@ -36,7 +36,7 @@ in {
fg_color = base00;
};
new_tab = {
bg_color = base00;
bg_color = base03;
fg_color = base05;
};
new_tab_hover = {