A modern dark theme in the style of macOS Ventura.
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": "macOS Ventura Dark",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(32, 32, 32)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(32, 32, 32)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(64, 64, 64)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(96, 96, 96)",
"popup": "rgb(64, 64, 64)",
"popup_text": "rgb(255, 255, 255)",
"button_background_active": "rgb(96, 96, 96)",
"button_background_hover": "rgb(64, 64, 64)",
"frame_inactive": "rgb(32, 32, 32)",
"icons_attention": "rgb(255, 255, 255)",
"icons": "rgb(255, 255, 255)",
"ntp_background": "rgb(32, 32, 32)",
"ntp_text": "rgb(255, 255, 255)",
"popup_border": "rgb(96, 96, 96)",
"popup_highlight_text": "rgb(255, 255, 255)",
"popup_highlight": "rgb(96, 96, 96)",
"sidebar_border": "rgb(64, 64, 64)",
"sidebar_highlight_text": "rgb(255, 255, 255)",
"sidebar_highlight": "rgb(96, 96, 96)",
"sidebar_text": "rgb(255, 255, 255)",
"sidebar": "rgb(32, 32, 32)",
"tab_background_separator": "rgba(96, 96, 96, 0)",
"tab_loading": "rgb(255, 255, 255)",
"tab_selected": "rgb(64, 64, 64)",
"tab_text": "rgb(255, 255, 255)",
"toolbar_bottom_separator": "rgb(32, 32, 32)",
"toolbar_field_border_focus": "rgb(96, 96, 96)",
"toolbar_field_border": "rgba(64, 64, 64, 0)",
"toolbar_field_focus": "rgb(64, 64, 64)",
"toolbar_field_highlight_text": "rgb(255, 255, 255)",
"toolbar_field_highlight": "rgb(139, 87, 88)",
"toolbar_field_separator": "rgba(96, 96, 96, 0)",
"toolbar_field_text_focus": "rgb(255, 255, 255)",
"toolbar_top_separator": "rgb(32, 32, 32)",
"toolbar_vertical_separator": "rgba(96, 96, 96, 0)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{67086522-7229-4389-9e5e-2b0dfd21a495}"
}
}
}