From: Dan Nicolaescu Date: Wed, 6 Apr 2005 21:38:35 +0000 (+0000) Subject: (xterm-standard-colors): Update color values from X-Git-Tag: ttn-vms-21-2-B4~1165 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9fb518aa5f85bf673d3e10d52d04ac6f845bc2bf;p=emacs.git (xterm-standard-colors): Update color values from xterm-200. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d3259dc710..3a3b1782d00 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-04-06 Dan Nicolaescu + + * term/xterm.el (xterm-standard-colors): Update color values from + xterm-200. + 2005-04-06 Stefan Monnier * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries. diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el index 5c210974f72..44688e82b6d 100644 --- a/lisp/term/xterm.el +++ b/lisp/term/xterm.el @@ -107,15 +107,15 @@ ("red" 1 (205 0 0)) ; red3 ("green" 2 ( 0 205 0)) ; green3 ("yellow" 3 (205 205 0)) ; yellow3 - ("blue" 4 ( 0 0 205)) ; blue3 + ("blue" 4 ( 0 0 238)) ; blue2 ("magenta" 5 (205 0 205)) ; magenta3 ("cyan" 6 ( 0 205 205)) ; cyan3 ("white" 7 (229 229 229)) ; gray90 - ("brightblack" 8 ( 77 77 77)) ; gray30 + ("brightblack" 8 (127 127 127)) ; gray50 ("brightred" 9 (255 0 0)) ; red ("brightgreen" 10 ( 0 255 0)) ; green ("brightyellow" 11 (255 255 0)) ; yellow - ("brightblue" 12 ( 0 0 255)) ; blue + ("brightblue" 12 (92 92 255)) ; rgb:5c/5c/ff ("brightmagenta" 13 (255 0 255)) ; magenta ("brightcyan" 14 ( 0 255 255)) ; cyan ("brightwhite" 15 (255 255 255))) ; white