Mercurial > emacs
comparison lisp/term/xterm.el @ 61357:6596052b0a0d
(xterm-standard-colors): Update color values from
xterm-200.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 06 Apr 2005 21:38:35 +0000 |
parents | 6d43bc1092aa |
children | 6550784a652a 865f9b91fdbe 02f1dbc4a199 |
comparison
equal
deleted
inserted
replaced
61356:0520e8d73d6f | 61357:6596052b0a0d |
---|---|
105 ;; from rgb.txt. | 105 ;; from rgb.txt. |
106 '(("black" 0 ( 0 0 0)) ; black | 106 '(("black" 0 ( 0 0 0)) ; black |
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 |
122 "Names of 16 standard xterm/aixterm colors, their numbers, and RGB values.") | 122 "Names of 16 standard xterm/aixterm colors, their numbers, and RGB values.") |
123 | 123 |