mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
* font-lock.el (font-lock-string-face, font-lock-builtin-face)
(font-lock-variable-name-face, font-lock-constant-face): Darken the colors for light backgrounds.
This commit is contained in:
parent
de94f28144
commit
e094097c75
@ -1,3 +1,9 @@
|
||||
2009-08-02 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* font-lock.el (font-lock-string-face, font-lock-builtin-face)
|
||||
(font-lock-variable-name-face, font-lock-constant-face): Darken
|
||||
the colors for light backgrounds.
|
||||
|
||||
2009-08-01 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
|
||||
|
@ -1872,7 +1872,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
|
||||
(defface font-lock-string-face
|
||||
'((((class grayscale) (background light)) (:foreground "DimGray" :slant italic))
|
||||
(((class grayscale) (background dark)) (:foreground "LightGray" :slant italic))
|
||||
(((class color) (min-colors 88) (background light)) (:foreground "RosyBrown"))
|
||||
(((class color) (min-colors 88) (background light)) (:foreground "VioletRed4"))
|
||||
(((class color) (min-colors 88) (background dark)) (:foreground "LightSalmon"))
|
||||
(((class color) (min-colors 16) (background light)) (:foreground "RosyBrown"))
|
||||
(((class color) (min-colors 16) (background dark)) (:foreground "LightSalmon"))
|
||||
@ -1901,7 +1901,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
|
||||
(defface font-lock-builtin-face
|
||||
'((((class grayscale) (background light)) (:foreground "LightGray" :weight bold))
|
||||
(((class grayscale) (background dark)) (:foreground "DimGray" :weight bold))
|
||||
(((class color) (min-colors 88) (background light)) (:foreground "Orchid"))
|
||||
(((class color) (min-colors 88) (background light)) (:foreground "MediumOrchid4"))
|
||||
(((class color) (min-colors 88) (background dark)) (:foreground "LightSteelBlue"))
|
||||
(((class color) (min-colors 16) (background light)) (:foreground "Orchid"))
|
||||
(((class color) (min-colors 16) (background dark)) (:foreground "LightSteelBlue"))
|
||||
@ -1925,7 +1925,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
|
||||
(:foreground "Gray90" :weight bold :slant italic))
|
||||
(((class grayscale) (background dark))
|
||||
(:foreground "DimGray" :weight bold :slant italic))
|
||||
(((class color) (min-colors 88) (background light)) (:foreground "DarkGoldenrod"))
|
||||
(((class color) (min-colors 88) (background light)) (:foreground "sienna"))
|
||||
(((class color) (min-colors 88) (background dark)) (:foreground "LightGoldenrod"))
|
||||
(((class color) (min-colors 16) (background light)) (:foreground "DarkGoldenrod"))
|
||||
(((class color) (min-colors 16) (background dark)) (:foreground "LightGoldenrod"))
|
||||
@ -1951,7 +1951,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
|
||||
(:foreground "LightGray" :weight bold :underline t))
|
||||
(((class grayscale) (background dark))
|
||||
(:foreground "Gray50" :weight bold :underline t))
|
||||
(((class color) (min-colors 88) (background light)) (:foreground "CadetBlue"))
|
||||
(((class color) (min-colors 88) (background light)) (:foreground "dark cyan"))
|
||||
(((class color) (min-colors 88) (background dark)) (:foreground "Aquamarine"))
|
||||
(((class color) (min-colors 16) (background light)) (:foreground "CadetBlue"))
|
||||
(((class color) (min-colors 16) (background dark)) (:foreground "Aquamarine"))
|
||||
|
Loading…
Reference in New Issue
Block a user