juba / color-theme-tangotango

An emacs color theme based on the tango palette colors
149 stars 26 forks source link

white background for headings and tables #14

Closed Hagopian closed 6 years ago

Hagopian commented 6 years ago

I tried out your theme, but I'm not getting the supposed look, instead it looks like this I seem to get this for other themes as well, any idea why? I'm using Scimax on Win7 and put this at the end of my user.el

;;color themes (use-package color-theme :ensure t) (require 'color-theme) (add-to-list 'custom-theme-load-path "D:/000-nextcloud/Hagen/org-mode/color/") (load-theme 'tangotango t)

articuluxe commented 6 years ago

You are mixing theme types. Assuming your emacs version is at least 24, you probably don’t want the color-theme package. Remove the use-package invocation and the require statement, which are redundant also, and try again.

On Feb 20, 2018, at 10:00 AM, Hagopian notifications@github.com wrote:

I tried out your theme, but I'm not getting the supposed look, instead it looks like this I seem to get this for other themes as well, any idea why? I'm using Scimax on Win7 and put this at the end of my user.el

;;color themes (use-package color-theme :ensure t) (require 'color-theme) (add-to-list 'custom-theme-load-path "D:/000-nextcloud/Hagen/org-mode/color/") (load-theme 'tangotango t)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Hagopian commented 6 years ago

I tried it, but that unfortunately does not change anything. I'm running 25.2. I also looked whether it is loaded elsewhere, but that does not seem to be the case. Any other thoughts?

articuluxe commented 6 years ago

Are there any errors in the messages buffer?

Do other themes load correctly? Try some of the built-in, leuven, etc.

On Feb 21, 2018, at 6:27 AM, Hagopian notifications@github.com wrote:

I tried it, but that unfortunately does not change anything. I'm running 25.2. I also looked whether it is loaded elsewhere, but that does not seem to be the case. Any other thoughts?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

Hagopian commented 6 years ago

That was actually a very good point, so loading leuven did not do anything. So I tried disable-theme and apparently 'leuven' was already loaded, so it is the standard theme on my installation together with 'smart-mode-line-light'. I could also find from where it was loaded and when I disable it there everything works as expected! Thanks a lot!

juba commented 6 years ago

Cloding the issue. Thanks a lot @articuluxe for the solution !