Skip to content

Commit

Permalink
Merge pull request sellout#63 from jturner314/fix-speedbar-colors
Browse files Browse the repository at this point in the history
Add colors for speedbar
  • Loading branch information
sellout committed Jun 25, 2012
2 parents 7dc178a + 8aef0b0 commit bd06399
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions solarized-definitions.el
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,14 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(outline-6 ((t (,@fmt-none ,@fg-base01))))
(outline-7 ((t (,@fmt-none ,@fg-orange))))
(outline-8 ((t (,@fmt-none ,@fg-violet))))
;; speedbar
(speedbar-button-face ((t (,@fmt-none ,@fg-base1))))
(speedbar-directory-face ((t (,@fmt-none ,@fg-orange))))
(speedbar-file-face ((t (,@fmt-none ,@fg-green))))
(speedbar-highlight-face ((t (,@bg-base02))))
(speedbar-selected-face ((t (,@fmt-undr ,@fg-yellow))))
(speedbar-separator-face ((t (,@fmt-stnd))))
(speedbar-tag-face ((t (,@fmt-none ,@fg-blue))))
;; show-paren - MatchParen
(show-paren-match ((t (,@fmt-bold ,@fg-cyan ,@bg-base02))))
(show-paren-mismatch ((t (,@fmt-bold ,@fg-red ,@bg-base01))))
Expand Down

0 comments on commit bd06399

Please sign in to comment.