Dark Pro

Dark Pro

A theme that matches the color scheme of my IDE

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Dark-Pro 2",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(40, 44, 52)",
      "toolbar_text": "rgb(133, 137, 149)",
      "frame": "rgb(33, 37, 43)",
      "tab_background_text": "rgb(143, 151, 165)",
      "toolbar_field": "rgb(26, 30, 37)",
      "toolbar_field_text": "rgb(189, 189, 190)",
      "tab_line": "rgb(33, 37, 43)",
      "popup": "rgb(33, 37, 43)",
      "popup_text": "rgb(143, 151, 165)",
      "ntp_background": "rgb(40, 44, 52)",
      "popup_border": "rgb(33, 37, 43)",
      "tab_selected": "rgb(50, 56, 66)",
      "tab_text": "rgb(255, 255, 255)",
      "toolbar_top_separator": "rgb(33, 37, 43)",
      "tab_loading": "rgb(33, 37, 43)"
    }
  }
}