Recensioni per Matte Black (Blue)
Matte Black (Blue) di Elijah Lopez
Recensione di mind.your.life.guide
Valutata 5 su 5
di mind.your.life.guide, 5 anni faHello! 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/
Replica dello sviluppatore
pubblicato il 5 anni faSorry, 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.