diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-16 11:50:40 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-16 11:50:40 +0100 |
commit | 104124b528719d71897eeba3a21858a9ebdc5a84 (patch) | |
tree | 00f118fb388bd1c785e99c2851d8df396cf4aadf | |
parent | f7e8589c7557314720dfde3893575f89a30cdc7b (diff) |
theme: Default to light theme.
-rw-r--r-- | init.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=. |