git.fiddlerwoaroof.com
Browse code

chore(emacs): fix styling of the mode line

Edward authored on 07/11/2021 08:24:25
Showing 1 changed files
... ...
@@ -181,12 +181,15 @@ Also bind `class' to ((class color) (min-colors 89))."
181 181
    `(fringe ((t (:inherit fwoar-zenburn-face))))
182 182
    `(line-number ((t (:foreground unspecified :background unspecified :inherit fwoar-zenburn-face))))
183 183
    `(line-number-current-line ((t (:foreground ,zenburn-blue+1 :inherit fwoar-zenburn-1-face))))
184
+
185
+   ;; mode line
184 186
    `(mode-line-highlight ((t nil)))
185
-   `(mode-line ((t (:background unspecified :foreground unspecified :box nil :overline ,zenburn-fg
186
-                                :inherit (fwoar-zenburn-1-face variable-pitch)))))
187
+   `(mode-line ((t (:background unspecified:foreground unspecified :box nil :overline ,zenburn-fg
188
+                                :weight semibold :inherit (fwoar-zenburn-1-face variable-pitch)))))
187 189
    `(mode-line-inactive ((t (:background unspecified :foreground unspecified :box nil :overline ,zenburn-fg-1
188 190
                                          :inherit fwoar-zenburn-1-face))))
189 191
    `(mode-line-buffer-id ((t (:foreground ,zenburn-blue-2))))
192
+
190 193
    `(region ((t (:foreground unspecified :background unspecified :inverse-video t))))
191 194
    `(tool-bar ((t (:background unspecified :foreground unspecified :box nil :inherit fwoar-zenburn+2-face))))
192 195
    `(vertical-border ((t (:foreground "slate gray"))))