commit f829e99dd1508a1cdaf9146511012a33b0d4f68b
parent 620831ee7e561fbb5e2b283ec109826c2f158137
Author: Grant Rettke <gcr@wisdomandwonder.com>
Date: Thu, 21 Jun 2018 07:08:08 -0500
Add org-macro
Adds org-macro, defining it slightly (one step) brighter than the normal text: noticeable, without interrupting the flow with a color.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1724,6 +1724,7 @@ customize the resulting theme."
:foreground ,blue))))
`(org-link ((,class (:foreground ,yellow :underline t))))
`(org-meta-line ((,class (:foreground ,base01 :slant italic))))
+ `(org-macro ((,class (:foreground ,s-base1))))
`(org-sexp-date ((,class (:foreground ,violet))))
`(org-scheduled ((,class (:foreground ,green))))
`(org-scheduled-previously ((,class (:foreground ,cyan))))