Lame topic - what about color themes?
Lame topic - what about color themes?
Ehehehe, I know this is a really lame topic but...
I was wondering about what's everyone's preferences are when it comes to emacs color themes. I personally am running a slightly altered dark-laptop theme. I also use emacs for php coding and i never really found a color theme that i enjoyed in php-mode, maybe if someone has better themes i end up getting something decent...
I was wondering about what's everyone's preferences are when it comes to emacs color themes. I personally am running a slightly altered dark-laptop theme. I also use emacs for php coding and i never really found a color theme that i enjoyed in php-mode, maybe if someone has better themes i end up getting something decent...
CL-USER> (setf *boss* (make-instance 'smart-person))
NIL
CL-USER>
NIL
CL-USER>
-
- Posts: 148
- Joined: Wed Jul 30, 2008 11:26 pm
Re: Lame topic - what about color themes?
I'm using colors more or less stolen from Acme, except I made them a little warmer.
But I guess maybe you were looking for rainbow text, if you change schemes by language.
Code: Select all
(when window-system
(set-face-foreground 'modeline-buffer-id "RoyalBlue4")
(set-face-background 'modeline "LightCyan1")
(set-face-background 'modeline-inactive "DarkSlateGray2")
(set-face-background 'fringe "LightCyan1")
(set-face-background 'default "lightyellow1")
(set-face-background 'region "lemonchiffon2")
(set-face-background 'scroll-bar "lemonchiffon3")
(set-face-background 'tool-bar "lemonchiffon3")
(set-face-background 'header-line "lemonchiffon1")
(set-face-background 'trailing-whitespace "lightyellow2"))
Re: Lame topic - what about color themes?
I prefer zenburn theme for everything. It's very easy on my eyes.
-
- Posts: 94
- Joined: Mon Jul 21, 2008 7:26 am
- Location: München, Germany
- Contact:
Re: Lame topic - what about color themes?
I use a custom Emacs colour scheme based on Vim's darkblue theme. It looks like this: http://matthias.benkard.de/dump/illustr ... .lisp.html
Note the dimmed parentheses.
I can put my colour scheme definition online if someone expresses interest.
Note the dimmed parentheses.
I can put my colour scheme definition online if someone expresses interest.
Re: Lame topic - what about color themes?
'Clarity'
I set my colours to things that strain my eyes less, aesthetics be damned.
The highlighting colours are nice, too.
My Conkeror is set to force all text white, backgrounds black, links blue or purple depending on if they've been visited, and I'm trying to make it always use a 'sony-fixed' font.
I understand some people put alot of work into their web design.
I [refer my web experience to be more spartan.
You know, loincloth and cape.
Wait, no...
I set my colours to things that strain my eyes less, aesthetics be damned.
The highlighting colours are nice, too.
My Conkeror is set to force all text white, backgrounds black, links blue or purple depending on if they've been visited, and I'm trying to make it always use a 'sony-fixed' font.
I understand some people put alot of work into their web design.
I [refer my web experience to be more spartan.
You know, loincloth and cape.
Wait, no...
Re: Lame topic - what about color themes?
Hi everyone and thanks for your answers,
Obiously the most important to me are not really the aesthetics but how i react to the colors. After using the same theme for a long time i find myself reacting to the colors everyday more and more, while i'm working then it's clear sign that the theme is influencing my productivity, so when this happens i switch themes. This is why i posted this question, it started happening a couple of days ago so it's time to switch themes.
At the moment I ended up using the color theme from the «pretty emacs» blog article. It has some variations and i'm actually using the dark alternative, i like the coloured contrast i get with this one.
Obiously the most important to me are not really the aesthetics but how i react to the colors. After using the same theme for a long time i find myself reacting to the colors everyday more and more, while i'm working then it's clear sign that the theme is influencing my productivity, so when this happens i switch themes. This is why i posted this question, it started happening a couple of days ago so it's time to switch themes.
At the moment I ended up using the color theme from the «pretty emacs» blog article. It has some variations and i'm actually using the dark alternative, i like the coloured contrast i get with this one.
CL-USER> (setf *boss* (make-instance 'smart-person))
NIL
CL-USER>
NIL
CL-USER>
Re: Lame topic - what about color themes?
I'm still looking for my perfect color theme. Clarity seems to be the way to go for me as well. I strongly advise anyone using Emacs on OS X to disable font anti-aliasing. Some of them, even Apple's Monaco (which I don't use because it looks too much like Comic Sans...) look horrible when anti-aliased, and screw up otherwise perfectly usable themes.
Re: Lame topic - what about color themes?
Update: I've switched to Euphoria, as I find that green is actually easier on the eyes in many situations (particularly ones with less-than-optimal lighting, or large bay windows).
It makes sense, as green is the colour the eye is most sensetive to.
Blue is the weakest in sensetivity.
It makes sense, as green is the colour the eye is most sensetive to.
Blue is the weakest in sensetivity.
Re: Lame topic - what about color themes?
Wow, I've never heard that before. Is it because we used to spend more time in forests and grass...?TheGZeus wrote:It makes sense, as green is the colour the eye is most sensetive to.
Blue is the weakest in sensetivity.

Re: Lame topic - what about color themes?
Here's where I got the info (from a lame site with decent info on it)Exolon wrote:Wow, I've never heard that before. Is it because we used to spend more time in forests and grass...?TheGZeus wrote:It makes sense, as green is the colour the eye is most sensetive to.
Blue is the weakest in sensetivity.
http://www.gamesx.com/misctech/visual.htm
Also from a night-vision-goggles thing. They use green so the light produced that you see is as dim as possible but still visible.