aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-11-28 17:54:47 -0500
committerBardofSprites <[email protected]>2024-11-28 17:54:47 -0500
commit5f798526ea054b0b2cca5791d667a87bd4332a7d (patch)
tree0ad2b6b2ed6311c7a57565e920530c3069560a87 /bard-emacs-modules
parentb9947e648262379839ffcf9ae4612b7890402ee9 (diff)
fix faces for tabs
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-theme.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el
index 6984195..57b78e9 100644
--- a/bard-emacs-modules/bard-emacs-theme.el
+++ b/bard-emacs-modules/bard-emacs-theme.el
@@ -55,7 +55,8 @@ The exact color values are taken from the active Ef theme."
`((fringe unspecified)
(bg-line-number-active bg-hl-line)
(bg-line-number-inactive unspecified)
- (fg-line-number-active fg-main)))
+ (fg-line-number-active fg-main)
+ (bg-tab-bar bg-dim)))
;; verbatim need higher contrast for org mode
(setq ef-elea-dark-palette-overrides
@@ -123,7 +124,7 @@ The exact color values are taken from the active Modus theme."
(bg-line-number-active bg-hl-line)
(bg-line-number-inactive unspecified)
(fg-line-number-active fg-main)
- ))
+ (bg-tab-bar bg-dim)))
;; org customization
(setq org-priority-faces
'((?A . (:inherit (bold next-error)))