File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff 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
20171 . Open ` Command Palette `
21182 . Select ` theme selector: toggle `
22- 3 . Search ` Github Light` or ` Github Dark`
19+ 3 . Search ` GitHub Light` or ` GitHub Dark`
2320
2421## Contributing
2522
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://zed.dev/schema/themes/v0.1.0.json" ,
23 "name" : " Github Theme" ,
34 "author" : " Pyae Sone Aung" ,
45 "themes" : [
You can’t perform that action at this time.
0 commit comments