From 817a52b5cf63abdabc4f26fef962a733a7a0720b Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 8 Dec 2024 14:00:02 -0500 Subject: [PATCH] configure modus-themes a bit more --- emacs.d/ui.el | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/emacs.d/ui.el b/emacs.d/ui.el index 36287e5..46ff6a0 100644 --- a/emacs.d/ui.el +++ b/emacs.d/ui.el @@ -42,13 +42,15 @@ (use-package modus-themes :ensure t - :config (load-theme 'modus-vivendi-tinted :no-confirm-loading)) -;; (use-package railscasts-reloaded-theme -;; :ensure t -;; :config (load-theme 'railscasts-reloaded :no-confirm-loading)) -;; (use-package doom-themes -;; :ensure t -;; :config (load-theme 'doom-palenight :no-confirm-loading)) + :config + (setq modus-themes-italic-constructs t) + (setq modus-themes-bold-constructs t) + (setq modus-themes-common-palette-overrides + '( + ;; highlight numbers!!!!!! + (number yellow-warmer) + )) + (load-theme 'modus-vivendi-tinted :no-confirm-loading)) ;; NOTE: Easy way to install the necessary nerd-icons fonts for this to work: ;; M-x nerd-icons-install-fonts