Simple black & red theme

Simple black & red theme

A simple red theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Simple black & red theme",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(17, 17, 17)",
      "toolbar_text": "rgb(236, 0, 44)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(225, 0, 48)",
      "popup": "rgb(17, 17, 17)",
      "popup_text": "rgb(255, 255, 255)",
      "ntp_background": "rgb(17, 17, 17)",
      "sidebar_highlight": "rgb(17, 17, 17)",
      "sidebar_text": "rgb(255, 255, 255)",
      "sidebar": "rgb(17, 17, 17)",
      "tab_loading": "rgb(225, 0, 48)",
      "toolbar_field_border_focus": "rgb(225, 0, 48)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2e3dca30-fb54-400c-9fbf-d16086a29c4f}"
    }
  }
}