Edge Blue (Light)

Edge Blue (Light)

Windows Default Blue (Works best with Edge custom CSS)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Edge Blue (Light)",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(247, 247, 247)",
      "toolbar_text": "rgb(0, 0, 0)",
      "frame": "rgb(0, 120, 215)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgb(0, 120, 215)",
      "popup": "rgb(255, 255, 255)",
      "popup_text": "rgb(0, 0, 0)",
      "tab_loading": "rgb(0, 120, 215)"
    }
  }
}