ui/doom: tweak doom-themes settings

This commit is contained in:
Henrik Lissner 2017-05-11 21:46:47 +02:00
parent c46c247c77
commit 3ee1108c4a

View file

@ -41,6 +41,8 @@
;; <https://github.com/hlissner/emacs-doom-theme> ;; <https://github.com/hlissner/emacs-doom-theme>
(def-package! doom-themes :demand t (def-package! doom-themes :demand t
:config :config
(setq doom-one-linum-height 0.9)
(load-theme +doom-theme t) (load-theme +doom-theme t)
;; Since Fira Mono doesn't have an italicized variant, highlight it instead ;; Since Fira Mono doesn't have an italicized variant, highlight it instead
@ -89,7 +91,7 @@
(doom-themes-neotree-config) (doom-themes-neotree-config)
(setq doom-neotree-enable-variable-pitch t (setq doom-neotree-enable-variable-pitch t
doom-neotree-file-icons 'simple doom-neotree-file-icons 'simple
doom-neotree-line-spacing 3) doom-neotree-line-spacing 2)
;; Add line-highlighting to nlinum ;; Add line-highlighting to nlinum
(doom-themes-nlinum-config)) (doom-themes-nlinum-config))