A Modern Dark Purple Theme Theme extension for VS Code. I've been using and perfecting this theme for more than 5 years and I hope you enjoy it.
You can install the extension by one of the following ways:
- Search for
Modern Dark Purple Theme
in extension panel and install it - Download from Marketplace
- Download from GitHub Release page
On user settings (JSON):
{
"explorer.confirmDragAndDrop": false,
"workbench.colorTheme": "Michi Modern Dark Purple Theme",
"editor.bracketPairColorization.enabled": false,
"git.postCommitCommand": "sync",
"git.confirmSync": false,
"diffEditor.ignoreTrimWhitespace": false,
"workbench.productIconTheme": "material-product-icons",
"workbench.iconTheme": "material-icon-theme",
"editor.minimap.enabled": false,
"editor.lineHeight": 24,
"editor.fontLigatures": true,
"explorer.decorations.badges": true,
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"workbench.activityBar.location": "top",
"window.menuBarVisibility": "compact",
"terminal.integrated.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.fontSize": 13,
"explorer.openEditors.visible": 1,
"explorer.autoReveal": false,
"workbench.tree.indent": 10,
"breadcrumbs.enabled": false,
"editor.glyphMargin": false,
"editor.smoothScrolling": true,
"explorer.compactFolders": false,
"window.autoDetectHighContrast": false,
"workbench.editor.tabActionCloseVisibility": false,
"editor.hideCursorInOverviewRuler": true,
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": "on",
"workbench.layoutControl.enabled": false,
"workbench.editor.editorActionsLocation": "titleBar",
}
- Install Fira code font.
- Install Material Product Icons
- Install Material Icon Theme