mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
* term/common-win.el (x-colors): Add "dark green" and "dark turquoise" (Bug#6332).
This commit is contained in:
parent
f07b083d4a
commit
86253dc05d
@ -1,3 +1,8 @@
|
||||
2010-06-04 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* term/common-win.el (x-colors): Add "dark green" and "dark
|
||||
turquoise" (Bug#6332).
|
||||
|
||||
2010-06-03 Eric Ludlam <zappo@gnu.org>
|
||||
|
||||
* cedet/semantic/lex-spp.el
|
||||
|
@ -275,10 +275,11 @@ This function returns ARGS minus the arguments that have been processed."
|
||||
"medium slate blue" "slate blue" "dark slate blue" "midnight blue" "navy"
|
||||
"dark blue" "light steel blue" "cornflower blue" "dodger blue" "royal blue"
|
||||
"light slate gray" "slate gray" "dark slate gray" "steel blue" "cadet blue"
|
||||
"light sky blue" "sky blue" "light blue" "powder blue" "pale turquoise" "turquoise"
|
||||
"medium turquoise" "dark cyan" "aquamarine" "medium aquamarine" "light sea green"
|
||||
"light sky blue" "sky blue" "light blue" "powder blue" "pale turquoise"
|
||||
"turquoise" "medium turquoise" "dark turquoise" "dark cyan" "aquamarine"
|
||||
"medium aquamarine" "light sea green"
|
||||
"medium sea green" "sea green" "dark sea green" "pale green" "lime green"
|
||||
"forest green" "light green" "green yellow" "yellow green" "olive drab"
|
||||
"dark green" "forest green" "light green" "green yellow" "yellow green" "olive drab"
|
||||
"dark olive green" "lemon chiffon" "khaki" "dark khaki" "cornsilk"
|
||||
"pale goldenrod" "light goldenrod" "goldenrod" "dark goldenrod" "wheat"
|
||||
"navajo white" "tan" "burlywood" "sandy brown" "peru" "chocolate" "saddle brown"
|
||||
@ -287,7 +288,7 @@ This function returns ARGS minus the arguments that have been processed."
|
||||
"dark magenta" "dark violet" "medium blue" "blue" "deep sky blue"
|
||||
"cyan" "medium spring green" "spring green" "green" "lawn green" "chartreuse"
|
||||
"yellow" "gold" "orange" "dark orange" "orange red" "red" "white" "white smoke"
|
||||
"gainsboro" "light grey" "gray" "dark grey" "dim gray" "black" ))
|
||||
"gainsboro" "light gray" "gray" "dark gray" "dim gray" "black" ))
|
||||
"List of basic colors available on color displays.
|
||||
For X, the list comes from the `rgb.txt' file,v 10.41 94/02/20.
|
||||
For Nextstep, this is a list of non-PANTONE colors returned by
|
||||
|
Loading…
Reference in New Issue
Block a user