Skip to content

Eda Dark is a simple workbench theme for Visual Studio Code

Notifications You must be signed in to change notification settings

bigstepdenmark/Eda-Dark-Theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eda Dark Theme for Visual Studio Code

Screenshot

Eda Dark is a simple workbench theme for Visual Studio Code, and optimized for SCSS, HTML, JS, TS, Markdown, and PHP files.

The Font-family i used in screenshots is "Menlo, Monaco, 'Courier New', monospace".


Installation

  1. Open your Visual Studio Code App.
  2. Go to Extensions from Activity Bar.
  3. Search "Eda Dark Theme" and then click install. (remember to reload)

Recomended

  1. Open your Visual Studio Code App.
  2. Go to Preferences->Settings and just add this block to your user settings:
"workbench.statusBar.visible": false,
"editor.minimap.enabled": false,
"workbench.editor.showTabs": false,
"workbench.sideBar.location": "left",
"editor.fontSize": 12,
"editor.lineHeight": 30,
  1. If you prefer italic comments, just add this block to your user settings:
"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "scope": "comment, comment.block.html",
      "settings": {
        "fontStyle": "italic"
      }
    }
  ]
},
  1. If you like the icons in the Sidebar
    • Go to Extensions from Activity Bar.
    • Search "VSCode Great Icons" by Emmanuel Béziat, and then click install. (remember to reload)
    • Go to View->Command Palette...(shift+command+p)
    • Type and select "File Icon Theme".
    • Select "Simple Icons".

Screenshots

Screenshot