Black and yellow contrast

Black and yellow
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Yellow black",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-002-609370e89a219e0548ac5ef6b4a7dd2e.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(0, 0, 0)",
      "toolbar_text": "rgb(255, 210, 0)",
      "frame": "rgb(28, 28, 28)",
      "tab_background_text": "rgb(219, 181, 0)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(255, 210, 0)",
      "tab_line": "rgb(255, 210, 0)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(255, 210, 0)",
      "button_background_active": "rgb(0, 0, 0)",
      "button_background_hover": "rgb(0, 0, 0)",
      "frame_inactive": "rgb(0, 0, 0)",
      "icons_attention": "rgb(255, 204, 0)",
      "icons": "rgb(255, 210, 0)",
      "ntp_background": "rgb(0, 0, 0)",
      "ntp_text": "rgb(255, 210, 0)",
      "popup_border": "rgb(255, 204, 0)",
      "popup_highlight_text": "rgb(255, 210, 0)",
      "sidebar_border": "rgb(255, 210, 0)",
      "sidebar_highlight": "rgb(255, 210, 0)",
      "tab_loading": "rgb(255, 210, 0)"
    }
  }
}