branch: elpa/apropospriate-theme
commit bf984d33d63d26f748227edae0742ddb66adc2ff
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
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))))