diff options
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) |