diff options
| author | bard <[email protected]> | 2024-05-03 12:29:26 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-05-03 12:29:26 -0400 |
| commit | 3b8be3ede41a67e55f34d668d7c7eca92c637428 (patch) | |
| tree | 92534c8f1195940458f8eb98e52f64811636bf79 /bard-emacs-modules/bard-emacs-theme.el | |
| parent | 6002ca7dfb1f6ddcff982802fc6c59759e686378 (diff) | |
hook for updating tab colors
Diffstat (limited to 'bard-emacs-modules/bard-emacs-theme.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-theme.el | 2 |
1 files changed, 2 insertions, 0 deletions
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-<f5>") #'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) |
