Re: [O] Color theme loading on startup

2015-07-09 Thread Kaushal
Daniel, I reread your answer. Looks like to are using the theme package cyberpunk ( https://github.com/n3mo/cyberpunk-theme.el ) which is compatible with load-theme. I got confused because you used the phrase "color theme". Contrary to what the install instructions say in that theme package's RE

Re: [O] Color theme loading on startup

2015-07-09 Thread Kaushal
Daniel, What version of emacs are you on? color-theme is a very old style of setting themes. I believe load-theme will not work for color themes. Check out this recent answer on emacs.SE for more detail: http://emacs.stackexchange.com/a/13825/115 -- Kaushal Modi On Jul 9, 2015 3:44 AM, "Daniel

Re: [O] Color theme loading on startup

2015-07-09 Thread Daniel Hertrich
> Am 09.07.2015 um 04:45 schrieb Samuel W. Flint : > > Daniel Hertrich writes: > >> 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) > > Try ~(loa

Re: [O] Color theme loading on startup

2015-07-08 Thread Eric S Fraga
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 behavi