branch: elpa/alect-themes
commit 739e258763f1930be7f1e34a989b8f541f6fabf4
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Add `google-translate-suggestion-label-face'
---
 alect-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alect-themes.el b/alect-themes.el
index f5c0abf..6d6aa9b 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -745,6 +745,7 @@ For INVERT, see `alect-get-color'."
          ;; google-translate
          (google-translate-text-face        ((,c :foreground ,(gc 'blue+2))))
          (google-translate-translation-face ((,c :foreground ,(gc 'green+1))))
+         (google-translate-suggestion-label-face ((,c :foreground ,(gc 'red))))
 
          ;; grep
          (grep-context-face  ((,c :foreground ,(gc 'fg+1))))

Reply via email to