(xterm-standard-colors): Update color values from
xterm-200.
This commit is contained in:
parent
98d14e3241
commit
9fb518aa5f
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* term/xterm.el (xterm-standard-colors): Update color values from
|
||||
xterm-200.
|
||||
|
||||
2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue