Matte Black (Blue) 的评价
Matte Black (Blue) 作者: Elijah Lopez
mind.your.life.guide 的评价
评分 5 / 5
来自 mind.your.life.guide,5 年前Hello! 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/
开发者回应
发布于 5 年前Sorry, 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.