branch: elpa/monokai-theme
commit 819ff0de2231e5cb44c975d05a756fa376cff168
Merge: 3fbef67 d05bdc4
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>

    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