Reviews for Matte Black (Blue)
Matte Black (Blue) by Elijah Lopez
Review by mind.your.life.guide
Rated 5 out of 5
by mind.your.life.guide, 5 years agoHello! Could you make another topic? Like this one, only swap colors. Black main menu and active tab with a blue bar, and gray inactive tabs?
I tried, but I have a white bar on the active tab.
I saw your code on github, I would correct it, but I do not know what to do with it further.
Here is my attempt to implement what I described, only a strip of white, not blue.
https://addons.mozilla.org/en/firefox/addon/black-theme-amoled/
I tried, but I have a white bar on the active tab.
I saw your code on github, I would correct it, but I do not know what to do with it further.
Here is my attempt to implement what I described, only a strip of white, not blue.
https://addons.mozilla.org/en/firefox/addon/black-theme-amoled/
Developer response
posted 5 years agoSorry, I am swamped, try looking at https://github.com/elibroftw/matte-black-theme/blob/master/Matte%20Black%20(Blue)%20Theme%20Firefox/manifest.json, specifically
{"tab_line": "rgba(40, 83, 255, 1)",
"tab_loading": "rgba(40, 83, 255, 1)"}
You're almost there.
{"tab_line": "rgba(40, 83, 255, 1)",
"tab_loading": "rgba(40, 83, 255, 1)"}
You're almost there.