This extension for Visual Studio Code add the theme titled "Indielayer (Dark)".
- Open Extensions sidebar panel in Visual Studio Code.
View → Extensions
- Search for
Indielayer Theme
- Click Install
- File > Preferences > Color Theme > Indielayer (Dark)
- Optional: Use the recommended settings below for best experience
{
"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,
}
Fira Code is a free monospaced font with programming ligatures.
If you want to customize on top of this theme, use vscode's color customization feature.
If you have suggestions, please open an issue or better yet, a pull request.
Be nice.
This theme was inspired by the themes Monokai and One Dark theme.
Authored by João Teixeira