Examine source code of Darker Blue Theme with Trans Highlights

Inspect and view changes in Darker Blue Theme with Trans Highlights 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 with trans colors",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-006-51ab495c5f5dde6a3cddb22484acd00d.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(64, 73, 109)",
      "toolbar_text": "rgb(245, 169, 184)",
      "frame": "rgb(22, 25, 71)",
      "tab_background_text": "rgb(91, 206, 250)",
      "toolbar_field": "rgb(35, 37, 70)",
      "toolbar_field_text": "rgb(245, 169, 184)",
      "tab_line": "rgb(245, 169, 184)",
      "popup": "rgb(64, 69, 109)",
      "popup_text": "rgb(245, 169, 184)",
      "button_background_active": "rgb(148, 98, 108)",
      "button_background_hover": "rgb(22, 25, 71)",
      "icons_attention": "rgb(245, 169, 184)",
      "icons": "rgb(91, 206, 250)",
      "ntp_background": "rgb(64, 73, 109)",
      "ntp_text": "rgb(245, 169, 184)",
      "tab_text": "rgb(245, 169, 184)",
      "tab_loading": "rgb(245, 169, 184)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9ab54cb8-855c-418d-aeb8-c61445aa94c3}"
    }
  }
}