diff options
author | foswret <foswret@posteo.com> | 2025-09-02 09:16:53 -0500 |
---|---|---|
committer | foswret <foswret@posteo.com> | 2025-09-02 09:16:53 -0500 |
commit | d83b5015b2ee0f896e9a1b59521799d01c94ad67 (patch) | |
tree | ba47006a30ed56d975c2c25970c4aad97dbeb08f /zathura/flexoki-dark | |
parent | d6e183e00177fb6e0f043f36ace82e52358f21b8 (diff) |
Diffstat (limited to 'zathura/flexoki-dark')
-rw-r--r-- | zathura/flexoki-dark | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/zathura/flexoki-dark b/zathura/flexoki-dark index f30f2ce..d814ab5 100644 --- a/zathura/flexoki-dark +++ b/zathura/flexoki-dark @@ -21,4 +21,11 @@ set notification-warning-fg \#CECDC3 # tx set completion-bg \#1C1B1A # bg-2 set completion-fg \#878580 # tx-2 set completion-highlight-fg \#1C1B1A # bg-2 -set completion-highlight-bg \#CECDC3 # tx
\ No newline at end of file +set completion-highlight-bg \#CECDC3 # tx + +# Recolor book content's color +# verbose +# verbose +set recolor-lightcolor \#100F0F # bg +set recolor-darkcolor \#CECDC3 # tx +set recolor "true" |