Simple dark flat theme with orange indicators and highlight.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Dark Flat Theme (Orange indicators)",
"author": "undeaddd",
"manifest_version": 2,
"version": "1.0",
"theme": {
"colors": {
"frame": "rgb(43, 42, 51)",
"frame_inactive": "rgb(43, 42, 51)",
"tab_text": "rgb(255, 255, 255)",
"tab_background_text": "rgb(255, 255, 255)",
"tab_background_separator": "rgba(255, 0, 0, 0)",
"tab_line": "rgb(61, 60, 73)",
"tab_loading": "rgb(231, 58, 22)",
"icons_attention": "rgb(231, 58, 22)",
"toolbar": "rgb(61, 60, 73)",
"toolbar_top_separator": "rgb(61, 60, 73)",
"toolbar_bottom_separator": "rgb(61, 60, 73)",
"toolbar_vertical_separator": "rgb(255, 0, 0)",
"toolbar_field": "rgb(61, 60, 73)",
"toolbar_field_text": "rgb(255, 255, 255)",
"toolbar_field_border": "rgb(61, 60, 73)",
"toolbar_field_focus": "rgb(61, 60, 73)",
"toolbar_field_border_focus": "rgb(61, 60, 73)",
"toolbar_field_highlight": "rgba(231, 58, 22, 0.5)",
"toolbar_field_highlight_text": "rgba(255, 255, 255, 1)",
"button_background_hover": "rgba(255, 255, 255, 0.1)",
"button_background_active": "rgb(92, 91, 102, 1)",
"icons": "rgb(255, 255, 255)",
"bookmark_text": "rgb(255, 255, 255)",
"popup": "rgb(61, 60, 73)",
"popup_text": "rgb(255, 255, 255)",
"popup_border": "rgb(61, 60, 73)",
"popup_highlight": "rgb(92, 91, 102)",
"popup_highlight_text": "rgb(255, 255, 255)",
"ntp_background": "rgb(28, 27, 34)",
"ntp_text": "rgb(255, 255, 255)",
"ntp_card_background": "rgb(61, 60, 73)",
"sidebar": "rgb(61, 60, 73)",
"sidebar_text": "rgb(255, 255, 255)",
"sidebar_border": "rgb(61, 60, 73)",
"sidebar_highlight": "rgb(92, 91, 102)",
"sidebar_highlight_text": "rgb(255, 255, 255)"
}
}
}