diff options
Diffstat (limited to 'modules/emacs/README.org')
-rw-r--r-- | modules/emacs/README.org | 2 |
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) |