BADBUG Theme
🔥 A collection of beautifully crafted modern themes for VSCode. 🎨 + 👌
![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/1mandev.badbug?style=for-the-badge)
![Visual Studio Marketplace Rating (Stars)](https://img.shields.io/visual-studio-marketplace/stars/1mandev.badbug?style=for-the-badge)
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/1mandev.badbug?style=for-the-badge)
![GitHub](https://img.shields.io/github/license/Mr-spShuvo/badbug-vscode-theme?style=for-the-badge)
Installation
- Open the extensions sidebar on Visual Studio Code
- Search for BADBUG Theme
- Click Install to install it.
- Click Reload to reload the your editor
- File > Preferences > Color Theme > BADBUG -
<Theme>
BADBUG - Elegant
BADBUG - Dracula
BADBUG - Retro
BADBUG - Black
Settings
Settings - I'm using for my ultimate vs code setup.
/* Editor Theme and Font Setting*/
"editor.fontFamily": "SF Mono",
"editor.fontSize": 12,
"editor.fontWeight": "400",
"editor.lineHeight": 15,
"editor.fontLigatures": true,
"terminal.integrated.fontFamily": "SF Mono",
"terminal.integrated.fontSize": 12,
"debug.console.fontSize": 12,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "BADBUG - Elegant",
/* Editor Config */
"editor.wrappingStrategy": "advanced",
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 120,
"editor.renderIndentGuides": false,
"editor.renameOnType": true,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "boundary",
"editor.minimap.enabled": false,
"editor.selectionHighlight": false,
"editor.roundedSelection": false,
"editor.parameterHints.enabled": false,
"editor.suggestSelection": "first",
"workbench.editor.tabSizing": "shrink",
"breadcrumbs.enabled": false,
/* General Config */
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"window.zoomLevel": 1,
"window.menuBarVisibility": "toggle",
"files.autoSave": "onFocusChange",
// Bracket Pair Colorizer 2
"bracket-pair-colorizer-2.colors": ["Orchid", "Salmon", "Turquoise"],
"bracket-pair-colorizer-2.showHorizontalScopeLine": false,
"bracket-pair-colorizer-2.showVerticalScopeLine": false,
These are my favorite themes and over the last few months I tweaked these themes and add my own spins. The original themes can be found here: LevelUp Theme (Elegant), Pitch Black Theme (Black), Just Black (Retro), and Dracula Official (Dracula).