summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/init.el b/init.el
index aec05db..5328985 100644
--- a/init.el
+++ b/init.el
@@ -117,8 +117,10 @@
:config
(org-roam-db-autosync-mode))
-;; Catppuccin theme
-(load (locate-user-emacs-file "theme.el"))
+;; Emacs theme
+(use-package tokyonight-themes
+ :vc (:url "https://github.com/xuchengpeng/tokyonight-themes")
+ :config (load-theme 'tokyonight-moon :no-confirm))
(use-package company
:hook (after-init . company-mode))