Velve Dark Theme for VS Code
A minimal, dark theme for VS Code.
Installation via VS Code
- Open Extensions sidebar panel in VS Code.
View → Extensions
- Search for
velve theme
- Click Install to install it
- Click Reload to reload the editor
- Code > Preferences > Color Theme > velve
Manual Installation
Read the VSC Extension Quickstart Guide by Brittany Chiang
Color Reference
Syntax Colors
Color |
Usage |
#c3a6ff |
Keywords, constants, template literals |
#56b6c2 |
Functions, classes, object literal keys |
#ffae57 |
Constants, operators |
#bae67e |
Strings, markdown headings |
#c3a6ff |
Special keywords, classes, markdown code blocks |
#ef6b73 |
Variables, property names, tags |
UI Colors
Color |
Usage |
#121629 |
Workbench background |
#232946 |
Editor background |
#2f3b54 |
Highlight, widgets, panels |
#6679a4 |
Dividers, subtle UI elements |
#ff8906 |
Status bar text, buttons, etc |
#d7dce2 |
Active text, anything that should be white |
#ffcc66 |
Accent, list tree titles, badges, etc |
#ef6b73 |
Deletion highlights, errors, warnings |
#5ccfe6 |
Modified highlights |
| |