nordtheme/emacs

Wrong color in terminal

JesusMtnez opened this issue · 1 comments

I'm trying to use this theme on my personal emacs configuration. But colors are not correct if I opened emacs in a terminal.

  • OS: Linux Sirius 4.18.4-arch1-1-ARCH #1 SMP PREEMPT Wed Aug 22 07:33:26 UTC 2018 x86_64 GNU/Linux
  • Terminal: gnome-terminal with nord-theme (I've also tried tilix with nord-theme, and the result is the same).
  • $TERM = xterm-256color
  • GNU Emacs 26.1
  • Emacs setup code:
(use-package nord-theme
  :demand
  :config
  (progn
    (load-theme 'nord t)))

Emacs UI

2018-08-24-093730_950x1043_scrot

Emacs Terminal

2018-08-24-093806_950x1043_scrot

I've used other theme until now, one from doom-themes and it worked the same in terminal and ui version. Am I missing any configuration?

After some digging, it seems that I had some values in custom.el (autogenerated) that were messing with my theme configuration. I've just removed it and restarted emacs, and it works! 👍