BLueBlackBerserk Theme

BLueBlackBerserk Theme

Dark colored theme with blue search bar and icons and the background being from the popular manga berserk.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "BLueBlackBerserk",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center center"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(31, 34, 61, 0)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(8, 11, 33)",
      "tab_background_text": "rgb(188, 199, 212)",
      "toolbar_field": "rgba(31, 34, 61, 0.37)",
      "toolbar_field_text": "rgb(4, 205, 255)",
      "tab_line": "rgba(4, 205, 255, 0.52)",
      "popup": "rgb(31, 34, 61)",
      "popup_text": "rgb(215, 226, 239)",
      "icons": "rgb(4, 205, 255)",
      "sidebar_border": "rgb(255, 162, 0)",
      "sidebar_text": "rgb(255, 255, 255)",
      "sidebar": "rgb(36, 38, 53)",
      "tab_selected": "rgba(255, 255, 255, 0.1)",
      "toolbar_bottom_separator": "rgba(255, 255, 255, 0.23)",
      "toolbar_top_separator": "rgba(255, 162, 0, 0)",
      "toolbar_vertical_separator": "rgba(255, 255, 255, 0.53)",
      "tab_loading": "rgba(4, 205, 255, 0.52)"
    }
  }
}