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

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

[nongnu] elpa/monokai-theme f212c10 206/207: Fix hi-red-b face for 256 c


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme f212c10 206/207: Fix hi-red-b face for 256 color terminals (#107)
Date: Thu, 21 Oct 2021 18:08:02 -0400 (EDT)

branch: elpa/monokai-theme
commit f212c103ada7ae89308e9ca5adab1a2579a8893e
Author: Konstantinos Natsakis <5933427+knatsakis@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]