branch: elpa/monokai-theme
commit f212c103ada7ae89308e9ca5adab1a2579a8893e
Author: Konstantinos Natsakis <[email protected]>
Commit: GitHub <[email protected]>
Fix hi-red-b face for 256 color terminals (#107)
---
monokai-theme.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/monokai-theme.el b/monokai-theme.el
index 7ba0c2c..c382417 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2926,6 +2926,8 @@ Also affects 'linum-mode' background."
`(hi-red-b
((,monokai-class (:foreground ,monokai-red
+ :weight bold))
+ (,monokai-256-class (:foreground ,monokai-256-red
:weight bold))))
`(hi-black-hb