Examine source code of System - tab grey

Inspect and view changes in System - tab grey 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": "System - tab grey",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(242, 242, 242)",
      "toolbar_text": "rgb(48, 48, 48)",
      "frame": "rgb(217, 217, 217)",
      "tab_background_text": "rgb(48, 48, 48)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(48, 48, 48)",
      "tab_line": "rgba(255, 4, 4, 0)",
      "popup": "rgb(255, 255, 255)",
      "popup_text": "rgb(48, 48, 48)",
      "tab_selected": "rgb(131, 131, 131)",
      "tab_text": "rgb(255, 255, 255)",
      "tab_loading": "rgba(255, 4, 4, 0)"
    }
  }
}