-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency catppuccin/whiskers to v2.5.0 (#34)
* chore(deps): update dependency catppuccin/whiskers to v2.5.0 * bump version in readme * update ignore * add test task * bump version * file not supported in zed * update readme --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Tec <[email protected]>
- Loading branch information
1 parent
4e193b4
commit b17e240
Showing
6 changed files
with
16 additions
and
43 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
**/.DS_Store | ||
**/.DS_Store | ||
themes/* | ||
!themes/*mauve*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ | |
3. Select _Catppuccin Themes_ and Install | ||
4. Select your Catppuccin theme in the dropdown shown after hitting `cmd+k`, `cmd+t` | ||
|
||
### 🎨 Install Different Accents | ||
### 🎨 Installing Different Catpuccin Flavor Accents | ||
|
||
<details> | ||
|
||
|
@@ -64,24 +64,25 @@ | |
<details> | ||
|
||
1. Install [Rust](https://www.rust-lang.org/tools/install) | ||
2. Install [`whiskers`](https://crates.io/crates/catppuccin-whiskers) (>= 2.4.0) | ||
2. Install [`whiskers`](https://crates.io/crates/catppuccin-whiskers) (>= 2.5.0) | ||
|
||
```bash | ||
cargo install [email protected] | ||
# brew install catppuccin/tap/whiskers | ||
cargo install [email protected] | ||
``` | ||
|
||
3. Test and check changes against current `themes/catppuccin.json` theme | ||
3. Test and check changes against current `mauve` accent theme | ||
|
||
```bash | ||
# returns nothing if OK | ||
whiskers zed.tera -o json --overrides '{"accent": "mauve"}' --check themes/catppuccin-mauve.json | ||
``` | ||
|
||
4. Build the zed extension `.json` theme file (mauve accent only) | ||
4. Build the `.json` theme file | ||
|
||
```bash | ||
whiskers zed.tera -o json --overrides '{"accent": ["mauve"]}' | ||
whiskers zed.tera -o json --overrides '{"accent": ["mauve","lavender"]}' | ||
# whiskers zed.tera -o json --overrides '{"accent": ["mauve","lavender"]}' | ||
... | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
id = "catppuccin" | ||
name = "Catppuccin Themes" | ||
schema_version = 1 | ||
version = "0.2.10" | ||
version = "0.2.11" | ||
authors = ["Andrew Tec <[email protected]>"] | ||
description = "🦀 Soothing pastel theme for Zed" | ||
repository = "https://github.com/catppuccin/zed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
whiskers: | ||
version: "2.4.0" | ||
version: 2.5.0 | ||
matrix: | ||
- variant: ["", "-no-italics"] | ||
- flavor | ||
|