Pure Green Theme for VSCode
A soothing pure green theme that provides a fresh visual experience for VSCode.
Features
- Fresh green interface with
#C1E6C6 as the primary color
- Hover effects using
#B3DCB8 for excellent interactive feedback
- Complete syntax highlighting support
- Eye-friendly color scheme suitable for long coding sessions
Installation
Method 1: Install from VSCode Marketplace
- Open VSCode
- Press
Ctrl+Shift+X to open the Extensions panel
- Search for "Pure Green"
- Click Install
Method 2: Manual Installation
Copy the entire project folder to your VSCode extensions directory:
- Windows:
%USERPROFILE%\.vscode\extensions\
- macOS:
~/.vscode/extensions/
- Linux:
~/.vscode/extensions/
Restart VSCode
Usage
- Press
Ctrl+Shift+P to open the Command Palette
- Type "Preferences: Color Theme"
- Select "Pure Green"
Main Color Configuration
- Primary background:
#C1E6C6
- Hover background:
#B3DCB8
- Selection background:
#A8D4AD
- Foreground:
#000000
- Border:
#000000
Development
If you want to modify this theme:
- Clone or download this project
- Edit the
themes/puregreen.json file
- Press
F5 to test the theme in a new VSCode window
License
MIT License
| |