commit 43fde998b97c830eba14ea8be701a6fda6d3fc7b
parent 5f2adc5abcb932dab5c07ad51eb46b2ba7d39c2f
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 18 Aug 2017 13:15:50 +0200
Merge pull request #260 from alphapapa/org-meta-line
Set org-meta-line instead of org-block-begin-line
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -1622,7 +1622,6 @@ customize the resulting theme."
`(org-agenda-done ((,class (:foreground ,base01 :slant italic))))
`(org-archived ((,class (:foreground ,base01 :weight normal))))
`(org-block ((,class (:foreground ,base01))))
- `(org-block-begin-line ((,class (:foreground ,base01 :slant italic))))
`(org-checkbox ((,class (:background ,base03 :foreground ,base0
:box (:line-width 1 :style released-button)))))
`(org-code ((,class (:foreground ,base01))))
@@ -1653,6 +1652,7 @@ customize the resulting theme."
`(org-level-8 ((,class (:inherit ,s-variable-pitch
:foreground ,blue))))
`(org-link ((,class (:foreground ,yellow :underline t))))
+ `(org-meta-line ((,class (:foreground ,base01 :slant italic))))
`(org-sexp-date ((,class (:foreground ,violet))))
`(org-scheduled ((,class (:foreground ,green))))
`(org-scheduled-previously ((,class (:foreground ,cyan))))