diff options
| author | bd <bdunahu@operationnull.com> | 2024-12-19 01:36:13 -0500 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2024-12-19 01:36:13 -0500 |
| commit | 6ace355721c76ca3dc91819079809178a5b75822 (patch) | |
| tree | 036054eca1a170f1adeab4f978bebeaa2f60e1bb /.config/emacs/modules/bd--themes.el | |
| parent | ef5051ce34fd2639a85dd1532651109adcd00476 (diff) | |
Color active modeline more, add more modeline utilities
Diffstat (limited to '.config/emacs/modules/bd--themes.el')
| -rw-r--r-- | .config/emacs/modules/bd--themes.el | 12 |
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) |
