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

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

[nongnu] elpa/material-theme 41d8c56 092/118: Make modeline id bold.


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 41d8c56 092/118: Make modeline id bold.
Date: Thu, 21 Oct 2021 18:06:27 -0400 (EDT)

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

    Make modeline id bold.
---
 material-light-theme.el | 2 +-
 material-theme.el       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index bc36aae..5690a83 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -224,7 +224,7 @@
    `(gui-element ((,class (:background ,current-line :foreground 
,foreground))))
    `(mode-line ((,class (:foreground ,foreground :background ,far-background
                                      :box (:line-width 2 :color 
,current-line)))))
-   `(mode-line-buffer-id ((,class (:foreground ,foreground :background nil))))
+   `(mode-line-buffer-id ((,class (:foreground ,foreground :background nil 
:weight bold))))
    `(mode-line-inactive ((,class (:inherit mode-line
                                            :foreground ,subtle
                                            :background ,current-line
diff --git a/material-theme.el b/material-theme.el
index 2325a73..a052383 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -220,7 +220,7 @@
    `(highlight ((,class (:inverse-video nil :background ,current-line))))
    `(gui-element ((,class (:background ,current-line :foreground 
,foreground))))
    `(mode-line ((,class (:foreground ,foreground :background 
,far-background))))
-   `(mode-line-buffer-id ((,class (:foreground ,foreground :background nil))))
+   `(mode-line-buffer-id ((,class (:foreground ,foreground :background nil 
:weight bold))))
    `(mode-line-inactive ((,class (:inherit mode-line
                                            :foreground ,subtle
                                            :background ,far-background :weight 
normal



reply via email to

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