all repos — archive/dotfiles @ f82a7e7fcc485555f07cb5c9ca5e99e06ee04876

Superseded by nixfiles

Emacs: Don't italicise font-lock strings in white-theme
Alan Pearce alan@alanpearce.eu
Mon, 19 Jun 2017 12:30:21 +0200
commit

f82a7e7fcc485555f07cb5c9ca5e99e06ee04876

parent

c8b91e75cb3692b438d9c728080b15112b4e9989

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

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -191,7 +191,8 @@ (load-theme 'white t)             (custom-theme-set-faces 'user
                                     '(git-gutter-fr:added ((t (:foreground "#96a4ab"))))
                                     '(git-gutter-fr:modified ((t (:foreground "#96a4ab"))))
-                                    '(git-gutter-fr:deleted ((t (:foreground "#96a4ab")))))))
+                                    '(git-gutter-fr:deleted ((t (:foreground "#96a4ab"))))
+                                    '(font-lock-string-face ((t (:slant normal)))))))
 #+END_SRC
 
 Highlighting quasi-quoted expressions in lisps is quite useful, but I