Tweak foreground of Org property values and tables

This commit is contained in:
Protesilaos Stavrou 2022-08-15 09:20:57 +03:00
parent 1d9bd7f928
commit 514134f65b
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -644,14 +644,14 @@ When called from Lisp, THEME is a symbol."
`(org-mode-line-clock (( )))
`(org-mode-line-clock-overrun ((,c :inherit bold :foreground ,err)))
`(org-priority ((,c :foreground ,magenta)))
`(org-property-value ((,c :foreground ,info)))
`(org-property-value ((,c :foreground ,fg-alt)))
`(org-quote (( )))
`(org-scheduled ((,c :foreground ,warning)))
`(org-scheduled-previously ((,c :inherit org-scheduled)))
`(org-scheduled-today ((,c :inherit (bold org-scheduled))))
`(org-sexp-date ((,c :foreground ,date)))
`(org-special-keyword ((,c :inherit shadow)))
`(org-table ((,c :foreground ,string)))
`(org-table ((,c :foreground ,fg-alt)))
`(org-table-header ((,c :inherit (bold org-table))))
`(org-tag ((,c :foreground ,fg-alt)))
`(org-tag-group ((,c :inherit (bold org-tag))))