I used this answer to try to get eww to use more readable colours for me in my configuration, which uses the monokai
theme:
https://emacs.stackexchange.com/a/3523/5495
That answer uses load-theme-buffer-local
. Using the answer as-is (with the tango
theme) still gives different results than running eww from emacs -q
(in particular, a darker background if I visit https://news.ycombinator.com/).
Is there a different theme name I can use here that will give results similar to what I get before applying any theme? Or some other way to get an equivalent effect -- i.e. effectively not applying the monokai theme to eww buffers?