Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`