all repos — archive/dotfiles @ 3003eede7cd7f0fab0374dfe9bbd650095e560b6

Superseded by nixfiles

Emacs: Tweak theme
Alan Pearce alan@alanpearce.eu
Sun, 18 Feb 2018 18:06:29 +0100
commit

3003eede7cd7f0fab0374dfe9bbd650095e560b6

parent

b26312bf138d8843216610ddf7b7251c58b4efdb

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -151,7 +151,7 @@ (custom-theme-set-faces 'user                                     '(git-gutter-fr:added ((t (:foreground "#b8b8b8"))))
                                     '(git-gutter-fr:modified ((t (:foreground "#b8b8b8"))))
                                     '(git-gutter-fr:deleted ((t (:foreground "#b8b8b8"))))
-                                    '(font-lock-string-face ((t (:slant normal)))))))
+                                    '(mode-line ((t (:height 1.0)))))))
 
 ;; Highlighting quasi-quoted expressions in lisps is quite useful, but I
 ;; don't need it all the time.  I'll keep it around for a while so that I