Material Oceanic Theme

Material Oceanic Theme

Inspired by Material Themes coding color syntax. New tab background color changed to ocean green.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Material Oceanic Theme",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(50, 66, 74)",
      "toolbar_text": "rgb(213, 222, 226)",
      "frame": "rgb(38, 50, 56)",
      "tab_background_text": "rgb(213, 222, 226)",
      "toolbar_field": "rgb(50, 66, 74)",
      "toolbar_field_text": "rgb(156, 232, 141)",
      "tab_line": "rgb(131, 163, 180)",
      "popup": "rgb(50, 66, 74)",
      "popup_text": "rgb(213, 222, 226)",
      "button_background_active": "rgb(42, 172, 234)",
      "icons": "rgb(247, 140, 108)",
      "ntp_background": "rgb(50, 66, 74)",
      "sidebar_border": "rgb(105, 195, 240)",
      "sidebar_highlight_text": "rgb(42, 172, 234)",
      "sidebar_highlight": "rgb(42, 172, 234)",
      "tab_loading": "rgb(131, 163, 180)"
    }
  }
}