el/dot-emacs.el: Fix `show-paren-match' default colour.
[profile] / el / dot-emacs.el
index 2fdc9ab..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")