Add: smart-mode-line (sml/) faces

This commit is contained in:
Adam Porter 2020-12-19 10:14:35 -06:00 committed by Emmanuel Bustos Torres
parent 028a01d11a
commit a231cf9072

View file

@ -958,6 +958,18 @@
((show-paren-match &inherit paren-face-match))
((show-paren-mismatch &inherit paren-face-mismatch))
;; smart-mode-line
(sml/charging :foreground green)
(sml/discharging :foreground yellow :weight 'bold)
(sml/filename :foreground violet :weight 'bold)
(sml/git :foreground blue)
(sml/modified :foreground cyan)
(sml/outside-modified :foreground cyan)
(sml/process :weight 'bold)
(sml/read-only :foreground cyan)
(sml/sudo :foreground orange :weight 'bold)
(sml/vc-edited :foreground green)
;; smartparens
(sp-pair-overlay-face :background region)