Skip to content

indielayer/vscode-indielayer-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indielayer Theme

This extension for Visual Studio Code add the theme titled "Indielayer (Dark)".

Preview

Example 1 HTML

Example 2 HTML

Installation

  1. Open Extensions sidebar panel in Visual Studio Code. View → Extensions
  2. Search for Indielayer Theme
  3. Click Install
  4. File > Preferences > Color Theme > Indielayer (Dark)
  5. Optional: Use the recommended settings below for best experience

Recommended Settings

{
  "editor.fontSize": 12,
  "editor.fontFamily": "Fira Code",
  "editor.lineHeight": 18,
  "editor.tabSize": 2,
  "editor.autoIndent": "full",
  "editor.fontLigatures": true,
  "editor.suggestSelection": "first",
  "editor.tabCompletion": "on",
  "workbench.iconTheme": "material-icon-theme",
  "workbench.colorCustomizations": {},
  "workbench.colorTheme": "Indielayer (Dark)"
  "zenMode.centerLayout": false,
}

Fonts

Fira Code is a free monospaced font with programming ligatures.

Customizing

If you want to customize on top of this theme, use vscode's color customization feature.

Feedback

If you have suggestions, please open an issue or better yet, a pull request.

Be nice.

Credits

This theme was inspired by the themes Monokai and One Dark theme.

Author

Authored by João Teixeira