Skip to content

PyaeSoneAungRgn/github-zed-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub's Zed themes

Project inspired on GitHub's VS Code theme.

Light Theme

Dark Theme

Installation

  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

Contributing

Feel free to fork, make changes, and submit a pull request.

Development

npm install
npm run dev

Publishing new versions

  1. Update the version in extension.toml
  2. Run npm run build
  3. Commit and push your changes (make sure to push the built files in themes/ as well)
  4. Follow the Zed publishing docs to publish the extension