branch: elpa/monokai-theme
commit f814068477fc3dc7f5c01dd529a6b7121f8b54a7
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>

    closes #25: remove invalid 'terminal-bold' weight
---
 monokai-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 79de4ce..072cad3 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -5255,7 +5255,7 @@ Also affects 'linum-mode' background."
      ((,class (:underline t
                           :weight bold))
       (,terminal-class (:underline t
-                                   :weight terminal-bold))))
+                                   :weight bold))))
 
    ;; weechat
    `(weechat-error-face

Reply via email to