A clean, elegant theme for the Zed editor inspired by the texture and feel of paper. This theme provides both light and dark variants with carefully chosen colors that are easy on the eyes and optimized for long coding sessions.
- Light and Dark variants - Switch between themes based on your preference or system settings
- Paper-inspired design - Clean, minimal aesthetic that reduces eye strain
- Syntax highlighting - Thoughtfully designed colors for better code readability
- Terminal support - Consistent theming across the integrated terminal
- Accessibility focused - High contrast ratios for better readability
- Open Zed
- Press
Cmd+Shift+P(macOS) orCtrl+Shift+P(Linux/Windows) to open the command palette - Type "zed: extensions" and press Enter
- Search for "PaperColor"
- Click "Install" next to the PaperColor theme
- Clone this repository or download the files
- Open Zed
- Press
Cmd+Shift+P(macOS) orCtrl+Shift+P(Linux/Windows) - Type "zed: extensions" and press Enter
- Click "Install Dev Extension" in the top right
- Select the
papercolor-zeddirectory
After installation:
- Open Zed settings with
Cmd+,(macOS) orCtrl+,(Linux/Windows) - Or use the command palette:
zed: open settings - Add one of the following to your settings:
{
"theme": "PaperColor Light"
}or
{
"theme": "PaperColor Dark"
}You can also configure Zed to automatically switch between light and dark variants based on your system settings:
{
"theme": {
"mode": "system",
"light": "PaperColor Light",
"dark": "PaperColor Dark"
}
}The light variant features:
- Clean white/off-white backgrounds
- Dark text for excellent readability
- Subtle syntax highlighting with carefully chosen accent colors
- Minimal visual noise
The dark variant features:
- Deep, comfortable dark backgrounds
- Light text that's easy on the eyes
- Vibrant but not overwhelming syntax highlighting
- Perfect for low-light environments
- Background:
#eeeeee(Light gray, paper-like) - Foreground:
#444444(Dark gray text) - Accent:
#005f87(Deep blue) - String:
#008700(Green) - Keyword:
#8700af(Purple) - Comment:
#878787(Muted gray)
- Background:
#1c1c1c(Dark gray) - Foreground:
#d0d0d0(Light gray text) - Accent:
#87d7ff(Light blue) - String:
#5fff5f(Bright green) - Keyword:
#d787ff(Light purple) - Comment:
#808080(Muted gray)
Contributions are welcome! If you have suggestions for improvements or find any issues:
- Fork this repository
- Create a feature branch
- Make your changes
- Submit a pull request
If you encounter any problems or have feature requests, please open an issue on GitHub.
This theme is licensed under the MIT License. See the LICENSE file for details.
- Inspired by the original PaperColor theme for Vim by NLKNguyen
- Built for Zed editor version 0.198.5 and later
- Thanks to the Zed community for their excellent documentation and tools
Enjoy coding with PaperColor! 📝✨