Use the current theme's faces for smart-mode-line
Auto-detecting faces is not bad, but nothing beats manually tuned theme faces.
This commit is contained in:
parent
1e0911c720
commit
8ef0d48991
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@
|
||||||
|
|
||||||
(require 'smart-mode-line)
|
(require 'smart-mode-line)
|
||||||
(setq sml/no-confirm-load-theme t)
|
(setq sml/no-confirm-load-theme t)
|
||||||
(setq sml/theme 'respectful)
|
;; delegate theming to the currently active theme
|
||||||
|
(setq sml/theme nil)
|
||||||
(add-hook 'after-init-hook #'sml/setup)
|
(add-hook 'after-init-hook #'sml/setup)
|
||||||
|
|
||||||
(provide 'prelude-ui)
|
(provide 'prelude-ui)
|
||||||
|
|
Loading…
Reference in a new issue