feat: bring neovim theme to vscode

This commit is contained in:
Stevan Freeborn
2026-06-30 17:26:16 -05:00
commit 47a3a2c2f7
12 changed files with 909 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
# Lavender Dimmed
A lavender-accented dark theme for Visual Studio Code, inspired by the GitHub Dimmed color palette.
## Install
1. Open **Extensions** (`Ctrl+Shift+X`)
2. Search for `Lavender Dimmed`
3. Click **Install**
4. Open Command Palette (`Ctrl+Shift+P`) and select **Preferences: Color Theme** > **Lavender Dimmed**
### Or manual install
```bash
git clone https://github.com/StevanFreeborn/lavender-dimmed-vscode.git
cd lavender-dimmed-vscode
vsce package
code --install-extension lavender-dimmed-*.vsix
```
## Screenshot
![Lavender Dimmed screenshot](screenshot.jpg)
## Colors
| Role | Hex |
|------------|-----------|
| Background | `#282c34` |
| Foreground | `#cdd9e5` |
| Accent | `#b39cd0` |
| Keyword | `#d47373` |
| String | `#b39cd0` |
| Function | `#a088c0` |
| Type/Tag | `#7ec8c0` |
| Constant | `#d4c87a` |
## Related
- [lavender-dimmed.nvim](https://github.com/StevanFreeborn/lavender-dimmed.nvim) — Neovim version
## License
MIT