-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] - Set colours for specific domains #9
Comments
Seconded! :-) Said with zero entitlement, I genuinely assumed that would be the default functionality anyway (again, not said as rudeness), but it's still better than nothing :-). How do I control what I can control, colour wise, here? (not a jibe, just isn't / wasn't clear to me in the readme.md ... I am very dumb!) Is there a chance that I could use the userChrome.css cleverly to change it when it sees a given domain? |
The use case described by anthonyp-cs is exactly what I always used with colorfultabs before and with treestyletab rainbow edition after that on. Unfortunately the second stopped working with FF 71. |
I implement custom host colors (direct and regexp match) in recently released 0.7 version, please test it. |
@MurzNN Thanks for the adjustment, it works great :) I've also discovered a small bug in the implementation: If I disable the red regex then every tab ending with xxx.com will be colored in orange even though the "prefix-" is not present in the domain. |
I've seen some similar issues to this — what is the priority-order for the tests? Top-to-bottom, or bottom-to-top? Perhaps some "reorder" buttons to change those priorities, moving some colour-regexes above or below other ones, would help! |
would it also be possible to have the saturation/brightness settings applied to tabs when they're using customized per host colors? edit: although i guess you can just use apply a different color code to get the same effect |
It would be great to be able to highlight specific domains / subdomains with their own colours. For example:
Unspecified domains would use the standard tab colours of the selected theme (or those set in TST).
The text was updated successfully, but these errors were encountered: