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

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

[nongnu] elpa/monokai-theme 1becbc9 185/207: Use string colour for doc f


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 1becbc9 185/207: Use string colour for doc face
Date: Thu, 21 Oct 2021 18:07:58 -0400 (EDT)

branch: elpa/monokai-theme
commit 1becbc97c8c26185747c0fad361944b024cf80a6
Author: Kelvin Smith <oneKelvinSmith@gmail.com>
Commit: Kelvin Smith <oneKelvinSmith@gmail.com>

    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

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