Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PyaeSoneAungRgn committed Feb 16, 2024
1 parent 1c5dadd commit 229159d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@ Project inspired on [GitHub's VS Code theme](https://github.com/primer/github-vs

## Installation

Download [github-theme.json](https://raw.githubusercontent.com/PyaeSoneAungRgn/github-zed-theme/main/github-theme.json)

Copy `github-theme.json` file to `~/.config/zed/themes` folder
```bash
cp github-theme.json ~/.config/zed/themes/github-theme.json
```
1. Open `Command Palette`
2. Select `zed: extensions`
3. Search `GitHub Theme`

## Activate Theme

1. Open `Command Palette`
2. Select `theme selector: toggle`
3. Search `Github Light` or `Github Dark`
3. Search `GitHub Light` or `GitHub Dark`

## Contributing

Expand Down
9 changes: 9 additions & 0 deletions extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "GitHub Theme",
"version": "0.0.1",
"authors": [
"PyaeSoneAungRgn <[email protected]>"
],
"description": "GitHub theme for Zed",
"repository": "https://github.com/PyaeSoneAungRgn/github-zed-theme"
}
1 change: 1 addition & 0 deletions github-theme.json → themes/github_theme.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Github Theme",
"author": "Pyae Sone Aung",
"themes": [
Expand Down

0 comments on commit 229159d

Please sign in to comment.