fix(zathura): preserve original colors in dark mode
Enabled 'recolor-keephue' to prevent documents from becoming purely monochrome when recolor mode is active. This ensures images and colored text retain their hue while still adapting brightness for the theme.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
scroll-step = 100;
|
||||
zoom-min = 10;
|
||||
recolor = true;
|
||||
recolor-keephue = true;
|
||||
};
|
||||
extraConfig = "include ${config.home.homeDirectory}/.config/zathura/zathura-matugen";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user