We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pdf-view-midnight-colors
bg
fg
I had in my configuration file
(pdf-tools-install) (require 'pdf-tools) (add-hook 'pdf-view-mode-hook 'pdf-view-midnight-minor-mode) (setq pdf-view-midnight-colors '("#FFFF00" . "#000000")) (require 'doom-themes) (load-theme 'doom-acario-dark t)
Loading the doom theme after setting pdf-view-midnight-colors overwrites it, as I could check through C-h v pdf-view-midnight-colors, where the current value was that set to fg and bg as defined in https://github.com/doomemacs/themes/blob/master/themes/doom-acario-dark-theme.el
C-h v pdf-view-midnight-colors
Is such behaviour documented? In that case, where? Could this be avoided?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had in my configuration file
Loading the doom theme after setting
pdf-view-midnight-colors
overwrites it, as I could check throughC-h v pdf-view-midnight-colors
, where the current value was that set tofg
andbg
as defined in https://github.com/doomemacs/themes/blob/master/themes/doom-acario-dark-theme.elIs such behaviour documented? In that case, where? Could this be avoided?
Thanks!
The text was updated successfully, but these errors were encountered: