From 3b8be3ede41a67e55f34d668d7c7eca92c637428 Mon Sep 17 00:00:00 2001 From: bard Date: Fri, 3 May 2024 12:29:26 -0400 Subject: hook for updating tab colors --- bard-emacs-modules/bard-emacs-theme.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bard-emacs-modules') diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el index d28fadc..49e1735 100644 --- a/bard-emacs-modules/bard-emacs-theme.el +++ b/bard-emacs-modules/bard-emacs-theme.el @@ -78,6 +78,7 @@ The exact color values are taken from the active Ef theme." '((prose-verbatim yellow-cooler))) (add-hook 'ef-themes-post-load-hook #'bard/ef-themes-hl-todo-faces) + (add-hook 'ef-themes-post-load-hook #'bard/tab-bar-vim-like-colors) (define-key global-map (kbd "M-") #'ef-themes-select) (setq ef-themes-to-toggle '(ef-winter ef-frost)) (setq ef-themes-mixed-fonts t) @@ -126,6 +127,7 @@ The exact color values are taken from the active Ef theme." (?C . (:inherit (shadow org-priority))))) (add-hook 'modus-themes-post-load-hook #'bard/modus-themes-hl-todo-faces) + (add-hook 'modus-themes-post-load-hook #'bard/tab-bar-vim-like-colors) (setq modus-themes-to-toggle '(modus-vivendi modus-operandi-tinted)) (setq modus-themes-mixed-fonts t) -- cgit v1.2.3