emacs - commit all stale emacs config
[dotfiles.git] / emacs.d / config / init-mode-line.el
1
2 ;; maybe better to fix the size of line number rather scaled 0.8
3 ;; https://github.com/howardabrams/dot-files/blob/master/emacs.org
4 (custom-set-faces
5  '(mode-line ((t (:foreground "#030303" :background "#bdbdbd" :box nil :family "Source Code Pro for Powerline" :height 100))))
6  '(mode-line-inactive ((t (:foreground "#f9f9f9" :background "#666666" :box nil :family "Source Code Pro for Powerline" :height 100)))))
7
8
9 (provide 'init-mode-line)