-
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #212 from dustessavdh/feat/zed
feat(port): add zed
- Loading branch information
Showing
11 changed files
with
2,027 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <daltonmenezes@outlook.com>"] | ||
description = "A beautiful dark theme for Zed" | ||
repository = "https://github.com/daltonmenezes/aura-theme" |
Oops, something went wrong.