A slightly modified Solarized theme.
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.1",
"name": "Solarized",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(0, 43, 54)",
"toolbar_text": "rgb(196, 214, 214)",
"frame": "rgb(7, 54, 66)",
"tab_background_text": "rgb(196, 214, 214)",
"toolbar_field": "rgb(0, 43, 54)",
"toolbar_field_text": "rgb(196, 214, 214)",
"tab_line": "rgb(42, 161, 152)",
"popup": "rgb(0, 43, 54)",
"popup_text": "rgb(196, 214, 214)",
"button_background_hover": "rgb(2, 63, 78)",
"popup_highlight": "rgb(2, 63, 78)",
"tab_loading": "rgb(42, 161, 152)"
}
}
}