You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump to 0.0.18, rename package to @pierre/theme
* Update package script to temp rename package for vsix
* Update names and URLs
* more
* Restore npm publish
* temp back to 18
* back to 19 after initial publish
Copy file name to clipboardExpand all lines: README.md
+29-11Lines changed: 29 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,38 @@
1
-
# Pierre VS Code Theme
1
+
# Pierre Theme
2
+
3
+
Light and dark themes for Visual Studio Code, Cursor, and Shiki. Built for [Diffs.com](https://diffs.com) by [The Pierre Computer Company](https://pierre.computer).
4
+
5
+
## Preview
2
6
3
7

1. Go to the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=pierre-computer-co.pierre-vscode-theme).
9
-
2. Click on the "Install" button.
10
-
3. Then [select a theme](https://code.visualstudio.com/docs/getstarted/themes#_selecting-the-color-theme). Four themes are included:
11
-
-`Pierre Light`
12
-
-`Pierre Dark`
12
+
### Visual Studio Code
13
+
14
+
From the menu in Visual Studio Code:
15
+
16
+
- View > Extensions (or hit Command+Shift+X or Control+Shift+X)
17
+
- Search for `Pierre Theme`
18
+
- Click install
19
+
20
+
You can also install or download from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=pierrecomputer.pierre-theme).
21
+
22
+
### Cursor
23
+
24
+
From the menu in Cursor:
25
+
26
+
- View > Extensions (or hit Command+Shift+X or Control+Shift+X)
27
+
- Search for `Pierre Theme`
28
+
- Click install
29
+
30
+
You can also install or download from the [Open VSX registry](https://open-vsx.org/extension/pierrecomputer/pierre-theme).
13
31
14
32
## Vibrant themes (Display P3)
15
33
16
34
> [!NOTE]
17
-
> Vibrant themes do not work in VS Code at this time as it does not support color formats other than Hex or RGB. You can, however, use these with [Diffs](https://diffs.com) or any [Shiki](https://shiki.style) project to render code.
35
+
> Vibrant themes do not work in VS Code or Cursor at this time as it does not support color formats other than Hex or RGB. You can, however, use these with [Diffs](https://diffs.com) or any [Shiki](https://shiki.style) project to render code.
18
36
19
37
The **Vibrant** theme variants use CSS's `color(display-p3 r g b)` format with enhanced saturation to fully utilize Display P3's wider color gamut. Display P3 can represent ~25% more colors than standard sRGB, and these themes are optimized to take full advantage of that on compatible displays.
20
38
@@ -26,11 +44,11 @@ To override this (or any other) theme in your personal config file, please follo
26
44
27
45
## Contribute
28
46
29
-
1. Clone and open this [repo](https://github.com/pierrecomputer/pierre-vscode-theme) in VS Code
30
-
2. Run `yarn` to install the dependencies.
47
+
1. Clone and open this [repo](https://github.com/pierrecomputer/theme) in your editor
48
+
2. Run `npm install` to install the dependencies.
31
49
3. Press `F5` to open a new window with your extension loaded
32
50
4. Open `Code > Preferences > Color Theme`[`⌘k ⌘t`] and pick the "Pierre…" theme you want to test.
33
-
5. Make changes to the [`/src/theme.ts`](https://github.com/pierrecomputer/pierre-vscode-theme/blob/main/src/theme.ts) file.
51
+
5. Make changes to the [`/src/theme.ts`](https://github.com/pierrecomputer/theme/blob/main/src/theme.ts) file.
34
52
6. Run `npm run build` to update the theme. You can also run `npm run start` instead to automatically rebuild the theme while making changes and no reloading should be necessary.
35
53
7. Run `npm test` to validate your changes (this runs automatically on PRs).
36
54
8. Once you're happy, commit your changes and open a PR.
@@ -46,4 +64,4 @@ To override this (or any other) theme in your personal config file, please follo
46
64
47
65
## Credit
48
66
49
-
This theme was built on top of [GitHub's VS Code Theme](https://github.com/primer/github-vscode-theme). All credit to them for the technique and build tooling, which we've since iterated on for more specific language tokens.
67
+
This theme was built on top of [GitHub's Visual Studio Code Theme](https://github.com/primer/github-vscode-theme). All credit to them for the technique and build tooling, which we've since iterated on for more specific language tokens.
0 commit comments