a carbon fiber theme with red highlights
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": "Carbonfiber Red",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg",
"images/1.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"left top",
"center bottom"
],
"additional_backgrounds_tiling": [
"repeat",
"repeat-x"
]
},
"colors": {
"toolbar": "rgb(30, 30, 30)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(62, 62, 62)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(255, 0, 0)",
"popup": "rgb(40, 40, 40)",
"popup_text": "rgb(200, 200, 200)",
"button_background_active": "rgb(72, 72, 72)",
"button_background_hover": "rgba(170, 41, 41, 0.4)",
"icons_attention": "rgb(255, 65, 65)",
"icons": "rgb(255, 63, 63)",
"ntp_background": "rgb(30, 30, 30)",
"popup_border": "rgb(251, 48, 48)",
"sidebar_border": "rgb(0, 0, 0)",
"sidebar_text": "rgb(255, 255, 255)",
"sidebar": "rgb(58, 58, 58)",
"tab_loading": "rgb(255, 0, 0)",
"toolbar_bottom_separator": "rgb(0, 0, 0)",
"toolbar_field_border_focus": "rgb(255, 79, 71)",
"toolbar_field_border": "rgb(251, 48, 48)"
}
}
}