Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.62 KB

File metadata and controls

64 lines (45 loc) · 1.62 KB

Aretha Dark Color - VS Code Theme

A beautiful dark blue VS Code theme based on the Aretha Plasma KDE color scheme.

Aretha Dark Color code sample

Color Palette

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

Installation

Method 1: Install from Folder (Development)

  1. Copy the aretha-dark-vscode folder to your VS Code extensions directory:

    • macOS: ~/.vscode/extensions/
    • Linux: ~/.vscode/extensions/
    • Windows: %USERPROFILE%\.vscode\extensions\
  2. Restart VS Code

  3. Open Command Palette (Cmd+Shift+P / Ctrl+Shift+P)

  4. Type Color Theme and select Preferences: Color Theme

  5. Choose Aretha Dark Color

Method 2: Package as VSIX

# 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

Credits

  • Original KDE Plasma theme by L4ki
  • VS Code adaptation maintains the original color palette and aesthetic

License

MIT License