configure modus-themes a bit more
This commit is contained in:
parent
7b5f1cc6b5
commit
817a52b5cf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue