A simple Solarized-based theme focused on readability and ease of use. No garish color combinations that make it difficult to see your tabs. I couldn't find a good Solarized theme on the Firefox store, so this is what I came up with.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"version": "1.0",
"name": "Sorta Solarized",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(16, 89, 107)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(0, 69, 86)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(8, 43, 52)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(29, 188, 177)",
"popup": "rgb(8, 43, 52)",
"popup_text": "rgb(255, 255, 255)",
"tab_loading": "rgb(42, 161, 152)",
"icons_attention": "rgb(29, 188, 177)",
"ntp_background": "rgb(16, 89, 107)",
"ntp_text": "rgb(255, 255, 255)",
"popup_highlight": "rgb(29, 188, 177)",
"sidebar": "rgb(8, 43, 52)",
"sidebar_highlight": "rgb(29, 188, 177)",
"sidebar_highlight_text": "rgb(255, 255, 255)",
"sidebar_text": "rgb(255, 255, 255)",
"toolbar_field_border_focus": "rgb(29, 188, 177)",
"toolbar_top_separator": "rgb(8, 43, 52)"
}
}
}