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

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

[nongnu] elpa/monokai-theme 819ff0d 027/207: Merge pull request #17 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 819ff0d 027/207: Merge pull request #17 from chptx/master
Date: Thu, 21 Oct 2021 18:07:25 -0400 (EDT)

branch: elpa/monokai-theme
commit 819ff0de2231e5cb44c975d05a756fa376cff168
Merge: 3fbef67 d05bdc4
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: Kelvin Smith <onekelvinsmith@gmail.com>

    Merge pull request #17 from chptx/master
    
    replace hl color with a more distinguishable color
---
 monokai-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 445de50..c18ca11 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -141,7 +141,7 @@ Takes and optional `FRAME' as reference."
          (monokai-fg       (if (in-terminal) "#F5F5F5" "#F8F8F2"))
          (monokai-bg       (if (in-terminal) "#1B1E1C" "#272822"))
          (monokai-hl-line  (if (in-terminal) "#212121" "#3E3D31"))
-         (monokai-hl       (if (in-terminal) "#303030" "#49483E"))
+         (monokai-hl       (if (in-terminal) "#303030" "#9D550F"))
          (monokai-emph     (if (in-terminal) "#FFFAFA" "#F8F8F0"))
          (monokai-comments (if (in-terminal) "#8B8878" "#75715E"))
 



reply via email to

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