;; maybe better to fix the size of line number rather scaled 0.8 ;; https://github.com/howardabrams/dot-files/blob/master/emacs.org (custom-set-faces '(mode-line ((t (:foreground "#030303" :background "#bdbdbd" :box nil :family "Source Code Pro for Powerline" :height 100)))) '(mode-line-inactive ((t (:foreground "#f9f9f9" :background "#666666" :box nil :family "Source Code Pro for Powerline" :height 100))))) (provide 'init-mode-line)