branch: elpa/monokai-theme
commit c66ac1e6a386b2c290abf0f0953063618c544e67
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
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"))