Rendition of the Brave Nightly dark 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": "2.0",
"name": "Brave",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(49, 52, 67)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(12, 12, 24)",
"tab_background_text": "rgb(192, 192, 192)",
"toolbar_field": "rgb(49, 52, 67)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgba(242, 236, 224, 0)",
"popup": "rgb(49, 52, 67)",
"popup_text": "rgb(255, 255, 255)",
"icons_attention": "rgb(255, 255, 255)",
"icons": "rgb(255, 255, 255)",
"popup_border": "rgb(173, 173, 173)",
"popup_highlight": "rgb(49, 52, 67)",
"sidebar_border": "rgba(38, 37, 35, 0)",
"sidebar_text": "rgb(255, 255, 255)",
"sidebar": "rgb(49, 52, 67)",
"toolbar_bottom_separator": "rgb(49, 52, 67)",
"toolbar_field_border_focus": "rgb(49, 52, 67)",
"toolbar_field_border": "rgb(49, 52, 67)",
"toolbar_field_focus": "rgb(49, 52, 67)",
"toolbar_field_highlight": "rgb(159, 159, 159)",
"toolbar_field_text_focus": "rgb(255, 255, 255)",
"toolbar_top_separator": "rgb(49, 52, 67)",
"tab_loading": "rgba(242, 236, 224, 0)"
}
}
}