summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-03-16 11:50:40 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-03-16 11:50:40 +0100
commit104124b528719d71897eeba3a21858a9ebdc5a84 (patch)
tree00f118fb388bd1c785e99c2851d8df396cf4aadf
parentf7e8589c7557314720dfde3893575f89a30cdc7b (diff)
theme: Default to light theme.
-rw-r--r--init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.org b/init.org
index 26b21c1..46bde48 100644
--- a/init.org
+++ b/init.org
@@ -189,7 +189,7 @@ The Modus themes look pretty nice.
(setq modus-themes-bold-constructs t)
(setq modus-themes-org-blocks 'gray-background)
(setq modus-themes-variable-pitch-headings t)
-(load-theme 'modus-vivendi t)
+(load-theme 'modus-operandi t)
#+END_SRC
Dired mode becomes much prettier with =all-the-icons=.