summaryrefslogtreecommitdiff
path: root/modules/emacs
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2024-11-21 17:33:42 -0300
committerLeonardo Santiago <[email protected]>2024-11-21 17:33:42 -0300
commite29038c6c00a3141634dece157eb3234d5bdab9d (patch)
tree346d5b8d304696e71f40b7f5ebaf30880160562a /modules/emacs
parentc5d18a901f615cca76cfbf95f75a38e7631e5cd5 (diff)
update emacs theme
Diffstat (limited to 'modules/emacs')
-rw-r--r--modules/emacs/README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/emacs/README.org b/modules/emacs/README.org
index 1cdce7d..20528cf 100644
--- a/modules/emacs/README.org
+++ b/modules/emacs/README.org
@@ -36,7 +36,7 @@ You can also use it as a ~nixosModule~, in order to add additional packages like
(use-package modus-themes
:ensure t)
;; (use-package kanagawa-theme)
-(load-theme 'leuven-dark t)
+(load-theme 'modus-operandi-tinted t)
(add-hook 'after-make-frame-functions
(lambda (frame)