.emacs
changeset 21 f4448d2863d6
parent 20 fde58d93c047
child 22 8ca8997d9f1d
--- a/.emacs	Fri Apr 18 00:04:51 2008 +0300
+++ b/.emacs	Fri Apr 18 00:04:52 2008 +0300
@@ -630,9 +630,7 @@
 ;; http://www.emacswiki.org/cgi-bin/wiki/EightyColumnRule
 
 (defface my-tab-face
-  '((((type graphical) (class color) (min-colors 216)) (:underline "#666"))
-    (((class color) (min-colors 216)) (:background "#666"))
-    (((class color) (min-colors  16)) (:background "yellow")))
+  '((t :background "gray"))
   "Face for showing TABs."
   :group 'basic-faces)