summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorAaron Jacobs <atheriel@users.noreply.github.com>2017-01-02 16:59:05 -0500
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-01-02 23:59:05 +0200
commit0d3a01b564cf0c64a83c3bf0652aff47f13dfaf0 (patch)
tree126c91450983e27efd441ed675e30e80d3634703 /zenburn-theme.el
parent6ea348a24fc1ba16c7bef1fc2986a5bf7dbc8310 (diff)
Add support for album, artist, and mark faces for mingus (#265)
The Zenburn colours chosen in these cases are similar to the default ones provided by the package.
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index e11457a..073501f 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -911,7 +911,11 @@ Also bind `class' to ((class color) (min-colors 89))."
`(mingus-pausing-face ((t (:foreground ,zenburn-magenta))))
`(mingus-playing-face ((t (:foreground ,zenburn-cyan))))
`(mingus-playlist-face ((t (:foreground ,zenburn-cyan ))))
+ `(mingus-mark-face ((t (:bold t :foreground ,zenburn-magenta))))
`(mingus-song-file-face ((t (:foreground ,zenburn-yellow))))
+ `(mingus-artist-face ((t (:foreground ,zenburn-cyan))))
+ `(mingus-album-face ((t (:underline t :foreground ,zenburn-red+1))))
+ `(mingus-album-stale-face ((t (:foreground ,zenburn-red+1))))
`(mingus-stopped-face ((t (:foreground ,zenburn-red))))
;;;;; nav
`(nav-face-heading ((t (:foreground ,zenburn-yellow))))