diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/term/xterm.el | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d3259dc710..3a3b1782d00 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * term/xterm.el (xterm-standard-colors): Update color values from | ||
| 4 | xterm-200. | ||
| 5 | |||
| 1 | 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries. | 8 | * 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 @@ | |||
| 107 | ("red" 1 (205 0 0)) ; red3 | 107 | ("red" 1 (205 0 0)) ; red3 |
| 108 | ("green" 2 ( 0 205 0)) ; green3 | 108 | ("green" 2 ( 0 205 0)) ; green3 |
| 109 | ("yellow" 3 (205 205 0)) ; yellow3 | 109 | ("yellow" 3 (205 205 0)) ; yellow3 |
| 110 | ("blue" 4 ( 0 0 205)) ; blue3 | 110 | ("blue" 4 ( 0 0 238)) ; blue2 |
| 111 | ("magenta" 5 (205 0 205)) ; magenta3 | 111 | ("magenta" 5 (205 0 205)) ; magenta3 |
| 112 | ("cyan" 6 ( 0 205 205)) ; cyan3 | 112 | ("cyan" 6 ( 0 205 205)) ; cyan3 |
| 113 | ("white" 7 (229 229 229)) ; gray90 | 113 | ("white" 7 (229 229 229)) ; gray90 |
| 114 | ("brightblack" 8 ( 77 77 77)) ; gray30 | 114 | ("brightblack" 8 (127 127 127)) ; gray50 |
| 115 | ("brightred" 9 (255 0 0)) ; red | 115 | ("brightred" 9 (255 0 0)) ; red |
| 116 | ("brightgreen" 10 ( 0 255 0)) ; green | 116 | ("brightgreen" 10 ( 0 255 0)) ; green |
| 117 | ("brightyellow" 11 (255 255 0)) ; yellow | 117 | ("brightyellow" 11 (255 255 0)) ; yellow |
| 118 | ("brightblue" 12 ( 0 0 255)) ; blue | 118 | ("brightblue" 12 (92 92 255)) ; rgb:5c/5c/ff |
| 119 | ("brightmagenta" 13 (255 0 255)) ; magenta | 119 | ("brightmagenta" 13 (255 0 255)) ; magenta |
| 120 | ("brightcyan" 14 ( 0 255 255)) ; cyan | 120 | ("brightcyan" 14 ( 0 255 255)) ; cyan |
| 121 | ("brightwhite" 15 (255 255 255))) ; white | 121 | ("brightwhite" 15 (255 255 255))) ; white |