jasonm23 / emacs-select-themes

Emacs select theme
MIT License
7 stars 2 forks source link

Add a select-themes-hook? #2

Open meedstrom opened 2 months ago

meedstrom commented 2 months ago

Hi! It seems natural to have a hook. Often I override some aspects of every theme, after loading them. Examples:

(add-hook 'doom-load-theme-hook #'prism-set-colors)
(add-hook 'doom-load-theme-hook
          (defun my-theme-mods-org ()
            (after! org-roam
              (set-face-attribute 'org-roam-title nil :height 1.5))))
jasonm23 commented 2 months ago

Thanks, I'll happily review a PR.