summaryrefslogtreecommitdiff
path: root/lisp/whitespace.el
diff options
context:
space:
mode:
authorVinicius Jose Latorre <viniciusjl@ig.com.br>2008-07-29 01:56:57 +0000
committerVinicius Jose Latorre <viniciusjl@ig.com.br>2008-07-29 01:56:57 +0000
commit0d54fcf44efbd4661f1fdd2829909b8d89859928 (patch)
tree0da82be3157f67205407df24b3703918e1b7db86 /lisp/whitespace.el
parent47250286d773a8039d8eba6d8c3861a9b3af4eeb (diff)
downloademacs-0d54fcf44efbd4661f1fdd2829909b8d89859928.tar.gz
whitespace-newline: change initilization to have a low contrast relative to the background color.
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r--lisp/whitespace.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el
index d30933fdca3..1e46c3c808a 100644
--- a/lisp/whitespace.el
+++ b/lisp/whitespace.el
@@ -570,10 +570,10 @@ and `newline'."
(defface whitespace-newline
'((((class color) (background dark))
- (:background "grey26" :foreground "aquamarine3" :bold t))
+ (:foreground "darkgray" :bold nil))
(((class color) (background light))
- (:background "linen" :foreground "aquamarine3" :bold t))
- (t (:bold t :underline t)))
+ (:foreground "lightgray" :bold nil))
+ (t (:underline t :bold nil)))
"Face used to visualize NEWLINE char mapping.
See `whitespace-display-mappings'."