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

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

[nongnu] elpa/monokai-theme d05bdc4 026/207: replace hl color with a mor


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme d05bdc4 026/207: replace hl color with a more distinguishable color
Date: Thu, 21 Oct 2021 18:07:24 -0400 (EDT)

branch: elpa/monokai-theme
commit d05bdc43401b497dd432431910a5b996d4a3e821
Author: chptx <chptxy@gmail.com>
Commit: chptx <chptxy@gmail.com>

    replace hl color with a more distinguishable color
    
    Because it's hard to distinguish hl color and hl-line color, especially
    when just marking part of one line.
    So I replace hl color with selection color of Sublime Text's Monokai
    Bright Theme.
    
    Change-Id: I30ac9505c78db871a7cfe4dcbac8a9eb01f43c56
---
 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]