Skip to content

Commit 9f29c2c

Browse files
authored
feat: use whiskers to generate themes and update styles (#11)
1 parent 0adc530 commit 9f29c2c

22 files changed

Lines changed: 218 additions & 160 deletions
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: whiskers
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [main]
7+
pull_request:
8+
branches: [main]
9+
10+
jobs:
11+
run:
12+
uses: catppuccin/actions/.github/workflows/whiskers-check.yml@v1
13+
with:
14+
args: zathura.tera
15+
secrets: inherit

β€ŽREADME.mdβ€Ž

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,32 @@
1212
</p>
1313

1414
<p align="center">
15-
<img src="https://raw.githubusercontent.com/catppuccin/zathura/main/assets/zathura.png"/>
15+
<img src="assets/preview.webp"/>
1616
</p>
1717

1818
## Previews
1919

2020
<details>
2121
<summary>🌻 Latte</summary>
22-
<img src="https://raw.githubusercontent.com/catppuccin/zathura/main/assets/zathura-latte.png"/>
22+
<img src="assets/latte.webp"/>
2323
</details>
2424
<details>
2525
<summary>πŸͺ΄ FrappΓ©</summary>
26-
<img src="https://raw.githubusercontent.com/catppuccin/zathura/main/assets/zathura-frappe.png"/>
26+
<img src="assets/frappe.webp"/>
2727
</details>
2828
<details>
2929
<summary>🌺 Macchiato</summary>
30-
<img src="https://raw.githubusercontent.com/catppuccin/zathura/main/assets/zathura-macchiato.png"/>
30+
<img src="assets/macchiato.webp"/>
3131
</details>
3232
<details>
3333
<summary>🌿 Mocha</summary>
34-
<img src="https://raw.githubusercontent.com/catppuccin/zathura/main/assets/zathura-mocha.png"/>
34+
<img src="assets/mocha.webp"/>
3535
</details>
3636

3737
## Usage
3838

39-
1. Clone this repository locally
40-
2. Copy selected flavour file from `src` folder to `$HOME/.config/zathura/`
41-
3. In your `zathurarc`, add the following to the bottom: `include catppuccin-[flavour]`, i.e. `include catppuccin-mocha`
39+
1. Download your preferred flavour from the [themes](./themes) directory to your Zathura config directory. (`$HOME/.config/zathura`)
40+
2. In your `zathurarc` config file, add the following line: `include catppuccin-<flavour>`. For example, `include catppuccin-mocha`.
4241

4342
## πŸ’ Thanks to
4443

β€Žassets/frappe.webpβ€Ž

65.4 KB
Loading

β€Žassets/latte.webpβ€Ž

65 KB
Loading

β€Žassets/macchiato.webpβ€Ž

64.7 KB
Loading

β€Žassets/mocha.webpβ€Ž

66 KB
Loading

β€Žassets/preview.webpβ€Ž

105 KB
Loading
-450 KB
Binary file not shown.

β€Žassets/zathura-frappe.pngβ€Ž

-176 KB
Binary file not shown.

β€Žassets/zathura-latte.pngβ€Ž

-175 KB
Binary file not shown.

0 commit comments

Comments
Β (0)