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
;; Default theme
(use-package zenburn-theme
:demand t
:config
(load-theme 'zenburn t))
;; (use-package zenburn-theme
;; :demand t
;; :config
;; (load-theme 'zenburn t))
(load-theme 'modus-operandi-tinted t)
;; Eshell
;; (use-package eshell