Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>EasyEye ThemeNew to Visual Studio Code? Get it now.
EasyEye Theme

EasyEye Theme

Scott Mackey

|
664 installs
| (0) | Free
Dark theme with contrast strong colours
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Easyeye theme

This extension is for Visual Studio Code, adds a theme titled EasyEye theme.

Installation

  1. Open Extensions sidebar panel in Visual Studio Code. View → Extensions
  2. Search for EasyEye theme
  3. Click Install to install it.
  4. Click Reload to reload the your editor
  5. File > Preferences > Color Theme > EasyEye theme

Screenshots

Typescript

CSS

VScode Settings

Recommended Settings (Just my preferences, find what you like best)

{
  "editor.autoIndent": "full",
  "editor.cursorBlinking": "expand",
  "editor.cursorSmoothCaretAnimation": true,
  "editor.cursorStyle": "block",
  "editor.fontSize": 17,
  "editor.fontFamily": "Victor Mono",
  "editor.fontLigatures": true,
  "editor.formatOnPaste": true,
  "editor.formatOnType": false,
  "editor.formatOnSave": true,
  "editor.lineHeight": 0,
  "editor.minimap.enabled": false,
  "editor.multiCursorModifier": "ctrlCmd",
  "editor.suggestSelection": "first",
  "editor.tabCompletion": "on",
  "editor.tabSize": 2,
  "editor.snippetSuggestions": "top",
  "files.autoSave": "afterDelay",
  "files.autoSaveDelay": 1000,
  "search.showLineNumbers": true,
  "workbench.iconTheme": "vscode-icons",
  "workbench.editor.labelFormat": "short",
  "workbench.sideBar.location": "right",
  "workbench.colorCustomizations": {
    "[Default Dark+]": {
      "editor.background": "#09090A",
      "sideBar.background": "#111111"
    }
  },
  "workbench.colorTheme": "EasyEye Theme",
  "zenMode.centerLayout": false,
}

Font Suggested

I use an open-source monospaced font Victor Mono with optional semi-connected cursive italics and programming symbol ligatures.

Feedback

If you have suggestions, please open an issue. Please stay within the design of original theme pull request, oh and don't forget to star it.

Authors

Authored by Scott Mackey

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft