1.1.2 • Published 1 year ago

vscode-indielayer-theme v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.1.2

1 year ago