Inspect and view changes in Visual Studio Theme 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": "Visual Studio Theme",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(51, 51, 55)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(45, 45, 48)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgba(255, 255, 255, 0)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgba(204, 0, 149, 0)",
"popup": "rgb(51, 51, 55)",
"popup_text": "rgb(255, 255, 255)",
"button_background_hover": "rgb(0, 153, 255)",
"icons": "rgb(255, 255, 255)",
"ntp_background": "rgb(30, 30, 30)",
"popup_border": "rgb(0, 122, 204)",
"popup_highlight": "rgb(63, 63, 70)",
"tab_loading": "rgb(0, 122, 204)",
"tab_selected": "rgb(0, 122, 204)",
"toolbar_bottom_separator": "rgb(0, 122, 204)",
"toolbar_field_border": "rgba(255, 0, 0, 0)",
"toolbar_field_focus": "rgba(28, 28, 28, 0)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{517611d9-df4d-41ab-8829-30bcc76d599f}"
}
}
}