From b91267735cb388e860b8c42162b6a6566e49f242 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:38:16 -0400 Subject: ef common pallete overrides --- bard-emacs-modules/bard-emacs-theme.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bard-emacs-modules/bard-emacs-theme.el') 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" -- cgit v1.2.3