summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
4ccc290)
Try not to rely on closest-colour guesswork, even though it seems to
work pretty well.
(mdw-define-face fringe
(t :foreground "yellow"))
(mdw-define-face show-paren-match
(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")
(t :underline t))
(mdw-define-face show-paren-mismatch
(((class color)) :background "red")