Added catppuccin to themes.
This commit is contained in:
@@ -1222,6 +1222,12 @@ the future.
|
|||||||
(load-theme 'solarized t))
|
(load-theme 'solarized t))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
I like using catppuccin from time to time as well.
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package catppuccin-theme :ensure t)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Modeline
|
** Modeline
|
||||||
|
|
||||||
Doom emacs has a great modeline in my opinion so I'm using theirs almost
|
Doom emacs has a great modeline in my opinion so I'm using theirs almost
|
||||||
|
|||||||
@@ -1212,6 +1212,12 @@ the future.
|
|||||||
(load-theme 'solarized t))
|
(load-theme 'solarized t))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
I like using catppuccin from time to time as well.
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package catppuccin-theme :ensure t)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Modeline
|
** Modeline
|
||||||
|
|
||||||
Doom emacs has a great modeline in my opinion so I'm using theirs almost
|
Doom emacs has a great modeline in my opinion so I'm using theirs almost
|
||||||
|
|||||||
Reference in New Issue
Block a user