From d7d14098236cac5678a17dc981a8d322fcbf1f67 Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 29 Nov 2024 18:34:33 -0500 Subject: Theme the tab bar as before --- .config/emacs/modules/bd--themes.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/emacs') diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el index 50bf1ad..c2a090f 100644 --- a/.config/emacs/modules/bd--themes.el +++ b/.config/emacs/modules/bd--themes.el @@ -59,10 +59,10 @@ to.") (mapcar (lambda (x) (cons (car x) (alist-get (cdr x) modus-themes-vivendi-colors))) '((bg-dim . bg-main) - (bg-alt . bg-inactive) - (bg-tab-bar . bg-main) - (bg-tab-current . bg-active) - (bg-tab-other . bg-inactive))))) + (bg-active . bg-main) + (bg-tab-inactive-alt-accent . bg-main) + (bg-tab-active . bg-active-accent) + (bg-tab-inactive . bg-inactive))))) (load-theme 'modus-vivendi :no-confirm) (run-hooks 'modus-themes-post-load-hook) -- cgit v1.2.3