summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2022-12-03 04:21:16 +0200
committerThanos Apollo <[email protected]>2022-12-03 04:21:16 +0200
commit8d750f872ac7be594139e2283e97911d9248d223 (patch)
tree6d00f4e7cf348b3161a3a206a76cdad76d3cb5d7 /.emacs.d/init.el
parentc9ddf5b27903c3a2de821cdd359ec9286b0b09d5 (diff)
Update theme
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index d0b65d1..8f69b67 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -111,7 +111,7 @@
(defvar eshell-path-env (getenv "~/.local/bin"))
(use-package general)
(use-package doom-themes
- :init (load-theme 'doom-dracula t))
+ :init (load-theme 'doom-ayu-dark t))
(use-package the-matrix-theme)