A beautiful dark blue VS Code theme based on the Aretha Plasma KDE color scheme.
| Hex | Usage |
|---|---|
#162239 |
Editor Background |
#192742 |
Window/Panel Background |
#17243D |
Sidebar Background |
#273E66 |
Selection |
#D3DAE3 |
Foreground Text |
#3DAEE9 |
Active/Accent |
#478ED5 |
Links/Functions |
#C74264 |
Control Flow / Errors |
#B48EAD |
Modifiers / Imports |
#E5C07B |
Type Keywords |
#56B6C2 |
Booleans / Null |
#FFAA7F |
Types / Constants |
#D19A66 |
Numbers / Escapes |
#00AA7F |
Strings/Positive |
-
Copy the
aretha-dark-vscodefolder to your VS Code extensions directory:- macOS:
~/.vscode/extensions/ - Linux:
~/.vscode/extensions/ - Windows:
%USERPROFILE%\.vscode\extensions\
- macOS:
-
Restart VS Code
-
Open Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) -
Type
Color Themeand selectPreferences: Color Theme -
Choose
Aretha Dark Color
# Install vsce (VS Code Extension Manager)
npm install -g @vscode/vsce
# Package the extension
cd aretha-dark-vscode
vsce package
# Install the generated .vsix file in VS Code
# Extensions > ... > Install from VSIX- Original KDE Plasma theme by L4ki
- VS Code adaptation maintains the original color palette and aesthetic
MIT License
