summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--themes.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-07-19 20:29:45 -0600
committerbd <bdunahu@operationnull.com>2024-07-19 20:29:45 -0600
commit4e11e4d3ce45a3e76a07d966909c2cb5cb6479b1 (patch)
tree420a5bbffee12c464eac1b7c52ce67ef28b34830 /.config/emacs/modules/bd--themes.el
parent527c88c67c15a33f58ac5e59bb878092bf94dd8c (diff)
Cleanup unnecessary emacs packages
Diffstat (limited to '.config/emacs/modules/bd--themes.el')
-rw-r--r--.config/emacs/modules/bd--themes.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el
index 82ee86a..9f7f404 100644
--- a/.config/emacs/modules/bd--themes.el
+++ b/.config/emacs/modules/bd--themes.el
@@ -46,7 +46,7 @@ to.")
(3 variable-pitch regular 1.1)
(t variable-pitch regular 1.0)))
- (ef-themes-to-toggle '(ef-winter ef-frost))
+ (ef-themes-to-toggle '(ef-autumn ef-frost))
(ef-themes-common-palette-overrides
'((bg-mode-line bg-main)
(fg-mode-line fg-main)
@@ -62,7 +62,7 @@ to.")
(ef-autumn-palette-overrides
'((bg-main "#000000"))))
-(load-theme 'ef-winter :no-confirm)
+(load-theme 'ef-autumn :no-confirm)
(provide 'bd--themes)
;;; bd-themes ends here