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

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

[nongnu] elpa/apropospriate-theme bf984d3 051/118: make mode-line font s


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme bf984d3 051/118: make mode-line font slightly smaller
Date: Thu, 21 Oct 2021 18:02:21 -0400 (EDT)

branch: elpa/apropospriate-theme
commit bf984d33d63d26f748227edae0742ddb66adc2ff
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    make mode-line font slightly smaller
---
 apropospriate.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/apropospriate.el b/apropospriate.el
index cdf4aae..dbd4ab0 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -137,15 +137,15 @@
      `(font-lock-type-face ((,class (:foreground ,orange))))
      `(font-lock-variable-name-face ((,class (:foreground ,teal))))
      `(font-lock-warning-face ((,class (:foreground ,red))))
-     `(mode-line ((,class (:box (:line-width 4 :color ,light-emphasis :style 
nil) :background ,base00-2 :foreground ,base03))))
-     `(mode-line-inactive ((,class (:box (:line-width 4 :color ,base00+1 
:style nil) :background ,base00+1 :foreground ,base02))))
+     `(mode-line ((,class (:box (:line-width 4 :color ,light-emphasis :style 
nil) :background ,base00-2 :foreground ,base03 :height 0.95))))
+     `(mode-line-inactive ((,class (:box (:line-width 4 :color ,base00+1 
:style nil) :background ,base00+1 :foreground ,base02 :height 0.95))))
      `(mode-line-buffer-id ((,class (:foreground unspecified :background 
nil))))
      `(mode-line-emphasis ((,class (:foreground ,base02 :slant italic))))
-     `(mode-line-highlight ((,class (:foreground ,base02 :box nil :weight 
bold))))
-     `(powerline-active1 ((,class (:background ,base00))))
-     `(powerline-active2 ((,class (:background ,base00+1))))
-     `(powerline-inactive1 ((,class (:background ,base00+1))))
-     `(powerline-inactive2 ((,class (:background ,base00+1))))
+     `(mode-line-highlight ((,class (:foreground ,base02 :box nil))))
+     `(powerline-active1 ((,class (:background ,base00 :height 0.95))))
+     `(powerline-active2 ((,class (:background ,base00+1 :height 0.95))))
+     `(powerline-inactive1 ((,class (:background ,base00+1 :height 0.95))))
+     `(powerline-inactive2 ((,class (:background ,base00+1 :height 0.95))))
      `(alert-trivial-face ((,class (:inherit nil :foreground nil :background 
nil))))
      `(anzu-mode-line ((,class (:foreground ,yellow))))
      `(persp-selected-face ((,class (:foreground ,base03))))



reply via email to

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