Just a theme I made for myself
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": "Teal Forest",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"center center"
],
"additional_backgrounds_tiling": [
"repeat-x"
]
},
"colors": {
"toolbar": "rgba(26, 69, 79, 0.96)",
"toolbar_text": "rgb(248, 185, 14)",
"frame": "rgb(15, 48, 71)",
"tab_background_text": "rgb(255, 179, 0)",
"toolbar_field": "rgb(235, 246, 255)",
"toolbar_field_text": "rgb(0, 16, 23)",
"tab_line": "rgb(30, 111, 136)",
"popup": "rgb(49, 114, 138)",
"popup_text": "rgb(13, 46, 52)",
"ntp_background": "rgba(199, 220, 225, 0.21)",
"ntp_text": "rgb(0, 9, 11)",
"sidebar_border": "rgb(230, 228, 216)",
"sidebar_highlight_text": "rgb(20, 73, 106)",
"sidebar_highlight": "rgb(245, 249, 251)",
"sidebar_text": "rgb(0, 15, 21)",
"tab_background_separator": "rgb(4, 42, 52)",
"tab_selected": "rgb(35, 87, 109)",
"toolbar_bottom_separator": "rgb(30, 64, 75)",
"toolbar_field_border": "rgb(8, 84, 98)",
"toolbar_top_separator": "rgb(6, 46, 60)",
"toolbar_vertical_separator": "rgb(55, 109, 119)",
"tab_loading": "rgb(30, 111, 136)"
}
}
}