feat: Change theme to modus-vivendi and reorganize theme packages

Switch default theme from ef-dark to modus-vivendi. Reorganize theme
package declarations in config.org to group catppuccin after ef-themes.
```
This commit is contained in:
Zelong Kuang
2025-12-07 00:00:19 +11:00
parent 1cfd3a23f5
commit d74c8a9f96
3 changed files with 11 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
(add-to-list 'default-frame-alist '(width . 100))))
(setq catppuccin-flavor 'catppuccin)
(setq doom-theme 'ef-dark)
(setq doom-theme 'modus-vivendi)
(setq display-line-numbers-type 'relative)
(setq org-directory "~/org/")