Vertical tabs, current tab not clearly highlighted/indicated enough, dark mode.
My “theme” is I think the ‘default’ on Manjaro gnome, dark mode.
Vertical tabs, current tab not clearly highlighted/indicated enough, dark mode.
My “theme” is I think the ‘default’ on Manjaro gnome, dark mode.
You can use userChrome.css to change the border color of the active tab. Here’s what I use (credit)
.tab-background[selected] { border: 1px solid !important; border-color: lightgray !important; }