branch: elpa/alect-themes
commit 81b3e6ada1ecba53badd2fdb6fa3abeead0a9b48
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add google-translate faces
---
alect-themes.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index ebdb8a4..46724d8 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -719,6 +719,10 @@ For INVERT, see `alect-get-color'."
(gnus-server-offline ((,c :foreground ,(gc 'yellow-1))))
(gnus-server-opened ((,c :foreground ,(gc 'green))))
+ ;; google-translate
+ (google-translate-text-face ((,c :foreground ,(gc 'blue+2))))
+ (google-translate-translation-face ((,c :foreground ,(gc 'green+1))))
+
;; grep
(grep-context-face ((,c :foreground ,(gc 'fg+1))))
(grep-error-face ((,c :foreground ,(gc 'red-1) :weight bold
:underline t)))