]> code.delx.au - gnu-emacs-elpa/commitdiff
minor change
authorMichael Heerdegen <michael_heerdegen@web.de>
Sun, 22 Sep 2013 17:53:27 +0000 (19:53 +0200)
committerMichael Heerdegen <michael_heerdegen@web.de>
Sun, 22 Sep 2013 17:53:27 +0000 (19:53 +0200)
on-screen.el

index 5013d959ac9f1efc78cbbf94f1000a777b700552..f89fcd366fa5f4d12e648dae44bb719aa7917e0c 100644 (file)
@@ -164,7 +164,7 @@ Ignored if highlighting doesn't use the fringe."
 
 (defface on-screen-shadow
   '((((class color) (min-colors 88) (background light))
-     :background "#f2efcb" ;; "#f5f4ff" is a bit less intrusive
+     :background "#f2efcb" ;; alternative: "#f5f4ff" is a bit less intrusive
      )
     (((class color) (min-colors 88) (background dark))
      :background "#272620")