diff options
author | mattkae <mattkae@protonmail.com> | 2023-03-28 08:33:00 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2023-03-28 08:33:00 -0400 |
commit | 76f7dd02d1c3ac490cc026eab96d92902789cb24 (patch) | |
tree | 9c3e366d20b10d7f3e774a0b7647eab42eaddbab | |
parent | 01756486d650c3945f7f964313c4eb13ac700746 (diff) |
Changing the theme to something cuter
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ (use-package doom-themes :ensure t :config - (load-theme 'doom-one-light t) + (load-theme 'doom-ayu-mirage t) (doom-themes-org-config) ) |