From 6c8a5814842a581ee8bb92a446b9e02a2a035f77 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Fri, 8 May 2026 22:15:15 +0200 Subject: Switched theme from Catppuccin to Tokyo Night --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'init.el') 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)) -- cgit v1.3.1