diff options
author | bd <bdunahu@operationnull.com> | 2024-11-12 19:45:49 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-11-12 19:47:51 -0500 |
commit | 37b2392d522045fad49deeb22682d9a86023605b (patch) | |
tree | c4ca7c5cc5111c76e9fa250434bab7f6d779cadc /.config/emacs/modules/bd--themes.el | |
parent | 26042331b4424ba3721d42970e7cafe741f96423 (diff) |
compact eshell prompt, refactor bd--shells
Diffstat (limited to '.config/emacs/modules/bd--themes.el')
-rw-r--r-- | .config/emacs/modules/bd--themes.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el index 135f77c..5aabb30 100644 --- a/.config/emacs/modules/bd--themes.el +++ b/.config/emacs/modules/bd--themes.el @@ -49,7 +49,7 @@ to.") (ef-themes-to-toggle '(ef-autumn ef-frost)) (ef-themes-common-palette-overrides '((bg-dim bg-main) - (bg-alt bg-main) + (bg-alt bg-inactive) (bg-tab-bar bg-main) (bg-tab-current bg-mode-line) (bg-tab-other bg-inactive))) @@ -59,6 +59,7 @@ to.") '((bg-main "#000000")))) (load-theme 'ef-winter :no-confirm) +(run-hooks 'ef-themes-post-load-hook) (provide 'bd--themes) |