This extension allows to set individual color for each tab in order to highlight it.
TreeStyleTabs extension is required for it to run.
It may conflict with other extensions which change tabs color, such as VivaldiFox or TST Colored Tabs
To customize colors, you can use TreeStyleTab's custom CSS.
Here are default style rules for each color, which you could override in TST settings:
.tab.self-colored-red tab-item-substance { background-color: rgba(255,0,0,0.2) !important; }
.tab.self-colored-green tab-item-substance { background-color: rgba(0,255,0,0.2) !important; }
.tab.self-colored-blue tab-item-substance { background-color: rgba(0,128,255,0.2) !important; }
.tab.self-colored-yellow tab-item-substance { background-color: rgba(255,255,0,0.2) !important; }
.tab.self-colored-brown tab-item-substance { background-color: rgba(139,69,19,0.2) !important; }
.tab.self-colored-purple tab-item-substance { background-color: rgba(75,0,130,0.2) !important; }
.tab.self-colored-orange tab-item-substance { background-color: rgba(255,69,0,0.2) !important; }
- License: Mozilla Public License 2.0
- Weekly downloads: 28
- Average daily users: 489
- Rating: 3.0909/5 of 11 ratings
- Created: 2022-03-20 15:01:25
- Last updated: 2022-09-25 23:10:19
- Homepage:
- Support site and email
- Donate
- Orig: https://addons.mozilla.org/en-US/firefox/addon/tst-colorize-tabs/
- API: tst_colorize_tabs@emvaized.com