aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-playlist-mode.el')
-rw-r--r--emms-playlist-mode.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el
index 936205e..f7e6464 100644
--- a/emms-playlist-mode.el
+++ b/emms-playlist-mode.el
@@ -68,19 +68,19 @@
(defface emms-playlist-track-face
'((((class color) (background dark))
- :foreground "DarkSeaGreen")
+ (:foreground "DarkSeaGreen"))
(((type tty) (class mono))
- :inverse-video t)
- (t :background "Blue"))
+ (:inverse-video t))
+ (t (:background "Blue")))
"Face for the tracks in a playlist buffer."
:group 'emms-playlist-mode)
(defface emms-playlist-selected-face
'((((class color) (background dark))
- :foreground "SteelBlue3")
+ (:foreground "SteelBlue3"))
(((type tty) (class mono))
- :inverse-video t)
- (t :background "blue3"))
+ (:inverse-video t))
+ (t (:background "blue3")))
"Face for highlighting the selected track."
:group 'emms-playlist-mode)