configure modus-themes a bit more
This commit is contained in:
parent
7b5f1cc6b5
commit
817a52b5cf
|
@ -42,13 +42,15 @@
|
||||||
|
|
||||||
(use-package modus-themes
|
(use-package modus-themes
|
||||||
:ensure t
|
:ensure t
|
||||||
:config (load-theme 'modus-vivendi-tinted :no-confirm-loading))
|
:config
|
||||||
;; (use-package railscasts-reloaded-theme
|
(setq modus-themes-italic-constructs t)
|
||||||
;; :ensure t
|
(setq modus-themes-bold-constructs t)
|
||||||
;; :config (load-theme 'railscasts-reloaded :no-confirm-loading))
|
(setq modus-themes-common-palette-overrides
|
||||||
;; (use-package doom-themes
|
'(
|
||||||
;; :ensure t
|
;; highlight numbers!!!!!!
|
||||||
;; :config (load-theme 'doom-palenight :no-confirm-loading))
|
(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:
|
;; NOTE: Easy way to install the necessary nerd-icons fonts for this to work:
|
||||||
;; M-x nerd-icons-install-fonts
|
;; M-x nerd-icons-install-fonts
|
||||||
|
|
Loading…
Reference in a new issue