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

    Make org tables use the accent foreground
---
 README.md       | 2 +-
 doric-themes.el | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 666bd23233..4b9daa0d41 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ If you want maximalist themes in terms of colour, check my 
`ef-themes`
 package. For something in-between, which I would consider the best
 "default theme" for a text editor, opt for my `modus-themes`.
 
-+ Package name (GNU ELPA): `doric-themes` (WORK-IN-PROGRESS)
++ Package name (GNU ELPA): `doric-themes`
 + Sample pictures: <https://protesilaos.com/emacs/doric-themes-pictures>
 + Git repository: <https://github.com/protesilaos/doric-themes>
 + Backronym: Doric Only Really Intensifies Conservatively ... themes.
diff --git a/doric-themes.el b/doric-themes.el
index 3b481bf11d..afa216f120 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -596,8 +596,6 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     org-scheduled-previously
     org-scheduled-today
     org-special-keyword
-    org-table-header
-    org-table-row
     org-time-grid
     org-upcoming-deadline
     org-upcoming-distant-deadline
@@ -652,6 +650,8 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     notmuch-search-flagged-face
     org-imminent-deadline
     org-headline-todo
+    org-table-header
+    org-table-row
     org-todo
     org-warning
     package-status-installed
@@ -1473,7 +1473,7 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
             `(org-indent ((t :inherit (fixed-pitch org-hide))))
             `(org-meta-line ((t :inherit fixed-pitch :foreground 
,fg-shadow-subtle)))
             '(org-property-value ((t :inherit fixed-pitch)))
-            `(org-table ((t :inherit fixed-pitch :foreground 
,fg-shadow-subtle)))
+            `(org-table ((t :inherit fixed-pitch :foreground ,fg-accent)))
 
             `(reb-match-0 ((t :background ,bg-accent :foreground ,fg-main)))
             `(reb-match-1 ((t :background ,bg-shadow-subtle :foreground 
,fg-shadow-subtle)))

Reply via email to