branch: externals/doric-themes
commit aa4efd857cfafa83da75aac03cff8953fb5af245
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make the markdown-table-face same as its Org counterpart
---
 doric-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doric-themes.el b/doric-themes.el
index afa216f120..2cfd2bded2 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1433,7 +1433,7 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
 
             `(markdown-code-face ((t :inherit fixed-pitch :background 
,bg-shadow-subtle :extend t)))
             `(markdown-language-keyword-face ((t :inherit fixed-pitch 
:background ,bg-neutral :foreground ,fg-neutral)))
-            '(markdown-table-face ((t :inherit fixed-pitch)))
+            `(markdown-table-face ((t :inherit fixed-pitch :foreground 
,fg-accent)))
 
             '(markup-meta-face ((t :inherit fixed-pitch)))
             '(markup-replacement-face ((t :inherit fixed-pitch)))

Reply via email to