```
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:
12
config.org
12
config.org
@@ -29,15 +29,12 @@
|
||||
(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/")
|
||||
#+end_src
|
||||
|
||||
*** Themes
|
||||
#+begin_src emacs-lisp :tangle packages.el
|
||||
(package! catppuccin-theme)
|
||||
#+end_src
|
||||
**** ef-themes
|
||||
#+begin_src emacs-lisp :tangle packages.el
|
||||
(package! ef-themes)
|
||||
@@ -70,6 +67,13 @@
|
||||
;; ;; (modus-themes-load-theme 'ef-light)
|
||||
;; )
|
||||
#+end_src
|
||||
|
||||
**** catppuccin
|
||||
#+begin_src emacs-lisp :tangle packages.el
|
||||
(package! catppuccin-theme)
|
||||
#+end_src
|
||||
|
||||
|
||||
*** Nano modeline
|
||||
#+begin_src emacs-lisp :tangle no
|
||||
(package! nano-modeline)
|
||||
|
||||
Reference in New Issue
Block a user