emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/monokai-theme 241f7a2 155/207: Merge pull request #69 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 241f7a2 155/207: Merge pull request #69 from fap-/68-adoc-mode-barely-readable
Date: Thu, 21 Oct 2021 18:07:52 -0400 (EDT)

branch: elpa/monokai-theme
commit 241f7a218d7697efe47ac2fc7751717a1c47ef5c
Merge: 47afc74 455f474
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #69 from fap-/68-adoc-mode-barely-readable
    
    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

[Prev in Thread] Current Thread [Next in Thread]