dot/ipython-config.py: Fix the disastrous matching-paren highlight.
[profile] / el / dot-emacs.el
index b730924..02bf93d 100644 (file)
@@ -1223,7 +1223,8 @@ doesn't match any of the regular expressions in
 (mdw-define-face fringe
   (t :foreground "yellow"))
 (mdw-define-face show-paren-match
-  (((class color)) :background "darkgreen")
+  (((min-colors 64)) :background "darkgreen")
+  (((class color)) :background "green")
   (t :underline t))
 (mdw-define-face show-paren-mismatch
   (((class color)) :background "red")
@@ -1551,7 +1552,7 @@ doesn't match any of the regular expressions in
 ;;; Where is point?
 
 (mdw-define-face mdw-point-overlay
-  (((type x)))
+  (((type graphic)))
   (((min-colors 64)) :background "darkblue")
   (((class color)) :background "blue")
   (((type tty) (class mono)) :inverse-video t))