@pierre/theme 0.0.18 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/zed/README.md ADDED
@@ -0,0 +1,25 @@
1
+ # Pierre Theme for Zed
2
+
3
+ Custom themes for [Zed](https://zed.dev) from the team that built [Diffs.com](https://diffs.com), [The Pierre Computer Company]{https://pierre.computer}.
4
+
5
+ ## Variants
6
+
7
+ - **Pierre Light** — Light theme with warm orange accents
8
+ - **Pierre Dark** — Dark theme with warm orange accents
9
+
10
+ ## Installation
11
+
12
+ Search for "Pierre" in Zed's extension manager (`Cmd+Shift+X` or `Ctrl+Shift+X`).
13
+
14
+ ## Manual Installation
15
+
16
+ Copy `themes/pierre.json` to your Zed themes directory:
17
+
18
+ - **macOS/Linux:** `~/.config/zed/themes/`
19
+ - **Windows:** `%USERPROFILE%\AppData\Roaming\Zed\themes\`
20
+
21
+ Then select the theme via the theme selector (`Cmd+K Cmd+T` or `Ctrl+K Ctrl+T`).
22
+
23
+ ## License
24
+
25
+ MIT
@@ -0,0 +1,7 @@
1
+ id = "pierre"
2
+ name = "Pierre"
3
+ description = "A warm, orange-accented color theme with light and dark variants"
4
+ version = "0.0.1"
5
+ schema_version = 1
6
+ authors = ["pierrecomputer"]
7
+ repository = "https://github.com/pierrecomputer/pierre-theme"