Dark and bright

Dark and bright

Dark theme with bright accents.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Dark-bright",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-001-9c6d74e14860e77ee6f8f43e824bff25.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(35, 35, 35)",
      "toolbar_text": "rgb(255, 127, 0)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgba(255, 255, 255, 0.5)",
      "toolbar_field_text": "rgb(64, 64, 64)",
      "tab_line": "rgb(255, 0, 0)",
      "popup": "rgb(35, 35, 35)",
      "popup_text": "rgb(255, 0, 255)",
      "popup_border": "rgb(0, 0, 255)",
      "toolbar_bottom_separator": "rgb(0, 255, 255)",
      "toolbar_field_border": "rgb(0, 255, 0)",
      "toolbar_field_focus": "rgb(255, 255, 255)",
      "toolbar_top_separator": "rgb(255, 255, 0)",
      "tab_loading": "rgb(255, 0, 0)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ba0aefdb-781a-47f3-a14c-1e93f181a895}"
    }
  }
}