https://github.com/pierrecomputer/theme
Custom theme for VS Code and Shiki projects, built with Pierre's color scheme.
https://github.com/pierrecomputer/theme
shiki vscode-theme
Last synced: about 2 months ago
JSON representation
Custom theme for VS Code and Shiki projects, built with Pierre's color scheme.
- Host: GitHub
- URL: https://github.com/pierrecomputer/theme
- Owner: pierrecomputer
- License: mit
- Created: 2025-10-14T18:51:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-01-09T03:29:34.000Z (5 months ago)
- Last Synced: 2026-01-13T20:03:05.209Z (4 months ago)
- Topics: shiki, vscode-theme
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=pierrecomputer.pierre-theme
- Size: 1.17 MB
- Stars: 13
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-zed-extensions - Pierre Theme
README
```
PIERRE COMPUTER COMPANY █
PROJECT: THEME
~~~
CONTACT: SUPPORT@PIERRE.CO
LOCATION: USA
STATUS: ONLINE
OPEN POSITIONS: [Systems Engineer](https://pierre.computer/careers/systems-engineer)
~~~
Overview:
- Light and dark themes for Visual Studio Code, Cursor, Zed, and Shiki.
- Built for [Diffs.com](https://diffs.com)
~~~
Usage:
VS Code / Cursor:
1. Install "Pierre Theme" from the Extensions marketplace
2. Cmd+Shift+P > "Color Theme" > select Pierre Light or Pierre Dark
Shiki / npm:
npm install @pierre/theme
import pierreDark from '@pierre/theme/pierre-dark'
import pierreLight from '@pierre/theme/pierre-light'
Available themes:
- @pierre/theme/pierre-dark
- @pierre/theme/pierre-light
- @pierre/theme/pierre-dark-vibrant (Display P3)
- @pierre/theme/pierre-light-vibrant (Display P3)
Zed:
Install "Pierre" from the Zed extension registry
```