Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishtahir/e-ink-zed
An E-Ink inspired theme for Zed
https://github.com/nishtahir/e-ink-zed
Last synced: 7 days ago
JSON representation
An E-Ink inspired theme for Zed
- Host: GitHub
- URL: https://github.com/nishtahir/e-ink-zed
- Owner: nishtahir
- License: mit
- Created: 2024-12-18T15:53:49.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-12-18T16:17:09.000Z (10 days ago)
- Last Synced: 2024-12-18T17:26:41.130Z (10 days ago)
- Language: JavaScript
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# E-ink Theme for Zed
A minimalist theme for [Zed](https://zed.dev) inspired by e-ink displays.
## Features
- Grayscale color palette mimicking e-ink displays
- High contrast ratios meeting WCAG accessibility guidelines
- Light and dark variants
- Minimal visual noise and distractions## Installation
1. Open Zed
2. Press `Cmd/Ctrl + Shift + P` to open the command palette
3. Type "Theme" and select "Themes: Open Theme Picker"
4. Select "E-Ink Light" or "E-Ink Dark"Alternatively, manually copy `e-ink.json` to:
- macOS: `~/.config/zed/themes/`
- Linux: `~/.config/zed/themes/`## Screenshots
![Showcase](./screenshots/showcase.png)
## Contributing
Feedback and contributions are welcome! Please feel free to:
- Open an issue for any bugs or suggestions
- Submit a PR with improvements
- Share your experience using the theme## Development
To make changes to the theme, edit `style.json` and run `npm run build` to generate the theme file.
`style.json` is the light variant. The dark variant is generated by inverting the colors with a few exceptions.`npm run install-theme` copies the file to the Zed themes directory. `npm run watch` will watch for changes and automatically
run the install command.## License
MIT License - feel free to modify and share.
## Health and Safety
**Disclaimer:** The light theme was developed while wearing welding goggles. It it recommended that users use similar eye protection while
interacting with the theme. Users are responsible for the health and safety of their eyes, corneas and vision while using this theme.## Credits
Inspired by [vs-code e-ink theme](https://gitlab.com/eddjrn/vs-code-e-ink-theme) by [eddjrn](https://gitlab.com/eddjrn) ISC License.