Examine source code of Blue theme By DevilPanda

Inspect and view changes in Blue theme By DevilPanda 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": "Blue theme",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(0, 11, 67)",
      "toolbar_text": "rgb(5, 39, 222)",
      "frame": "rgb(1, 20, 119)",
      "tab_background_text": "rgb(128, 133, 250)",
      "toolbar_field": "rgb(3, 8, 134)",
      "toolbar_field_text": "rgb(73, 81, 255)",
      "tab_line": "rgb(59, 92, 254)",
      "popup": "rgb(0, 9, 44)",
      "popup_text": "rgb(55, 85, 245)",
      "tab_loading": "rgb(59, 92, 254)"
    }
  }
}