Skip to content

Commit 229159d

Browse files
v0.0.1
1 parent 1c5dadd commit 229159d

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,15 @@ Project inspired on [GitHub's VS Code theme](https://github.com/primer/github-vs
88

99
## Installation
1010

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-
```
11+
1. Open `Command Palette`
12+
2. Select `zed: extensions`
13+
3. Search `GitHub Theme`
1714

1815
## Activate Theme
1916

2017
1. Open `Command Palette`
2118
2. Select `theme selector: toggle`
22-
3. Search `Github Light` or `Github Dark`
19+
3. Search `GitHub Light` or `GitHub Dark`
2320

2421
## Contributing
2522

extension.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "GitHub Theme",
3+
"version": "0.0.1",
4+
"authors": [
5+
"PyaeSoneAungRgn <[email protected]>"
6+
],
7+
"description": "GitHub theme for Zed",
8+
"repository": "https://github.com/PyaeSoneAungRgn/github-zed-theme"
9+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
23
"name": "Github Theme",
34
"author": "Pyae Sone Aung",
45
"themes": [

0 commit comments

Comments
 (0)