chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4ccc290
)
el/dot-emacs.el: Fix `show-paren-match' default colour.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 1 Aug 2017 12:14:22 +0000
(13:14 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 1 Aug 2017 12:14:22 +0000
(13:14 +0100)
Try not to rely on closest-colour guesswork, even though it seems to
work pretty well.
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 2fdc9abd1b1336dc3603e97458d05528754b01d4..02bf93de44282f2eb3fcd26fc26811ee72f62111 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-1223,7
+1223,8
@@
(mdw-define-face scroll-bar
(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")