diff options
author | bd <bdunahu@operationnull.com> | 2024-11-29 18:34:33 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-11-29 18:34:33 -0500 |
commit | d7d14098236cac5678a17dc981a8d322fcbf1f67 (patch) | |
tree | 010d0e2ae8ebd3895aa8dce70892f13498d77e05 /.config | |
parent | 20cc1168f72c2e736b64671d38350048f0b1edce (diff) |
Theme the tab bar as before
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/modules/bd--themes.el | 8 |
1 files changed, 4 insertions, 4 deletions
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) |