Zaku II Inspired Theme

Zaku II inspired theme, specifically based on the colors of the Type C-6/R6 from Gundam The Origin. The pink for the selected/active tab acts like the mono eye!
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": "Zaku II Inspired Theme",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(83, 107, 76)",
      "toolbar_text": "rgb(225, 225, 224)",
      "frame": "rgb(37, 48, 37)",
      "tab_background_text": "rgb(225, 225, 224)",
      "toolbar_field": "rgb(152, 172, 148)",
      "toolbar_field_text": "rgb(37, 48, 37)",
      "tab_line": "rgb(249, 179, 241)",
      "popup": "rgb(83, 107, 76)",
      "popup_text": "rgb(225, 225, 224)",
      "button_background_active": "rgb(152, 172, 148)",
      "button_background_hover": "rgb(152, 172, 148)",
      "frame_inactive": "rgb(152, 172, 148)",
      "ntp_background": "rgb(101, 128, 93)",
      "ntp_text": "rgb(225, 225, 224)",
      "popup_border": "rgb(152, 172, 148)",
      "popup_highlight_text": "rgb(225, 225, 224)",
      "popup_highlight": "rgb(37, 48, 37)",
      "sidebar_border": "rgb(152, 172, 148)",
      "sidebar_highlight": "rgb(83, 107, 76)",
      "sidebar_text": "rgb(225, 225, 224)",
      "sidebar": "rgb(83, 107, 76)",
      "tab_background_separator": "rgb(225, 225, 224)",
      "tab_loading": "rgb(0, 0, 0)",
      "tab_selected": "rgb(249, 179, 241)",
      "tab_text": "rgb(0, 0, 0)",
      "toolbar_bottom_separator": "rgb(152, 172, 148)",
      "toolbar_field_border_focus": "rgb(225, 225, 224)",
      "toolbar_field_border": "rgb(152, 172, 148)",
      "toolbar_field_focus": "rgb(152, 172, 148)",
      "toolbar_field_highlight_text": "rgb(225, 225, 224)",
      "toolbar_field_highlight": "rgb(37, 48, 37)",
      "toolbar_field_separator": "rgb(225, 225, 224)",
      "toolbar_field_text_focus": "rgb(37, 48, 37)",
      "toolbar_top_separator": "rgb(152, 172, 148)",
      "toolbar_vertical_separator": "rgb(152, 172, 148)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{117cc461-fb55-4fb8-aa6e-fe89028bf32d}"
    }
  }
}