diff --git a/emacs/init.el b/emacs/init.el index fec7ffe..dc85c1c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -78,6 +78,18 @@ :ensure t :config (load-theme 'base16-atelier-cave t) + (dolist (face '(mode-line + mode-line-buffer-id + mode-line-emphasis + mode-line-highlight + mode-line-inactive + header-line + header-line-highlight)) + (set-face-attribute face nil + :family "tewi2a" + :height 90 + :weight 'normal + :width 'normal)) (set-face-attribute 'mode-line nil :background "#0a0a0a" :foreground "#92ebf0"))