summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--themes.el
diff options
context:
space:
mode:
authorbd <bdunahu@colostate.edu>2024-03-31 01:13:13 -0600
committerbd <bdunahu@colostate.edu>2024-03-31 01:13:13 -0600
commitbafaf4a10d282fab68d3e1974f103f28f6f00560 (patch)
tree4f4a47b2e9cea2f14e853f9d991a55a2e194195e /.config/emacs/modules/bd--themes.el
parente2cf8ec17ea045955fd6970971468c90e6b038a0 (diff)
Move autoremove/desktop configuration, other minor cleanup
Diffstat (limited to '.config/emacs/modules/bd--themes.el')
-rw-r--r--.config/emacs/modules/bd--themes.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el
index aa07768..54e7710 100644
--- a/.config/emacs/modules/bd--themes.el
+++ b/.config/emacs/modules/bd--themes.el
@@ -31,10 +31,10 @@ to.")
(ef-themes-mixed-fonts t)
(ef-themes-variable-pitch-ui nil)
(ef-themes-headings
- '((0 variable-pitch bold 1.6)
- (1 variable-pitch bold 1.5)
- (2 variable-pitch regular 1.4)
- (3 variable-pitch regular 1.2)
+ '((0 variable-pitch bold 1.5)
+ (1 variable-pitch bold 1.4)
+ (2 variable-pitch regular 1.3)
+ (3 variable-pitch regular 1.1)
(t variable-pitch regular 1.0)))
(ef-themes-to-toggle '(ef-autumn ef-frost))