mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
697 B
697 B
Visual Studio Code
Install using Command Palette
- Go to
View -> Command Paletteor pressCtrl+Shift+P - Then enter
Install Extension - Write
Dracula Official - Select it or press Enter to install
Install using Git
If you are a git user, you can install the theme and keep up to date by cloning the repo:
git clone https://github.com/dracula/visual-studio-code.git ~/.vscode/extensions/theme-dracula
cd ~/.vscode/extensions/theme-dracula
npm install
npm run build
Activating theme
Run Visual Studio Code. The Dracula Syntax Theme will be available from File -> Preferences -> Color Theme dropdown menu.