Examine source code of Ubuntu White Theme

Inspect and view changes in Ubuntu White 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": "Material Ubuntu Theme",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(244, 244, 244)",
      "toolbar_text": "rgb(22, 54, 75)",
      "frame": "rgb(42, 56, 62)",
      "tab_background_text": "rgb(148, 157, 173)",
      "toolbar_field": "rgb(244, 244, 244)",
      "toolbar_field_text": "rgb(3, 33, 46)",
      "tab_line": "rgb(22, 54, 75)",
      "popup": "rgb(243, 248, 248)",
      "popup_text": "rgb(22, 54, 75)",
      "tab_loading": "rgb(22, 54, 75)"
    }
  }
}