diff options
| author | BardofSprites <[email protected]> | 2025-01-08 17:51:55 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-01-08 17:51:55 -0500 |
| commit | df726bb18608eaf6402b0ead3e53c8470aad6317 (patch) | |
| tree | cf630b281f3ceaa93c42fff29cfc2c6cd14c9c98 | |
| parent | e4ef51e0558bd12df5027124b729f326a67d147f (diff) | |
switch to gruber
| -rw-r--r-- | bard-emacs-modules/bard-emacs-theme.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el index 57b78e9..0c492b3 100644 --- a/bard-emacs-modules/bard-emacs-theme.el +++ b/bard-emacs-modules/bard-emacs-theme.el @@ -131,7 +131,13 @@ The exact color values are taken from the active Modus theme." (?B . org-priority) (?C . (:inherit (shadow org-priority))))) - (load-theme 'modus-vivendi t)) + ;; (load-theme 'modus-vivendi t) + ) + +(use-package gruber-darker-theme + :ensure t + :config + (bard/select-theme 'gruber-darker)) ;;;; Fonts (use-package fontaine |
