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.el6
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