summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-03-28 08:33:00 -0400
committermattkae <mattkae@protonmail.com>2023-03-28 08:33:00 -0400
commit76f7dd02d1c3ac490cc026eab96d92902789cb24 (patch)
tree9c3e366d20b10d7f3e774a0b7647eab42eaddbab
parent01756486d650c3945f7f964313c4eb13ac700746 (diff)
Changing the theme to something cuter
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 22df99f..06eb12a 100644
--- a/init.el
+++ b/init.el
@@ -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)
)