feat(gruvbox): replace rose-pine with gruvbox
This commit is contained in:
parent
fa51d5d93e
commit
b3bbb0a8c9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Using doom-themes here because Tokyo Night isn't on MELPA.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package base16-theme
|
(use-package base16-theme
|
||||||
:config)
|
:config)
|
||||||
(load-theme 'base16-rose-pine t)
|
(load-theme 'base16-gruvbox-dark-medium t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Doom Modeline
|
** Doom Modeline
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue