Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foorack/zed-theme
Zedrack is a Vim-insipred strong-contrast transparent theme, for the zed.dev editor.
https://github.com/foorack/zed-theme
theme zed zed-theme
Last synced: 19 days ago
JSON representation
Zedrack is a Vim-insipred strong-contrast transparent theme, for the zed.dev editor.
- Host: GitHub
- URL: https://github.com/foorack/zed-theme
- Owner: Foorack
- License: mit
- Created: 2024-08-01T05:09:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T05:25:30.000Z (22 days ago)
- Last Synced: 2024-10-29T06:21:08.388Z (22 days ago)
- Topics: theme, zed, zed-theme
- Homepage:
- Size: 2.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![preview](/assets/preview.png)
# Zedrack Theme
## Usage
Zedrack is a Vim-insipred strong-contrast transparent theme, for the [zed.dev](https://zed.dev/) editor.
### Install via Zed Extensions
1. Open Zed.
2. cmd+shift+p and select _zed: extensions_
3. Select "Zedrack Theme" and Install
4. Search **Zedrack** theme in the dropdown shown after hitting cmd+k, cmd+t## Development
#### Publishing to Zed Extensions Marketplace
Zed organizes all extensions using `git submodules` in the [zed/extensions](https://github.com/zed-industries/extensions) repo.
1. [Fork the repo](https://github.com/zed-industries/extensions/fork)
2. Pull the currently published `extensions/zedrack-theme/` submodule```
git submodule update --init --force extensions/zedrack-theme
```3. Bump the submodule
```
cd extensions/zedrack-theme/ && git pull origin main
```4. Modify the extensions/`extensions.toml` version to match value in [zedrack-theme/extension.toml](./extension.toml#L4)
5. Submit a PR to merge back to `zed/extensions`