diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2026-05-08 22:15:15 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2026-05-08 22:25:51 +0200 |
| commit | 6c8a5814842a581ee8bb92a446b9e02a2a035f77 (patch) | |
| tree | eeade8696d7824012b5aa1721789cff02bb59d98 /init.el | |
| parent | 425c4453df2e4c44fd9629c236eae1fa43fbd246 (diff) | |
Switched theme from Catppuccin to Tokyo Night
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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)) |
