Recenzije za Matte Black (Blue)
Matte Black (Blue) od Elijah Lopez
Recenzija od mind.your.life.guide
Ocijenjeno s 5 od 5
od mind.your.life.guide, prije 6 godinaHello! 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/
Odgovor programera
objavljeno prije 6 godinaSorry, 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.