Skip to content

Commit

Permalink
Improve paren-mode colors.
Browse files Browse the repository at this point in the history
Fixes issue #41.
  • Loading branch information
sellout committed Feb 18, 2012
1 parent f78cdd2 commit af13628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solarized-definitions.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit af13628

Please sign in to comment.