45 lines
996 B
Markdown
45 lines
996 B
Markdown
# 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
|
|
|
|

|
|
|
|
## 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
|