Skip to content

Commit

Permalink
Merge branch 'feature/ghi-#11-powerline-support' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 25, 2017
2 parents 0e22fc6 + 92975fc commit 5a85419
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,19 @@
`(mu4e-flagged-face ((,class (:foreground ,nord13))))
`(mu4e-unread-face ((,class (:foreground ,nord4 :weight bold))))
`(mu4e-link-face ((,class (:underline t))))

;; > Powerline
`(powerline-active1 ((,class (:foreground ,nord4 :background ,nord1))))
`(powerline-active2 ((,class (:foreground ,nord4 :background ,nord3))))
`(powerline-inactive1 ((,class (:background ,nord2))))
`(powerline-inactive2 ((,class (:background ,nord2))))

;; > Powerline Evil
`(powerline-evil-base-face ((,class (:foreground ,nord4))))
`(powerline-evil-normal-face ((,class (:background ,nord8))))
`(powerline-evil-insert-face ((,class (:foreground ,nord0 :background ,nord4))))
`(powerline-evil-visual-face ((,class (:foreground ,nord0 :background ,nord7))))
`(powerline-evil-replace-face ((,class (:foreground ,nord0 :background ,nord9))))
))

;;;###autoload
Expand Down

0 comments on commit 5a85419

Please sign in to comment.