branch: elpa/moe-theme
commit 8545478b57f356d87d49c462091e39414b50b258
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
EMMS
---
moe-dark-theme.el | 7 +++++++
moe-light-theme.el | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 2cde49183a..babe603e3d 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -873,6 +873,13 @@ Moe, moe, kyun!")
`(haskell-interactive-face-prompt ((,class (:foreground ,green-01
:background ,black-2-5 :bold t))))
`(haskell-interactive-face-result ((,class (:foreground ,blue-1))))
+ ;; EMMS
+ `(emms-state-current-playing-time ((,class (:foreground ,blue-3 :bold t))))
+ `(emms-state-total-playing-time ((,class (:foreground ,blue-3))))
+ `(emms-playlist-selected-face ((,class (:foreground ,green-2 :bold t))))
+ `(emms-playlist-track-face ((,class (:foreground ,cyan-5))))
+
+
;; tty-menu
`(menu ((,class (:foreground ,black-1 :background ,black-3))))
`(tty-menu-disabled-face ((,class (:foreground ,black-2-5 :background
,black-3))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 89bd085270..a1865d3ab5 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -879,6 +879,13 @@ Moe, moe, kyun!")
`(haskell-interactive-face-prompt ((,class (:foreground ,black-4
:background ,yellow-0 :bold t))))
`(haskell-interactive-face-result ((,class (:foreground ,blue-2))))
+ ;; EMMS
+ `(emms-state-current-playing-time ((,class (:foreground ,blue-3 :bold t))))
+ `(emms-state-total-playing-time ((,class (:foreground ,blue-3))))
+ `(emms-playlist-selected-face ((,class (:foreground ,green-2 :bold t))))
+ `(emms-playlist-track-face ((,class (:foreground ,cyan-5))))
+
+ ;; tty-menu
`(menu ((,class (:foreground ,linum-light :background ,linum-dark))))
`(tty-menu-disabled-face ((,class (:foreground ,black-1 :background
,black-3))))
`(tty-menu-enabled-face ((,class (:foreground ,white-0 :background ,black-3
:bold t))))