branch: elpa/alect-themes
commit fd9912d88c3c976f43978fde26d93b7828968c04
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add 'table-cell' face
---
alect-themes.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index d5019fe..427141e 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1489,6 +1489,9 @@ For INVERT, see `alect-get-color'."
(tabbar-modified ((,c :inherit tabbar-unselected
:foreground ,(gc 'red+2))))
+ ;; table
+ (table-cell ((,c :background ,(gc 'bg))))
+
;; term
(term-color-black ((,c :foreground ,(gc 'gray+2)
:background ,(gc 'gray+2))))