Skip to content

Commit

Permalink
Add powerline colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
wunki committed Mar 28, 2013
1 parent 4dc1055 commit 4c74d10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions color-theme-sanityinc-tomorrow.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -465,6 +465,12 @@ names to which it refers are bound."
(jabber-activity-face ((,class (:foreground ,purple)))) (jabber-activity-face ((,class (:foreground ,purple))))
(jabber-activity-personal-face ((,class (:foreground ,aqua)))) (jabber-activity-personal-face ((,class (:foreground ,aqua))))


;; Powerline
(mode-line ((t (:foreground ,foreground :background ,selection :box t))))
(powerline-active1 ((t (:foreground ,foreground :background ,current-line))))
(powerline-active2 ((t (:foreground ,foreground :background ,selection))))
(mode-line-inactive ((t (:foreground ,foreground :background ,selection :box nil))))

;; Gnus ;; Gnus
(gnus-cite-1 ((,class (:inherit outline-1 :foreground nil)))) (gnus-cite-1 ((,class (:inherit outline-1 :foreground nil))))
(gnus-cite-2 ((,class (:inherit outline-2 :foreground nil)))) (gnus-cite-2 ((,class (:inherit outline-2 :foreground nil))))
Expand Down

0 comments on commit 4c74d10

Please sign in to comment.