diff options
author | bd <bdunahu@operationnull.com> | 2024-12-18 22:08:16 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-12-18 22:08:16 -0500 |
commit | ef5051ce34fd2639a85dd1532651109adcd00476 (patch) | |
tree | c1d248f78b940299d006744f4a3c952773318f99 /.config/emacs/modules/bd--themes.el | |
parent | c7000278bb6e37e1328db7e3033a37e075ad7889 (diff) |
Remove web browser, other outdated config
Diffstat (limited to '.config/emacs/modules/bd--themes.el')
-rw-r--r-- | .config/emacs/modules/bd--themes.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el index d6f716f..443352c 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 120) + :height 130) (set-face-attribute 'fixed-pitch nil :family "DejaVu Sans Mono" :height 120) (set-face-attribute 'default nil :family "DejaVu Sans Mono" - :height 140) + :height 130) (use-package modus-themes @@ -42,8 +42,6 @@ and some other minor face changes." (custom-set-faces `(mode-line ((,c :overline ,bg-button-active))) `(mode-line-inactive ((,c :overline ,bg-button-inactive))) - `(hl-line ((,c :background nil :underline ,fg-main))) - `(line-number-current-line ((,c :underline ,fg-main))) `(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) :custom |