On Wednesday,  8 Jul 2015 at 14:08, Daniel Hertrich wrote:
> Hi guys,
>
> quick question, as I don’t really see any root cause for this:
>  
> Whenever I try to load a color theme directly from .emacs using load-theme, 
> e.g.
>
> (load-theme 'cyberpunk)

[...]

I am not sure what causes the behaviour you see but I can say that I use
the following sequence to set the particular colour theme I want:

    (require 'color-theme)
    (color-theme-initialize)
    (color-theme-blue-sea)

The second line makes all the colour themes available and you can see
them all by M-x color-theme TAB.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-1260-gcedef7

Reply via email to