Skip to content

iDevEngineer/vscode-easyeye-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors