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

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

[nongnu] elpa/monokai-theme c66ac1e 029/207: Reverts change to hl-line c


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme c66ac1e 029/207: Reverts change to hl-line color. This color is 'canon' when compared to original theme, the previous change was in error.
Date: Thu, 21 Oct 2021 18:07:25 -0400 (EDT)

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

    Reverts change to hl-line color. This color is 'canon' when compared to 
original theme, the previous change was in error.
---
 monokai-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 1f95c14..cc49f23 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" "#9D550F"))
+         (monokai-hl       (if (in-terminal) "#303030" "#49483E"))
          (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]