Skip to content

Commit

Permalink
resolves #68 Markup Faces / adoc-mode - Some text barely readable
Browse files Browse the repository at this point in the history
  • Loading branch information
fap committed Dec 15, 2016
1 parent 47afc74 commit 455f474
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions monokai-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 455f474

Please sign in to comment.