diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | config/zathura/catppuccin-macchiato | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) |
