From cf63c4329492097e922c335a615387ca90518c8e Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 30 Mar 2024 01:26:31 -0600 Subject: Small modifications to themes --- .config/emacs/modules/bd--themes.el | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el index 0a79d2b..aa07768 100644 --- a/.config/emacs/modules/bd--themes.el +++ b/.config/emacs/modules/bd--themes.el @@ -29,7 +29,7 @@ to.") (mapc #'disable-theme custom-enabled-themes) :custom (ef-themes-mixed-fonts t) - (ef-themes-variable-pitch-ui t) + (ef-themes-variable-pitch-ui nil) (ef-themes-headings '((0 variable-pitch bold 1.6) (1 variable-pitch bold 1.5) @@ -37,14 +37,18 @@ to.") (3 variable-pitch regular 1.2) (t variable-pitch regular 1.0))) - (ef-themes-to-toggle '(ef-winter ef-summer)) + (ef-themes-to-toggle '(ef-autumn ef-frost)) (ef-themes-common-palette-overrides '((bg-mode-line bg-main) (fg-mode-line fg-main) (bg-alt bg-main))) (ef-winter-palette-overrides + '((bg-main "#000000"))) + (ef-bio-palette-overrides + '((bg-main "#000000"))) + (ef-autumn-palette-overrides '((bg-main "#000000")))) -(load-theme 'ef-dark :no-confirm) +(load-theme 'ef-autumn :no-confirm) (provide 'bd--themes) -- cgit v1.2.3