tinted-theming / base16-emacs

Base16 themes for Emacs
MIT License
380 stars 76 forks source link

Wrong colors in terminal #73

Closed oscu0 closed 2 years ago

oscu0 commented 6 years ago

Using base16-shell,

(setq base16-distinct-fringe-backgeround 0) (setq base16-theme-256-color-source 'base16_shell) (load-theme 'base16-tomorrow t)

Line numbers are the most jarring, but there are some problems with command highlights, too.

screenshot 2018-06-24 01 41 54 screenshot 2018-06-24 01 42 08
AdeAttwood commented 3 years ago

I am also having the same issue in the terminal using base16 ocean. I have base16 shell installed and have tried with and without it. I viewed the messages buffer in the terminal and saw there are some "Unable to load color" messages in there. They are not coming up in the messages buffer in GUI Emacs.

Unable to load color "brightblue"
Unable to load color "brightyellow"
Unable to load color "brightblack"
Unable to load color "brightgreen" [2 times]
Unable to load color "brightyellow"
Unable to load color "brightblack"
Unable to load color "brightyellow"
Unable to load color "brightgreen"
AdeAttwood commented 3 years ago

This was fixed by using base16-theme-256-color-source from the docs.

With spacemacs adding the config into the .spacemacs

(defun dotspacemacs/user-env ()
    (setq base16-theme-256-color-source 'base16-shell))
belak commented 2 years ago

Yep, this should be fixed by specifying that the colors come from base16-shell. Please let me know if you're still having this issue!