solorice/vscodium/extensions/dracula-theme.theme-dracula-2.24.2/INSTALL.md
2022-04-28 21:17:01 +03:00

22 lines
697 B
Markdown

### [Visual Studio Code](https://code.visualstudio.com/)
#### Install using Command Palette
1. Go to `View -> Command Palette` or press `Ctrl+Shift+P`
2. Then enter `Install Extension`
3. Write `Dracula Official`
4. 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.