Splatoon 2 Colours [Theme]

Splatoon 2 Colours [Theme]

This theme uses a simple background from Splatoon 2 behind the tabs, and changes text colours to #1edc00 or #ff3278, which are the exact colors used by the Splatoon 2 joycons

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Splatoon 2 Colours [Theme]",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "left top"
      ],
      "additional_backgrounds_tiling": [
        "repeat-x"
      ]
    },
    "colors": {
      "toolbar": "rgb(37, 38, 39)",
      "toolbar_text": "rgb(30, 220, 0)",
      "frame": "rgb(48, 49, 50)",
      "tab_background_text": "rgb(255, 50, 120)",
      "toolbar_field": "rgb(51, 52, 53)",
      "toolbar_field_text": "rgb(30, 220, 0)",
      "tab_line": "rgb(30, 220, 0)",
      "popup": "rgb(48, 49, 50)",
      "popup_text": "rgb(255, 50, 120)",
      "sidebar_highlight": "rgb(56, 57, 62)",
      "sidebar": "rgb(48, 49, 50)",
      "tab_loading": "rgb(30, 220, 0)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d6eb3386-e265-4e53-8cee-6c63097ce382}"
    }
  }
}