aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-08-02 14:20:02 +0000
committerChong Yidong2009-08-02 14:20:02 +0000
commite094097c751bd3c02b6b372ad70c4ac8f98fec60 (patch)
treee32bef3e14d5c5d27cfe29ce3f4fea4dadb6b096
parentde94f281445eb2caf586b67048e3c0b082579efa (diff)
downloademacs-e094097c751bd3c02b6b372ad70c4ac8f98fec60.tar.gz
emacs-e094097c751bd3c02b6b372ad70c4ac8f98fec60.zip
* 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.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/font-lock.el8
2 files changed, 10 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1b2180aef81..de88dfbca6b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12009-08-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
4 (font-lock-variable-name-face, font-lock-constant-face): Darken
5 the colors for light backgrounds.
6
12009-08-01 Eli Zaretskii <eliz@gnu.org> 72009-08-01 Eli Zaretskii <eliz@gnu.org>
2 8
3 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of 9 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index ccbf09b75ea..45e8a70ee6d 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1872,7 +1872,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
1872(defface font-lock-string-face 1872(defface font-lock-string-face
1873 '((((class grayscale) (background light)) (:foreground "DimGray" :slant italic)) 1873 '((((class grayscale) (background light)) (:foreground "DimGray" :slant italic))
1874 (((class grayscale) (background dark)) (:foreground "LightGray" :slant italic)) 1874 (((class grayscale) (background dark)) (:foreground "LightGray" :slant italic))
1875 (((class color) (min-colors 88) (background light)) (:foreground "RosyBrown")) 1875 (((class color) (min-colors 88) (background light)) (:foreground "VioletRed4"))
1876 (((class color) (min-colors 88) (background dark)) (:foreground "LightSalmon")) 1876 (((class color) (min-colors 88) (background dark)) (:foreground "LightSalmon"))
1877 (((class color) (min-colors 16) (background light)) (:foreground "RosyBrown")) 1877 (((class color) (min-colors 16) (background light)) (:foreground "RosyBrown"))
1878 (((class color) (min-colors 16) (background dark)) (:foreground "LightSalmon")) 1878 (((class color) (min-colors 16) (background dark)) (:foreground "LightSalmon"))
@@ -1901,7 +1901,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
1901(defface font-lock-builtin-face 1901(defface font-lock-builtin-face
1902 '((((class grayscale) (background light)) (:foreground "LightGray" :weight bold)) 1902 '((((class grayscale) (background light)) (:foreground "LightGray" :weight bold))
1903 (((class grayscale) (background dark)) (:foreground "DimGray" :weight bold)) 1903 (((class grayscale) (background dark)) (:foreground "DimGray" :weight bold))
1904 (((class color) (min-colors 88) (background light)) (:foreground "Orchid")) 1904 (((class color) (min-colors 88) (background light)) (:foreground "MediumOrchid4"))
1905 (((class color) (min-colors 88) (background dark)) (:foreground "LightSteelBlue")) 1905 (((class color) (min-colors 88) (background dark)) (:foreground "LightSteelBlue"))
1906 (((class color) (min-colors 16) (background light)) (:foreground "Orchid")) 1906 (((class color) (min-colors 16) (background light)) (:foreground "Orchid"))
1907 (((class color) (min-colors 16) (background dark)) (:foreground "LightSteelBlue")) 1907 (((class color) (min-colors 16) (background dark)) (:foreground "LightSteelBlue"))
@@ -1925,7 +1925,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
1925 (:foreground "Gray90" :weight bold :slant italic)) 1925 (:foreground "Gray90" :weight bold :slant italic))
1926 (((class grayscale) (background dark)) 1926 (((class grayscale) (background dark))
1927 (:foreground "DimGray" :weight bold :slant italic)) 1927 (:foreground "DimGray" :weight bold :slant italic))
1928 (((class color) (min-colors 88) (background light)) (:foreground "DarkGoldenrod")) 1928 (((class color) (min-colors 88) (background light)) (:foreground "sienna"))
1929 (((class color) (min-colors 88) (background dark)) (:foreground "LightGoldenrod")) 1929 (((class color) (min-colors 88) (background dark)) (:foreground "LightGoldenrod"))
1930 (((class color) (min-colors 16) (background light)) (:foreground "DarkGoldenrod")) 1930 (((class color) (min-colors 16) (background light)) (:foreground "DarkGoldenrod"))
1931 (((class color) (min-colors 16) (background dark)) (:foreground "LightGoldenrod")) 1931 (((class color) (min-colors 16) (background dark)) (:foreground "LightGoldenrod"))
@@ -1951,7 +1951,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
1951 (:foreground "LightGray" :weight bold :underline t)) 1951 (:foreground "LightGray" :weight bold :underline t))
1952 (((class grayscale) (background dark)) 1952 (((class grayscale) (background dark))
1953 (:foreground "Gray50" :weight bold :underline t)) 1953 (:foreground "Gray50" :weight bold :underline t))
1954 (((class color) (min-colors 88) (background light)) (:foreground "CadetBlue")) 1954 (((class color) (min-colors 88) (background light)) (:foreground "dark cyan"))
1955 (((class color) (min-colors 88) (background dark)) (:foreground "Aquamarine")) 1955 (((class color) (min-colors 88) (background dark)) (:foreground "Aquamarine"))
1956 (((class color) (min-colors 16) (background light)) (:foreground "CadetBlue")) 1956 (((class color) (min-colors 16) (background light)) (:foreground "CadetBlue"))
1957 (((class color) (min-colors 16) (background dark)) (:foreground "Aquamarine")) 1957 (((class color) (min-colors 16) (background dark)) (:foreground "Aquamarine"))