Created
April 26, 2021 15:03
-
-
Save ferothefox/1b24983677682a9e92b6afecedf542c4 to your computer and use it in GitHub Desktop.
Firefox Solid Black theme with blue tab highlight - Compatible with Firefox 90/Proton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "manifest_version": 2, | |
| "version": "1.0", | |
| "name": "Just Black", | |
| "theme": { | |
| "images": {}, | |
| "properties": {}, | |
| "colors": { | |
| "toolbar": "rgb(0, 0, 0)", | |
| "toolbar_text": "rgb(255, 255, 255)", | |
| "frame": "rgb(0, 0, 0)", | |
| "tab_background_text": "rgb(255, 255, 255)", | |
| "toolbar_field": "rgb(0, 0, 0)", | |
| "toolbar_field_text": "rgb(255, 255, 255)", | |
| "tab_line": "rgb(10, 132, 255)", | |
| "popup": "rgb(0, 0, 0)", | |
| "popup_text": "rgb(255, 255, 255)", | |
| "popup_border": "rgb(0, 0, 0)", | |
| "popup_highlight": "rgb(0, 0, 0)", | |
| "sidebar_border": "rgb(0, 0, 0)", | |
| "sidebar_highlight_text": "rgb(255, 255, 255)", | |
| "sidebar_highlight": "rgb(0, 0, 0)", | |
| "sidebar_text": "rgb(255, 255, 255)", | |
| "sidebar": "rgb(0, 0, 0)", | |
| "tab_background_separator": "rgb(0, 0, 0)", | |
| "tab_loading": "rgb(10, 132, 255)" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment