Ocean Blue Theme

Give your Firefox browser a calmly ocean blue theme 🌊.
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": "Ocean Blue Theme",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-009-f069b97f439938a011297c84464f0df6.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(187, 209, 241)",
      "toolbar_text": "rgb(19, 24, 32)",
      "frame": "rgb(112, 155, 218)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(187, 209, 241)",
      "toolbar_field_text": "rgb(1, 5, 10)",
      "tab_line": "rgb(187, 209, 241)",
      "popup": "rgb(187, 209, 241)",
      "popup_text": "rgb(0, 0, 0)",
      "tab_loading": "rgb(187, 209, 241)"
    }
  }
}