Skip to content

PyaeSoneAungRgn/github-zed-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Zed Themes

Project inspired on GitHub's VS Code theme. Generated from Primer's Primitives.

Light

Light Theme

Light High Contrast

Light High Contrast Theme

Dark

Dark Theme

Dark Dimmed

Dark Dimmed Theme

Dark High Contrast

Dark High Contrast 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