branch: elpa/material-theme
commit c4b85617aca86a94a793d7c28d8c4b4a087db3ac
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    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