private/hlissner: refactor + update

This commit is contained in:
Henrik Lissner 2017-12-09 14:49:29 -05:00
parent cd7bd7628f
commit 13561c3ddf
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 26 additions and 18 deletions

View file

@ -31,6 +31,9 @@
doom-neotree-chevron-size 0.6
org-ellipsis "")
(custom-set-faces
'(doom-modeline-bar ((t (:background nil)))))
(add-hook! doom-big-font-mode
(setq +doom-modeline-height (if doom-big-font-mode 37 23))))
@ -39,5 +42,12 @@
doom-variable-pitch-font (font-spec :family "Fira Sans")
doom-unicode-font (font-spec :family "DejaVu Sans Mono"))
;; Since Fira Mono doesn't have an italicized variant, highlight it instead
(add-hook! doom-post-init
(set-face-attribute 'italic nil
:weight 'ultra-light
:foreground "#ffffff"
:background (doom-color 'current-line)))
(add-hook! doom-big-font-mode
(setq +doom-modeline-height (if doom-big-font-mode 37 29)))))