Tokyo Night 2022

Tokyo Night theme based on the original VS Code theme (https://github.com/enkia/tokyo-night-vscode-theme) 😊
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": "Tokyo Night",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(26, 27, 38)",
      "toolbar_text": "rgb(248, 112, 140)",
      "frame": "rgb(26, 27, 38)",
      "tab_background_text": "rgb(96, 99, 116)",
      "toolbar_field": "rgb(36, 40, 59)",
      "toolbar_field_text": "rgb(125, 207, 255)",
      "tab_line": "rgb(26, 27, 38)",
      "popup": "rgb(26, 27, 38)",
      "popup_text": "rgb(239, 240, 242)",
      "button_background_active": "rgb(36, 40, 59)",
      "button_background_hover": "rgb(36, 40, 59)",
      "frame_inactive": "rgb(26, 27, 38)",
      "icons_attention": "rgb(125, 207, 255)",
      "icons": "rgb(239, 240, 242)",
      "ntp_background": "rgb(26, 27, 38)",
      "ntp_text": "rgb(125, 207, 255)",
      "popup_border": "rgb(64, 66, 77)",
      "popup_highlight_text": "rgb(125, 207, 255)",
      "popup_highlight": "rgb(36, 40, 59)",
      "sidebar_border": "rgb(26, 27, 38)",
      "sidebar_highlight_text": "rgb(125, 207, 255)",
      "sidebar_highlight": "rgb(26, 27, 38)",
      "sidebar_text": "rgb(239, 240, 242)",
      "tab_loading": "rgb(26, 27, 38)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{dac8f3f2-3a8e-4ec8-bdd5-73f8a205339b}"
    }
  }
}