Retro Vibes Theme
Feel the Vibes with this Retro style inspired Visual Studio Code Theme.
Screenshots
Install
Execute this command from the command line.
code --install-extension babadzhanov.retro-vibes
How to get the most of color decorations
Turn on/off options in settings menu or settings.json
git.decorations.enabled: true/false
workbench.editor.highlightModifiedTab: true/false
problems.decorations.enabled: true/false
- Overview ruler border (under scroll)
editor.overviewRulerBorder: true/false
editor.minimap.enabled: true/false
Tweaks
To tweak this theme a little bit you can go to settings.json and modify fields accordingly:
(if you think a color can suit better to the overall vibe, please consider contributing down below)
Workbench colors
"workbench.colorCustomizations": {
"[Retro Vibes]": {
"focusBorder": "#7c8bb0",
"foreground": "#a0a8bb",
"widget.shadow": "#29334490",
...
}
}
Syntax highlighting
"editor.tokenColorCustomizations": {
"[Retro Vibes]": {
"textMateRules": [
{
"scope": ["comment"],
"settings": {
"foreground": "#4b643e"
}
}
...
]
}
}
Semantic highlighting
"editor.semanticTokenColorCustomizations": {
"[Retro Vibes]": {
"rules": {
"*.declaration": { "bold": true }
...
}
}
}
Contributing
Please, report issues/bugs and suggestions here.
Change log
You can take a look at the change log.
Old version
Old version of the theme can be found here.
License
MIT © Simeon Babadzhanov