The Rain Witch Theme
An elegant dark theme for Visual Studio Code inspired by Tonelico from Fate/Grand Order. This theme combines warm golden accents with soft blue tones to create a comfortable and visually appealing coding environment.
Installation
Via Visual Studio Code Marketplace
- Open VS Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "The Rain Witch Theme"
- Click Install
- Press Ctrl+K Ctrl+T (Cmd+K Cmd+T on Mac) and select "The Rain Witch Theme"
Manual Installation
- Download the latest release from the repository
- Copy the folder to your VS Code extensions directory:
- Windows:
%USERPROFILE%\.vscode\extensions
- macOS:
~/.vscode/extensions
- Linux:
~/.vscode/extensions
- Reload VS Code
- Select the theme from the Color Theme picker
Recommended Settings
For the best experience, consider these settings:
{
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"editor.fontSize": 12,
"editor.lineHeight": 2.5,
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": "on",
"editor.bracketPairColorization.enabled": true,
"editor.smoothScrolling": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "The Rain Witch Theme"
}
Feedback & Contributions
Found a bug or have a suggestion? Please open an issue on GitHub.
Contributions are welcome! Feel free to submit pull requests.
License
MIT License
Changelog
See CHANGELOG.md for detailed version history.
Enjoy coding with The Rain Witch Theme! ✨
If you like this theme, please consider:
- ⭐ Starring the repository
- 📢 Sharing it with others