emacs: Let's try a light theme
This commit is contained in:
parent
4f557c87c0
commit
819936c866
1 changed files with 4 additions and 1 deletions
|
@ -378,7 +378,10 @@ So is [[https://github.com/catppuccin/emacs][Catppuccin]]
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package catppuccin-theme
|
(use-package catppuccin-theme
|
||||||
:init
|
:init
|
||||||
(load-theme 'catppuccin :no-confirm))
|
(load-theme 'catppuccin :no-confirm)
|
||||||
|
:config
|
||||||
|
(setq catppuccin-flavor 'latte)
|
||||||
|
(catppuccin-reload))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Set fonts.
|
Set fonts.
|
||||||
|
|
Loading…
Reference in a new issue