branch: elpa/monokai-theme
commit 1becbc97c8c26185747c0fad361944b024cf80a6
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>

    Use string colour for doc face
---
 monokai-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 0f201f9..da50ed1 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -322,8 +322,8 @@ Also affects 'linum-mode' background."
       (,monokai-256-class (:foreground ,monokai-256-violet))))
 
    `(font-lock-doc-face
-     ((,monokai-class (:foreground ,monokai-comments))
-      (,monokai-256-class (:foreground ,monokai-256-comments))))
+     ((,monokai-class (:foreground ,monokai-yellow))
+      (,monokai-256-class (:foreground ,monokai-256-yellow))))
 
    `(font-lock-function-name-face
      ((,monokai-class (:foreground ,monokai-green))

Reply via email to