diff options
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" |