branch: elpa/monokai-theme
commit 455f474eaf809b0ef963f8d78914981fe8d5134e
Author: fap <[email protected]>
Commit: fap <[email protected]>

    resolves #68 Markup Faces / adoc-mode - Some text barely readable
---
 monokai-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index 63b5d3c..8111f45 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -4031,6 +4031,10 @@ Also affects 'linum-mode' background."
      ((,monokai-class (:foreground ,monokai-comments))
       (,monokai-256-class  (:foreground ,monokai-256-comments))))
 
+   ;; adoc-mode / markup
+   `(markup-meta-face
+     ((,monokai-class (:foreground ,monokai-gray-l))
+      (,monokai-256-class  (:foreground ,monokai-256-gray-l))))
 
    ;; org-mode
    `(org-agenda-structure

Reply via email to