comparison lisp/whitespace.el @ 97073:7159ef9ad909

whitespace-newline: change initilization to have a low contrast relative to the background color.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Tue, 29 Jul 2008 01:56:57 +0000
parents df4f1b00491d
children 8b6a3348313d
comparison
equal deleted inserted replaced
97072:9b141ec374d8 97073:7159ef9ad909
568 :group 'whitespace) 568 :group 'whitespace)
569 569
570 570
571 (defface whitespace-newline 571 (defface whitespace-newline
572 '((((class color) (background dark)) 572 '((((class color) (background dark))
573 (:background "grey26" :foreground "aquamarine3" :bold t)) 573 (:foreground "darkgray" :bold nil))
574 (((class color) (background light)) 574 (((class color) (background light))
575 (:background "linen" :foreground "aquamarine3" :bold t)) 575 (:foreground "lightgray" :bold nil))
576 (t (:bold t :underline t))) 576 (t (:underline t :bold nil)))
577 "Face used to visualize NEWLINE char mapping. 577 "Face used to visualize NEWLINE char mapping.
578 578
579 See `whitespace-display-mappings'." 579 See `whitespace-display-mappings'."
580 :group 'whitespace) 580 :group 'whitespace)
581 581