summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2013-12-08 19:02:11 +0200
committerBozhidar Batsov <bozhidar@tradeo.com>2013-12-08 19:02:11 +0200
commit38b3094dd0098de86bf972c933df76f13a1da981 (patch)
treeaf863318b71061be1743519ec78fa4e892a1204d /zenburn-theme.el
parentd75ef8b2b09608ecbf6b68fd48fcf8c5b127bab2 (diff)
Refine show-paren-mode and show-smartparens-mode faces
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 526e75a..f319b08 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -729,10 +729,10 @@ Also bind `class' to ((class color) (min-colors 89))."
`(sh-heredoc ((t (:foreground ,zenburn-yellow :bold t))))
`(sh-quoted-exec ((t (:foreground ,zenburn-red))))
;;;;; show-paren
- `(show-paren-mismatch ((t (:foreground ,zenburn-red-3 :background ,zenburn-bg :weight bold))))
- `(show-paren-match ((t (:foreground ,zenburn-blue-1 :background ,zenburn-bg :weight bold))))
+ `(show-paren-mismatch ((t (:foreground ,zenburn-red+1 :background ,zenburn-bg+3 :weight bold))))
+ `(show-paren-match ((t (:background ,zenburn-bg+3 :weight bold))))
;;;;; smartparens
- `(sp-show-pair-mismatch-face ((t (:background ,zenburn-bg+3 :foreground ,zenburn-red-3 :weight bold))))
+ `(sp-show-pair-mismatch-face ((t (:foreground ,zenburn-red+1 :background ,zenburn-bg+3 :weight bold))))
`(sp-show-pair-match-face ((t (:background ,zenburn-bg+3 :weight bold))))
;;;;; sml-mode-line
'(sml-modeline-end-face ((t :inherit default :width condensed)))