Slate (Chrome&Edge Theme) By SERCAN With RGB Codes

Slate (Chrome&Edge Theme) By SERCAN With RGB Codes

Inspired by the Slate Theme (CHROME & EDGE Theme), The Mozilla Firefox version was created using color codes (Rgb, Html, Hex, etc...) and staying true to color harmony. Note: There is no error margin because color codes are used (Rgb, Html, Hex)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Slate (Google Chrome) By SERCAN",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-027-1049af643fc55b4ffd4a8575444547c5.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(26, 53, 91)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(9, 26, 50)",
      "tab_background_text": "rgb(150, 150, 150)",
      "toolbar_field": "rgb(41, 42, 46)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(150, 150, 150)",
      "popup": "rgb(255, 255, 255)",
      "popup_text": "rgb(0, 0, 0)",
      "tab_loading": "rgb(150, 150, 150)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{61bc19df-2566-448b-a5f1-3c71f0f98f1d}"
    }
  }
}