mirror of
https://github.com/danth/stylix
synced 2025-02-16 13:28:35 +00:00
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:
parent
9942fca870
commit
7e62834e25
1 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue