https://github.com/birobirobiro/xcode-dracula-theme
Xcode Dracula Theme – A Dark and Elegant Theme for VS Code
https://github.com/birobirobiro/xcode-dracula-theme
dracula theme vscode vscodetheme vscodethemes xcode
Last synced: 13 days ago
JSON representation
Xcode Dracula Theme – A Dark and Elegant Theme for VS Code
- Host: GitHub
- URL: https://github.com/birobirobiro/xcode-dracula-theme
- Owner: birobirobiro
- License: mit
- Created: 2025-02-22T19:45:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T14:03:27.000Z (about 1 year ago)
- Last Synced: 2026-03-05T11:46:54.537Z (17 days ago)
- Topics: dracula, theme, vscode, vscodetheme, vscodethemes, xcode
- Homepage: https://marketplace.visualstudio.com/items?itemName=birobirobiro.xcode-dracula-theme
- Size: 580 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Xcode Dracula Theme
A VS Code theme inspired by Xcode and Dracula.
## Installation
1. Open the Extensions sidebar in VS Code.
2. Search for `Xcode Dracula Theme` or visit the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=birobirobiro.xcode-dracula-theme).
3. Click `Install` to install the theme.
4. Navigate to File > Preferences > Color Theme > Xcode Dracula Theme to activate the theme.
## Font
This theme uses the [Geist Mono](https://vercel.com/font) font.
## Icon Packages
For the best experience, it is recommended to use the following icon packages:
- [Symbols](https://marketplace.visualstudio.com/items?itemName=miguelsolorio.symbols)
- [Fluent Icons](https://marketplace.visualstudio.com/items?itemName=miguelsolorio.fluent-icons)
## Contributing and Development
> 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:
1. Install `vsce` globally:
```sh
npm install -g @vscode/vsce
```
2. Package the extension:
```sh
vsce package
```
3. Install the generated VSIX file:
- On Windows/Linux: Press `Ctrl + Shift + P` and select `Install from VSIX...`
- On macOS: Press `Cmd + Shift + P` and select `Install from VSIX...`
## License
This project is licensed under the MIT License.