Improve paren-mode colors.

Fixes issue #41.
This commit is contained in:
Greg Pfeil 2012-02-17 22:13:01 -07:00
parent f78cdd21d4
commit af13628ee9
1 changed files with 2 additions and 2 deletions

View File

@ -316,8 +316,8 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(org-cancelled-kwd-face ((t (,@fg-green ,@bg-base03))))
(org-delegated-kwd-face ((t (,@fg-cyan ,@bg-base03))))
;; show-paren - MatchParen
(show-paren-match-face ((t (,@fg-cyan ,@fg-base01))))
(show-paren-mismatch-face ((t (,@fg-red ,@fg-base01))))
(show-paren-match ((t (,@fmt-bold ,@fg-cyan ,@bg-base02))))
(show-paren-mismatch ((t (,@fmt-bold ,@fg-red ,@bg-base01))))
;; widgets
(widget-field
((t (,@fg-base1 ,@bg-base02 :box (:line-width 1 :color ,base2)