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

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

[nongnu] elpa/material-theme c4b8561 026/118: might fix issue #5, do not


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme c4b8561 026/118: might fix issue #5, do not set font-family of mode-line
Date: Thu, 21 Oct 2021 18:06:12 -0400 (EDT)

branch: elpa/material-theme
commit c4b85617aca86a94a793d7c28d8c4b4a087db3ac
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    might fix issue #5, do not set font-family of mode-line
---
 material-theme.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/material-theme.el b/material-theme.el
index 1f890ef..7c4ca46 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -196,8 +196,7 @@
    `(border-glyph ((,class (nil))))
    `(highlight ((,class (:inverse-video nil :background ,current-line))))
    `(gui-element ((,class (:background ,current-line :foreground 
,foreground))))
-   `(mode-line ((,class (:foreground ,foreground :background ,far-background
-                                     :family "Lucida Grande"))))
+   `(mode-line ((,class (:foreground ,foreground :background 
,far-background))))
    `(mode-line-buffer-id ((,class (:foreground ,foreground :background nil))))
    `(mode-line-inactive ((,class (:inherit mode-line
                                            :foreground ,subtle



reply via email to

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