Blue Gradient Contrast

A simple blue gradient theme, from a dark blue to a lighter more cyan blue. Slightly updated on 4/24/2019 - go to Version History > See All Versions for the previous version if you want.
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": "2.0",
  "name": "Blue Gradient Contrast",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(255, 255, 255, 0.25)",
      "bookmark_text": "rgb(255, 255, 255)",
      "frame": "rgb(0, 21, 139)",
      "frame_inactive": "rgb(0, 21, 139)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgba(255, 255, 255, 0.6)",
      "toolbar_field_text": "rgb(0, 21, 139)",
      "tab_line": "rgb(0, 250, 253)",
      "popup": "rgb(198, 222, 241)",
      "popup_text": "rgb(0, 21, 139)",
      "tab_loading": "rgb(0, 250, 253)"
    }
  }
}