Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 0 additions & 71 deletions .github/workflows/publish.yml

This file was deleted.

11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,17 @@ To override this (or any other) theme in your personal config file, please follo
| `npm test` | Runs validation tests on the theme (includes build) |
| `npm run package` | Compiles the theme `.vsix` file at the project root |
| `npm start` | Automatically runs build on file change |
| `npm run publish:npm` | Publishes the package to npm |
| `npm run publish:vsce` | Publishes to the VS Marketplace (requires `VSCE_PAT`) |
| `npm run publish:ovsx` | Publishes to Open VSX (requires `OVSX_TOKEN`) |

## Publishing

- [ ] Bump version in `package.json`
- [ ] Run `npm run build`
- [ ] **npm** — `npm run publish:npm`
- [ ] **VS Marketplace** — `npm run publish:vsce -- <token>`
- [ ] **Open VSX** — `npm run publish:ovsx -- <token>`

## Credit

Expand Down
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Usage:
Available themes:
- @pierre/theme/pierre-dark
- @pierre/theme/pierre-light
- @pierre/theme/pierre-dark-soft
- @pierre/theme/pierre-light-soft
- @pierre/theme/pierre-dark-vibrant (Display P3)
- @pierre/theme/pierre-light-vibrant (Display P3)

Expand Down
12 changes: 7 additions & 5 deletions README.package.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,20 @@ A clean light and dark theme for Visual Studio Code and Cursor, built for [Diffs

## Variants

| Variant | Description |
|---|---|
| Pierre Light | Light theme |
| Pierre Dark | Dark theme |
- Pierre Light
- Pierre Dark
- Pierre Light Soft
- Pierre Dark Soft
- **For web-use only:**
- Pierre Light Vibrant
- Pierre Dark Vibrant

## Links

- [GitHub](https://github.com/pierrecomputer/theme)
- [Diffs.com](https://diffs.com)
- [pierre.computer](https://pierre.computer)


Also available for [Zed](https://zed.dev/extensions?query=pierre) and as an [npm package](https://www.npmjs.com/package/@pierre/theme) for use with [Shiki](https://shiki.style/).

## Previews
Expand Down
Loading
Loading