Skip to content

Commit

Permalink
chore(deps): update dependency catppuccin/whiskers to v2.5.0 (#34)
Browse files Browse the repository at this point in the history
* 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 <21319730+tecandrew@users.noreply.github.com>
  • Loading branch information
renovate[bot] and tecandrew authored Sep 9, 2024
1 parent 4e193b4 commit b17e240
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 43 deletions.
34 changes: 0 additions & 34 deletions .editorconfig

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
**/.DS_Store
**/.DS_Store
themes/*
!themes/*mauve*.json
4 changes: 4 additions & 0 deletions .zed/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
{
"label": "clean",
"command": "rm themes/*.json"
},
{
"label": "test",
"command": "whiskers zed.tera -o json --overrides '{\"accent\": \"mauve\"}' --check themes/catppuccin-mauve.json"
}
]
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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 catppuccin-whiskers@2.4.0
# brew install catppuccin/tap/whiskers
cargo install catppuccin-whiskers@2.5.0
```

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"]}'
...
```

Expand Down
2 changes: 1 addition & 1 deletion extension.toml
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 <andrewtec@enjoi.dev>"]
description = "🦀 Soothing pastel theme for Zed"
repository = "https://github.com/catppuccin/zed"
2 changes: 1 addition & 1 deletion zed.tera
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
Expand Down

0 comments on commit b17e240

Please sign in to comment.