Skip to content

Commit e57ae25

Browse files
initial commit
0 parents  commit e57ae25

File tree

4 files changed

+780
-0
lines changed

4 files changed

+780
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# GitHub's Zed themes
2+
3+
Project inspired on [GitHub's VS Code theme](https://github.com/primer/github-vscode-theme).
4+
5+
![Light Theme](./art/light.png)
6+
7+
![Dark Theme](./art/dark.png)
8+
9+
## Installation
10+
11+
Download [github-theme.json](https://raw.githubusercontent.com/PyaeSoneAungRgn/github-zed-theme/main/github-theme.json)
12+
13+
Copy `github-theme.json` file to `~/.config/zed/themes` folder
14+
```bash
15+
cp github-theme.json ~/.config/zed/themes/github-theme.json
16+
```
17+
18+
## Activate Theme
19+
20+
1. Open `Command Palette`
21+
2. Select `theme selector: toggle`
22+
3. Search `Github Light` or `Github Dark`
23+
24+
## Contributing
25+
26+
Feel free to fork, make changes, and submit a pull request.

art/dark.png

894 KB
Loading

art/light.png

900 KB
Loading

0 commit comments

Comments
 (0)