diff options
| author | BardofSprites <[email protected]> | 2024-10-06 21:38:16 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-10-06 21:38:16 -0400 |
| commit | b91267735cb388e860b8c42162b6a6566e49f242 (patch) | |
| tree | 4a73bf385ee8dc2e10939138a5fc96cfcd48f089 /bard-emacs-modules | |
| parent | af7f789618cc8c1b334766285c562f2854c21c40 (diff) | |
ef common pallete overrides
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-theme.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el index e688e5d..ef84a63 100644 --- a/bard-emacs-modules/bard-emacs-theme.el +++ b/bard-emacs-modules/bard-emacs-theme.el @@ -48,6 +48,13 @@ The exact color values are taken from the active Ef theme." (agenda-structure . (variable-pitch light 1.9)) (t . 1.1))) + ;; better faces in overrides + (setq ef-themes-common-palette-overrides + `((fringe unspecified) + (bg-line-number-active bg-hl-line) + (bg-line-number-inactive unspecified) + (fg-line-number-active fg-main))) + ;; verbatim need higher contrast for org mode (setq ef-elea-dark-palette-overrides '((prose-verbatim yellow-cooler))) @@ -181,6 +188,7 @@ The exact color values are taken from the active Modus theme." :variable-pitch-family "Berkeley Mono" :fixed-pitch-family "Berkeley Mono" :mode-line-active-family "Berkeley Mono" + :mode-line-inactive-family "Berkeley Mono" ) (t :default-family "Monospace" |
