diff options
author | bd <bdunahu@operationnull.com> | 2024-10-27 21:11:19 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-10-27 21:11:19 -0400 |
commit | 05791ee8b63f37513fb1eaf1dcef77de5227994d (patch) | |
tree | 90c2c3838945b91f7ce26821b1f3d0d5a83db12c /.config/emacs/modules/bd--themes.el | |
parent | 70507e97d5a5523c2667638f09208d47fdbcf670 (diff) |
read desc: browsing+bookmarking interface, remove popper, no work...
browsing+bookmarking interface, remove popper, no workspaces only tabs, custom password-store, exwm use window title, colonq selector, theme changes
Diffstat (limited to '.config/emacs/modules/bd--themes.el')
-rw-r--r-- | .config/emacs/modules/bd--themes.el | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el index 9f7f404..220b181 100644 --- a/.config/emacs/modules/bd--themes.el +++ b/.config/emacs/modules/bd--themes.el @@ -48,21 +48,18 @@ to.") (ef-themes-to-toggle '(ef-autumn ef-frost)) (ef-themes-common-palette-overrides - '((bg-mode-line bg-main) - (fg-mode-line fg-main) - (bg-dim bg-main) + '((bg-dim bg-main) (bg-alt bg-main) (bg-tab-bar bg-main) - (bg-tab-current bg-main) + (bg-tab-current bg-mode-line) (bg-tab-other bg-inactive))) - (ef-winter-palette-overrides - '((bg-main "#000000"))) (ef-bio-palette-overrides '((bg-main "#000000"))) (ef-autumn-palette-overrides '((bg-main "#000000")))) -(load-theme 'ef-autumn :no-confirm) +(load-theme 'ef-winter :no-confirm) + (provide 'bd--themes) ;;; bd-themes ends here |