all repos — nixfiles @ 3003eede7cd7f0fab0374dfe9bbd650095e560b6

System and user configuration, managed by nix and home-manager

Emacs: Tweak theme

Alan Pearce
commit

3003eede7cd7f0fab0374dfe9bbd650095e560b6

parent

b26312bf138d8843216610ddf7b7251c58b4efdb

1 file changed, 1 insertion(+), 1 deletion(-)

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