Search code examples
emacsthemesorg-mode

Weird appearance of themes in Emacs


I started experiencing this problems, whereby my themes (any of them) don't show properly, but they get mixed in colors, the white spaces sometimes get highlighted, etc. See example below:

Example of the problem

Has anybody stumbled upon this issue? I upgraded to Emacs 27, and updated my Prelude but it continues like this.


Solution

  • Actually, it had to do with white-space mode! Just set

    (global-whitespace-mode 0)
    

    And fixed.