diff options
Diffstat (limited to 'themes/WIP-theme.el')
| -rw-r--r-- | themes/WIP-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el index 2f8abeb6..7837f01e 100644 --- a/themes/WIP-theme.el +++ b/themes/WIP-theme.el @@ -39,9 +39,9 @@ '(region ((t (:background "#424f5e")))) '(hl-line ((t (:inherit highlight :background "#222223")))) '(highlight ((t (:foreground "#dab53d" :background "#424f5e" :distant-foreground "#100f0f")))) - '(mode-line ((t (:foreground "#cbd0d6" :background "#424f5e" :box (:line-width 1 :color "#a9b2bb"))))) + '(mode-line ((t (:foreground "#cbd0d6" :background "#424f5e" :height 130 :box (:line-width 1 :color "#a9b2bb"))))) '(mode-line-highlight ((t (:foreground "#e6ce88" :background "#424f5e")))) - '(mode-line-inactive ((t (:inherit mode-line :foreground "#100f0f" :height 2 :box (:line-width 1 :color "#54677d"))))) + '(mode-line-inactive ((t (:inherit mode-line :foreground "#100f0f" :box (:line-width 1 :color "#54677d"))))) '(fringe ((t (:foreground "#f3e7c5" :weight bold)))) '(line-number ((t (:foreground "#54677d")))) '(line-number-current-line ((t (:foreground "#e6ce88")))) |
