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

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

[nongnu] elpa/afternoon-theme 193ac72 5/8: Remove bold faces from mode-l


From: ELPA Syncer
Subject: [nongnu] elpa/afternoon-theme 193ac72 5/8: Remove bold faces from mode-line
Date: Thu, 21 Oct 2021 17:57:39 -0400 (EDT)

branch: elpa/afternoon-theme
commit 193ac72faae698a6bd898120f0fbf10bfde8986c
Author: Ozan Sener <ozan@ozansener.com>
Commit: Ozan Sener <ozan@ozansener.com>

    Remove bold faces from mode-line
---
 afternoon-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/afternoon-theme.el b/afternoon-theme.el
index 048c132..f3c8a89 100644
--- a/afternoon-theme.el
+++ b/afternoon-theme.el
@@ -153,7 +153,7 @@
    `(flx-highlight-face ((,class (:inherit nil :foreground ,yellow :weight 
bold :underline nil))))
 
    ;; which-function
-   `(which-func ((,class (:foreground ,blue :background nil :weight bold))))
+   `(which-func ((,class (:foreground ,blue :background nil))))
 
    ;; Emacs interface
    `(cursor ((,class (:background ,orange))))
@@ -172,7 +172,7 @@
                                            :background ,current-line :weight 
normal
                                            :box (:line-width 1 :color 
,foreground)))))
    `(mode-line-emphasis ((,class (:foreground ,foreground :slant italic))))
-   `(mode-line-highlight ((,class (:foreground ,purple :box nil :weight 
bold))))
+   `(mode-line-highlight ((,class (:foreground ,purple :box nil))))
    `(minibuffer-prompt ((,class (:foreground ,blue))))
    `(region ((,class (:background ,selection))))
    `(secondary-selection ((,class (:background ,current-line))))



reply via email to

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