branch: elpa/moe-theme
commit ce01e0af47583f9d0d5afe16d3735035540a484e
Author: Jean-Christophe Petkovich <[email protected]>
Commit: Jean-Christophe Petkovich <[email protected]>

    Switch to gray tables in the dark theme.
---
 moe-dark-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index f04fb3dbe0..1f916a213f 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -116,7 +116,7 @@ Moe, moe, kyun!")
    `(org-scheduled-previously ((,class (:foreground ,red-1))))
    `(org-scheduled-today ((,class (:foreground ,yellow-2))))
    `(org-special-keyword ((,class (:background ,black-3 :foreground 
,white-1))))
-   `(org-table ((,class (:background ,yellow-1 :foreground ,black-3))))
+   `(org-table ((,class (:background ,black-3 :foreground ,white-1))))
    `(org-time-grid ((,class (:foreground ,orange-2))))
    `(org-upcoming-deadline ((,class (:foreground ,red-1))))
    `(org-warning ((,class (:bold t :foreground ,white-0 :background ,red-3))))

Reply via email to