Inspect and view changes in Win11 default dark blue hilite source codes across current and past versions
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": "Win11 default dark blue hilight",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(32, 32, 32)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(32, 32, 32)",
"tab_background_text": "rgb(151, 151, 151)",
"toolbar_field": "rgb(48, 48, 48)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(60, 203, 233)",
"popup": "rgb(32, 32, 32)",
"popup_text": "rgb(255, 255, 255)",
"ntp_background": "rgb(25, 25, 25)",
"popup_border": "rgb(25, 25, 25)",
"sidebar_border": "rgb(25, 25, 25)",
"sidebar_text": "rgb(255, 255, 255)",
"sidebar": "rgb(32, 32, 32)",
"tab_selected": "rgb(60, 203, 233)",
"tab_text": "rgb(255, 255, 255)",
"toolbar_bottom_separator": "rgb(25, 25, 25)",
"toolbar_field_border_focus": "rgb(211, 211, 211)",
"toolbar_field_border": "rgb(96, 94, 94)",
"toolbar_top_separator": "rgb(32, 32, 32)",
"tab_loading": "rgb(60, 203, 233)"
}
}
}