Examine source code of Galaxy stars theme

Inspect and view changes in Galaxy stars 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": "Galaxy",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(190, 0, 255, 0.5)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(190, 0, 255)",
      "tab_background_text": "rgb(190, 0, 255)",
      "toolbar_field": "rgba(190, 0, 255, 0)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(255, 0, 125)",
      "popup": "rgba(190, 0, 255, 0.75)",
      "popup_text": "rgb(255, 255, 255)",
      "tab_loading": "rgb(255, 0, 125)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a43fbb0c-ffe1-4e71-8cff-0f2b94bf3cdf}"
    }
  }
}