summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--themes.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/modules/bd--themes.el')
-rw-r--r--.config/emacs/modules/bd--themes.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el
index 443352c..edecaa5 100644
--- a/.config/emacs/modules/bd--themes.el
+++ b/.config/emacs/modules/bd--themes.el
@@ -20,13 +20,13 @@ to.")
(set-face-attribute 'variable-pitch nil
:family "Dejavu Math TeX Gyre"
- :height 130)
+ :height 110)
(set-face-attribute 'fixed-pitch nil
- :family "DejaVu Sans Mono"
- :height 120)
+ :family "Terminus"
+ :height 110)
(set-face-attribute 'default nil
- :family "DejaVu Sans Mono"
- :height 130)
+ :family "Terminus"
+ :height 140)
(use-package modus-themes
@@ -40,7 +40,7 @@ to.")
and some other minor face changes."
(modus-themes-with-colors
(custom-set-faces
- `(mode-line ((,c :overline ,bg-button-active)))
+ `(mode-line ((,c :overline ,keyword)))
`(mode-line-inactive ((,c :overline ,bg-button-inactive)))
`(eshell-prompt ((,c :foreground ,fg-main :background ,bg-dim :height 1.1 :extend t))))))
(add-hook 'modus-themes-post-load-hook #'bd/modus-set-faces)