use modus-operandi instead of zenburn

This commit is contained in:
Mateus Rodrigues
2023-11-27 12:10:10 +00:00
parent 07ba76396b
commit eeb081e2d8

View File

@@ -10,10 +10,12 @@
;;;; Load my packages ;;;; Load my packages
;; Default theme ;; Default theme
(use-package zenburn-theme ;; (use-package zenburn-theme
:demand t ;; :demand t
:config ;; :config
(load-theme 'zenburn t)) ;; (load-theme 'zenburn t))
(load-theme 'modus-operandi-tinted t)
;; Eshell ;; Eshell
;; (use-package eshell ;; (use-package eshell