aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-01-27 11:57:06 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-01-27 11:57:06 +0100
commit456724d626a858e87b8dad60eec23f53bafd65b8 (patch)
tree24b12aa2b69ee8a7720bf7418733d5574a15341e
parent6c1f7a9a2fe8455100769cbf1af56cd492b957ff (diff)
feat(zathura): disable default recolor
-rw-r--r--README.md2
-rw-r--r--config/zathura/catppuccin-macchiato2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1a30d4a..5c1c882 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ You can install these scripts to your local repo with:
> See [`typst/README.md`](./typst/README.md) for more information.
>
> If you want, you can set `@anhgelus` (or anything else) instead of `@local` by modifying `packages/local/` into
-> `packages/anhgelus`.
+> `packages/anhgelus/`.
```bash
cp -r typst/* ${XDG_DATA_HOME:-$HOME/.local/share}/typst/packages/local/
diff --git a/config/zathura/catppuccin-macchiato b/config/zathura/catppuccin-macchiato
index 3add3b4..31da6be 100644
--- a/config/zathura/catppuccin-macchiato
+++ b/config/zathura/catppuccin-macchiato
@@ -20,7 +20,7 @@ set notification-error-fg rgba(237,135,150,1)
set notification-warning-bg rgba(36,39,58,1)
set notification-warning-fg rgba(238,212,159,1)
-set recolor "true"
+set recolor "false"
set recolor-lightcolor rgba(36,39,58,1)
set recolor-darkcolor rgba(202,211,245,1)