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

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

[nongnu] elpa/gotham-theme 4da356c583 040/214: Remove unnecessary proper


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 4da356c583 040/214: Remove unnecessary property
Date: Fri, 7 Jan 2022 17:58:39 -0500 (EST)

branch: elpa/gotham-theme
commit 4da356c5830cc396ca7c84766f823443d85d69f4
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Remove unnecessary property
---
 gotham-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index a952500175..0147010502 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -232,8 +232,8 @@ depending on DISPLAY for keys which are either :foreground 
or
    (outline-8 :foreground green)
 
    ;; show-paren-mode
-   (show-paren-match :foreground base2 :background orange :weight normal 
:inverse-video unspecified)
-   (show-paren-mismatch :foreground base2 :background red :weight normal 
:inverse-video unspecified)
+   (show-paren-match :foreground base2 :background orange :inverse-video nil)
+   (show-paren-mismatch :foreground base2 :background red :inverse-video nil)
 
    ;; term
    (term-color-black :foreground black :background black)



reply via email to

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