A clean and secure theme for Zed editor featuring carefully crafted light and dark variants with excellent readability and professional visual appeal.
- Light & Dark variants: Supports both light and dark appearance modes
- Modern color palette: Carefully selected colors for optimal contrast and readability
- Syntax highlighting: Comprehensive syntax highlighting for various programming languages
- Terminal integration: Consistent colors for the integrated terminal
- Player colors: Distinctive colors for collaborative editing
-
Clone or download this theme
-
Copy the
zero-trust-themefolder to your Zed extensions directory:- macOS:
~/.config/zed/extensions/ - Linux:
~/.config/zed/extensions/ - Windows:
%APPDATA%\Zed\extensions\
- macOS:
-
Restart Zed
-
Open Zed settings (Cmd/Ctrl + ,)
-
Go to the "Theme" section
-
Select "Zero Trust Light" or "Zero Trust Dark"
If you're developing or testing the theme:
- Open Zed
- Press Cmd/Ctrl + Shift + P to open the command palette
- Type "zed: install dev extension" and select it
- Navigate to the theme directory and select it
- Background: Clean white with subtle gray accents
- Text: Dark gray for excellent readability
- Accent: Professional blue tones
- Syntax: Modern, readable color palette
- Background: Deep charcoal with subtle highlights
- Text: Light gray for comfortable night coding
- Accent: Bright blue accents
- Syntax: Carefully balanced dark theme colors
The theme provides distinct colors for:
- Keywords: Blue tones for clear identification
- Strings: Warm colors for easy recognition
- Comments: Muted styling with italic emphasis
- Functions: Distinctive highlighting for methods and functions
- Variables: Subtle but clear variable identification
- Numbers: Clear numeric literal styling
- Types: Well-defined type highlighting
Feel free to customize this theme further by:
- Modifying colors in
themes/zero-trust.json - Adjusting the
extension.tomlmetadata - Testing with your preferred programming languages
- Opening issues or pull requests for improvements
MIT License - see LICENSE file for details.
This theme is an original creation featuring modern and professional color schemes, provided as-is for personal and commercial use.
- Clean and professional color palette designed for modern development
- Optimized for long coding sessions and excellent readability
- Created specifically for the Zed editor ecosystem
- Thanks to the Zed team for the excellent editor and theme system
Contributions are welcome! Please feel free to:
- Report issues or bugs
- Suggest color improvements
- Add support for new syntax elements
- Improve documentation
cd ~/.config/zed/extensions/
git clone https://github.com/yannickboog/zero-trust-theme.git zero-trust-themeThen restart Zed and select the theme in your settings.