branch: elpa/alect-themes
commit b1f97e4bc0dc6ec91c7e9999fbe9fa371016463b
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add 'emoji' faces
---
alect-themes.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index db79a6f24c8..29dc30ca19b 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -795,6 +795,12 @@ For INVERT, see `alect-get-color'."
(emms-stream-name-face ((,c :foreground ,(gc 'blue+1))))
(emms-stream-url-face ((,c :inherit default)))
+ ;; emoji
+ (emoji-list-header ((,c :inherit alect-title)))
+ (emoji ((,c :height 2.5)))
+ (emoji-with-derivations ((,c :inherit emoji
+ :background ,(gc 'bg))))
+
;; erc
(erc-header-line ((,c :inherit header-line)))
(erc-bold-face ((,c :weight bold)))