A VS Code theme inspired by Xcode and Dracula.
- Open the Extensions sidebar in VS Code.
- Search for
Xcode Dracula Theme
or visit the Visual Studio Marketplace. - Click
Install
to install the theme. - Navigate to File > Preferences > Color Theme > Xcode Dracula Theme to activate the theme.
This theme uses the Geist Mono font.
For the best experience, it is recommended to use the following icon packages:
Feel free to open issues or submit pull requests if you find any bugs or have suggestions for improvements.
To install, generate, and test the theme locally, follow these steps:
-
Install
vsce
globally:npm install -g @vscode/vsce
-
Package the extension:
vsce package
-
Install the generated VSIX file:
- On Windows/Linux: Press
Ctrl + Shift + P
and selectInstall from VSIX...
- On macOS: Press
Cmd + Shift + P
and selectInstall from VSIX...
- On Windows/Linux: Press
This project is licensed under the MIT License.