unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Darkening font-lock colors
@ 2009-07-30 21:12 Chong Yidong
  2009-07-30 21:39 ` Dan Nicolaescu
                   ` (4 more replies)
  0 siblings, 5 replies; 85+ messages in thread
From: Chong Yidong @ 2009-07-30 21:12 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 707 bytes --]

While doing some testing, I went back to the default white background,
and noticed that some of the font-lock colors have rather poor contrast.
I'm not sure if this is partly due to anti-aliasing, but it sure makes
the text difficult to read.

What do people think about making the following changes for the
light-background settings?

 font-lock-builtin-face:  "LightGray" -> "MediumOrchid4"
 font-lock-constant-face: "CadetBlue" -> "dark cyan"
 font-lock-string-face:   "RosyBrown" -> "VioletRed4"
 font-lock-variable-name-face: "DarkGoldenrod" -> "OrangeRed4"

This does not alter the existing color scheme, except for darkening the
fainter colors.  (The dark-background color scheme seems to be fine.)


[-- Attachment #2: font-lock-colors.png --]
[-- Type: image/png, Size: 31368 bytes --]

^ permalink raw reply	[flat|nested] 85+ messages in thread
* Re: Darkening font-lock colors
@ 2009-08-03  9:35 Angelo Graziosi
  0 siblings, 0 replies; 85+ messages in thread
From: Angelo Graziosi @ 2009-08-03  9:35 UTC (permalink / raw)
  To: Emacs

Sorry, but the new colors in Emacs do not looks very good!

Now there is almost NO difference between different syntax elements and
many look almost of the same RED-like color. :-(

Please, revert to the original, beautiful and elegant colors! They make
Emacs unique! :-)


Cheers,
Angelo.

---
Chi lascia la via vecchia per la nuova, sa quello che lascia ma non sa
quello che trova!




^ permalink raw reply	[flat|nested] 85+ messages in thread
* Re: Darkening font-lock colors
@ 2009-08-03 20:42 Francesc Rocher
  2009-08-04  0:16 ` Lennart Borgman
  2009-08-04  0:21 ` Drew Adams
  0 siblings, 2 replies; 85+ messages in thread
From: Francesc Rocher @ 2009-08-03 20:42 UTC (permalink / raw)
  To: emacs-devel

Hi all,

I think it would be useful to have the possibility to change Emacs visual
appearance by changing all faces settings simultaneously. This could be done
using the GTK color selector to adjust global HSL. These values could be
saved/restored for different situations or tastes. Is there something
similar? Anyone would like to contribute?


-- Francesc Rocher




^ permalink raw reply	[flat|nested] 85+ messages in thread
* Re: Darkening font-lock colors
@ 2009-08-10 14:15 grischka
  2009-08-10 23:57 ` Juri Linkov
  0 siblings, 1 reply; 85+ messages in thread
From: grischka @ 2009-08-10 14:15 UTC (permalink / raw)
  To: miles; +Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 839 bytes --]

Miles Bader wrote:

     > > Thanks for doing this, if you are looking for opinions: your way is
     > > better that both the current CVS and emacs22.
     >
     > I disagree.  Juri's proposed colors look way too faded out -- i.e., hard
     > to read (emacs22 colors suffered from the same problem), and are more
     > irritating to boot (magenta should not be used for text!).
     >
     > The current CVS colors are better.

I agree with that, however just saying "better" is probably too simple because
it can depend very much on the display screen that someone uses.

For example see the screen-photo below, taken from an average recent notebook
LCD with emacs-23.1 as released.  Sure in reality it's better than on the photo
but still some words such as "--no-loadup", "NULL" and "#ifdef" are almost not
readable.

--- grischka


[-- Attachment #2: emacs-23.jpg --]
[-- Type: image/jpeg, Size: 69962 bytes --]

^ permalink raw reply	[flat|nested] 85+ messages in thread

end of thread, other threads:[~2009-08-11 18:21 UTC | newest]

Thread overview: 85+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30 21:12 Darkening font-lock colors Chong Yidong
2009-07-30 21:39 ` Dan Nicolaescu
2009-07-30 21:51   ` Drew Adams
2009-07-30 22:00     ` Chong Yidong
2009-07-30 21:57   ` Chong Yidong
2009-07-30 22:21     ` Dan Nicolaescu
2009-07-30 23:40       ` David De La Harpe Golden
2009-07-31  0:18         ` Lennart Borgman
2009-07-31  0:55           ` Chong Yidong
2009-07-31  3:01             ` Lennart Borgman
2009-07-31 15:39               ` Lennart Borgman
2009-08-02 20:22               ` Lennart Borgman
2009-08-02 22:36                 ` Chong Yidong
2009-08-02 22:40                   ` Lennart Borgman
2009-08-03  0:16                   ` Juri Linkov
2009-08-03  1:09                     ` Lennart Borgman
2009-08-10  0:14                       ` Juri Linkov
2009-08-10  2:37                         ` Dan Nicolaescu
2009-08-10  3:28                           ` Miles Bader
2009-08-10 23:56                             ` Juri Linkov
2009-08-03  2:14                     ` David De La Harpe Golden
2009-08-03  2:28                       ` Lennart Borgman
2009-08-03  4:34                         ` David De La Harpe Golden
2009-08-03  5:13                         ` Miles Bader
2009-08-03  5:22                           ` Drew Adams
2009-08-03  9:54                             ` Juri Linkov
2009-08-03 11:58                               ` Daniel Clemente
2009-08-03 13:49                               ` Drew Adams
2009-08-03 23:32                                 ` Juri Linkov
2009-08-03 23:46                                   ` Drew Adams
2009-08-03 13:59                               ` joakim
2009-08-03 20:42                                 ` David De La Harpe Golden
2009-08-08 20:56                                 ` Color themes (was: Darkening font-lock colors) Juri Linkov
2009-08-08 21:16                                   ` Color themes joakim
2009-08-09  3:04                                   ` Chong Yidong
2009-08-09  4:28                                     ` Leo
2009-08-09 16:18                                       ` Chong Yidong
2009-08-09 17:28                                         ` CHENG Gao
2009-08-09 18:05                                         ` Lennart Borgman
2009-08-09 18:51                                         ` joakim
2009-08-10  9:12                                         ` Leo
2009-08-10 23:48                                           ` Juri Linkov
2009-08-11  1:32                                             ` Leo
2009-08-11  3:58                                           ` Chong Yidong
2009-08-11  4:26                                             ` Dan Nicolaescu
2009-08-11  5:52                                               ` Drew Adams
2009-08-11  5:52                                             ` Drew Adams
2009-08-11  8:59                                             ` Leo
2009-08-11 18:21                                               ` ferkiwi
2009-08-03 20:01                           ` Darkening font-lock colors Lennart Borgman
2009-08-03 22:40                             ` Drew Adams
2009-08-03 22:57                               ` Lennart Borgman
2009-08-03 23:54                                 ` Drew Adams
2009-08-04  0:10                                   ` Lennart Borgman
2009-08-04  0:16                                     ` Drew Adams
2009-08-04 21:27                                     ` Johan Bockgård
2009-08-04 23:16                                       ` Lennart Borgman
2009-08-03 23:27                         ` Juri Linkov
2009-08-03 23:42                           ` Lennart Borgman
2009-07-31  0:55       ` Chong Yidong
2009-07-31  2:39         ` Dan Nicolaescu
2009-08-03  0:17           ` Juri Linkov
2009-08-03  3:44             ` Dan Nicolaescu
2009-08-03  9:59               ` Juri Linkov
2009-08-03 12:34                 ` Dan Nicolaescu
2009-08-03 14:21                   ` Stephen Eilert
2009-08-03 21:11                   ` Stefan Monnier
2009-08-03 23:02                     ` Dan Nicolaescu
2009-08-04  8:27                       ` Romain Francoise
2009-08-04  8:29                         ` Lennart Borgman
2009-08-04 22:44                         ` Dan Nicolaescu
2009-08-03 23:32                   ` Juri Linkov
2009-07-31  0:46   ` Lennart Borgman
2009-07-30 21:41 ` Lennart Borgman
2009-07-30 22:22 ` Deniz Dogan
2009-07-31  1:50   ` Stefan Monnier
2009-07-31  3:54 ` tomas
2009-08-04 22:14 ` Juri Linkov
  -- strict thread matches above, loose matches on Subject: below --
2009-08-03  9:35 Angelo Graziosi
2009-08-03 20:42 Francesc Rocher
2009-08-04  0:16 ` Lennart Borgman
2009-08-04  0:21 ` Drew Adams
2009-08-10 14:15 grischka
2009-08-10 23:57 ` Juri Linkov
2009-08-11 16:07   ` grischka

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).