Skip to content

Commit

Permalink
Merge pull request #212 from dustessavdh/feat/zed
Browse files Browse the repository at this point in the history
feat(port): add zed
  • Loading branch information
daltonmenezes committed May 19, 2024
2 parents ddc0e48 + a42885a commit 3f7557a
Show file tree
Hide file tree
Showing 11 changed files with 2,027 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@
<span>Neovim</span>
</p>
</td>
<td valign="top">
<p align="center">
<a href="https://github.com/daltonmenezes/aura-theme/tree/main/packages/zed">
<img src="https://github.com/daltonmenezes/aura-theme/assets/25427808/507b3e6c-1f94-419c-b27a-2e1900277d66" align="center" />
</a>
<br/><br/>
<span>Zed</span>
</p>
</td>
</tr>
</table>

Expand Down
69 changes: 69 additions & 0 deletions packages/zed/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<p align="center">
<img src="https://github.com/daltonmenezes/assets/blob/master/images/aura-theme/new-heading.png?raw=true" alt="Aura Theme" width="70%" />
</p>

<p align="center">
✨ A beautiful dark theme for Zed and other apps
<br><br>

<!-- Patreon -->
<a href="https://www.patreon.com/daltonmenezes">
<img alt="patreon url" src="https://img.shields.io/badge/support%20on-patreon-1C1E26?style=for-the-badge&labelColor=1C1E26&color=61ffca">
</a>

<!-- version -->
<a href="#">
<img alt="version" src="https://img.shields.io/badge/version%20-v1.0.0-1C1E26?style=for-the-badge&labelColor=1C1E26&color=61ffca">
</a>
</p>



<p align="center">
<img alt="preview" src="https://github.com/daltonmenezes/aura-theme/assets/25427808/3f7b97e5-122a-4c3d-9fb7-c4f99487bba3" />
</p>

# Themes available

- Aura Dark
- Aura Dark (Soft Text)
- Aura Soft Dark
- Aura Soft Dark (Soft Text)

# Installation

1. Open the **Command Palette** with <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> or <kbd>⌘</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>
2. Open the **Extensions** view with the `zed: extensions` command
3. Search for `Aura theme`
4. Click on **Install**.
5. Open the **Command Palette** again
6. Open the **Theme selector** with the `theme selector: toggle` command
7. Search for `Aura` and choose an `Aura` variant.

# Contributors

<table>
<thead>
<tr>
<td valign="bottom"><p align="center">
<a href="https://github.com/dustessavdh">
<img src="https://github.com/dustessavdh.png?size=100" align="center" />
</a>
</p></td>
<td valign="bottom"><p align="center">
<a href="https://github.com/daltonmenezes">
<img src="https://github.com/daltonmenezes.png?size=100" align="center" />
</a>
</p></td>
</tr>
</thead>

<tbody> <tr>
<td><a href="https://github.com/dustessavdh">Tessa van der Heijden</a></td>
<td><a href="https://github.com/daltonmenezes">Dalton Menezes</a></td>
</tr>
</tbody>
</table>

# License
[MIT © Dalton Menezes](https://github.com/daltonmenezes/aura-theme/blob/main/LICENSE)
7 changes: 7 additions & 0 deletions packages/zed/extension.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
id = "aura-theme"
name = "Aura Theme"
schema_version = 1
version = "1.0.0"
authors = ["Dalton Menezes <[email protected]>"]
description = "A beautiful dark theme for Zed"
repository = "https://github.com/daltonmenezes/aura-theme"

0 comments on commit 3f7557a

Please sign in to comment.