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