MR Theme
A modern, professional theme for VS Code and Cursor with carefully crafted colors for optimal readability and visual appeal.
Features
- Dark Theme: Professional dark theme with excellent contrast
- Light Theme: Clean light theme for daytime coding
- Syntax Highlighting: Optimized colors for popular programming languages
- Modern Design: Clean, minimal interface design
- Eye-friendly: Reduced eye strain with carefully chosen color palette
Installation
From VS Code Marketplace
- Open VS Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "MR Theme"
- Click Install
Manual Installation
- Download the
.vsix file from the releases page
- Open VS Code
- Go to Extensions
- Click the "..." menu and select "Install from VSIX..."
- Select the downloaded file
From Source
- Clone this repository
- Run
npm install to install dependencies
- Run
vsce package to create a .vsix file
- Install the generated
.vsix file
Usage
- Open VS Code
- Press
Ctrl+Shift+P (or Cmd+Shift+P on Mac)
- Type "Preferences: Color Theme"
- Select "MR Theme" or "MR Theme Light"
Color Palette
Dark Theme
- Background:
#1a1a1a
- Foreground:
#e6e6e6
- Comments:
#6a9955
- Keywords:
#569cd6
- Strings:
#ce9178
- Numbers:
#b5cea8
- Functions:
#dcdcaa
- Variables:
#9cdcfe
Light Theme
- Background:
#ffffff
- Foreground:
#333333
- Comments:
#6a9955
- Keywords:
#0000ff
- Strings:
#a31515
- Numbers:
#098658
- Functions:
#795e26
- Variables:
#001080
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Changelog
See CHANGELOG.md for a list of changes and version history.
| |