Skip to content

Commit

Permalink
Merge pull request #35 from microamp/feature/mu4e-unread
Browse files Browse the repository at this point in the history
mu4e: Highlight Maildir with unread emails
  • Loading branch information
arcticicestudio committed May 6, 2017
2 parents f65ff21 + 86691cd commit a0bfde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
`(mu4e-header-key-face ((,class (:foreground ,nord8))))
`(mu4e-highlight-face ((,class (:highlight))))
`(mu4e-flagged-face ((,class (:foreground ,nord13))))
`(mu4e-unread-face ((,class (:foreground ,nord4 :weight bold))))
`(mu4e-unread-face ((,class (:foreground ,nord13 :weight bold))))
`(mu4e-link-face ((,class (:underline t))))

;; > Powerline
Expand Down

0 comments on commit a0bfde0

Please sign in to comment.