☯️Dracula Redefined Theme
🔥 ULTIMATE DRACULA REDEFINED THEME FOR VS CODE 🔥 😎
Dracula Redefined - A Dracula fork, with a darker flavoured redefined editor 🧛🏻♂️🔌👾
HTML
CSS
JavaScript
C
C++
Python
Installation
- Install Visual Studio Code
- Launch Visual Studio Code
- Choose Extensions from menu
- Search for
Dracula Redefined
- Click Install to install the extension
- Click Reload to reload VS Code
- Press Ctrl + K + T to show installed themes.
- Use arrow down/up keys to scroll through and select Dracula Redefined 🧛🏻♂️
- Hit enter and that's it!
- 🌟🌟🌟🌟🌟 Rate five-stars 😃
Optional: Use the recommended settings below for best experience.
Note: I am using colorize
extension in CSS files to colorize the text according to color.
Recommended Settings
{
// I am using a free and open source font called Fira Code which comes with font ligatures and you can easily get it here: https://fonts.google.com/specimen/Fira+Codee
"workbench.colorTheme": "Dracula Redefined 🧛🏻♂️"
"editor.fontFamily": "'Fira code'",
"editor.fontLigatures": true,
"liveServer.settings.donotShowInfoMsg": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"window.menuBarVisibility": "compact",
"editor.cursorSmoothCaretAnimation": true,
"better-comments.highlightPlainText": true,
"editor.tabSize": 2,
"editor.wordWrap": "on",
"window.zoomLevel": 1,
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "line",
"editor.suggest.shareSuggestSelections": true,
"editor.minimap.enabled": true,
"workbench.activityBar.visible": true,
"workbench.view.alwaysShowHeaderActions": true,
"breadcrumbs.enabled": true,
"editor.renderWhitespace": "none",
}