emacs: changed tokyo-night to rose-pine
This commit is contained in:
parent
5f3439280c
commit
53d57a2d3a
2 changed files with 4 additions and 12 deletions
|
@ -30,17 +30,9 @@ May or may not need nerd fonts for some of the below packages. 8)
|
|||
** Theme
|
||||
Using doom-themes here because Tokyo Night isn't on MELPA.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package doom-themes
|
||||
:config
|
||||
(setq doom-themes-enable-bold t
|
||||
doom-themes-enable-italic t)
|
||||
(load-theme 'doom-tokyo-night t)
|
||||
|
||||
(doom-themes-visual-bell-config)
|
||||
(doom-themes-neotree-config)
|
||||
(setq doom-themes-treemacs-theme "doom-tokyo-night")
|
||||
(doom-themes-treemacs-config)
|
||||
(doom-themes-org-config))
|
||||
(use-package base16-theme
|
||||
:config)
|
||||
(load-theme 'base16-rose-pine t)
|
||||
#+END_SRC
|
||||
|
||||
** Doom Modeline
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgs.emacsWithPackagesFromUsePackage {
|
|||
e: with e; [
|
||||
treesit-grammars.with-all-grammars
|
||||
nix-ts-mode
|
||||
doom-themes
|
||||
base16-theme
|
||||
vertico
|
||||
orderless
|
||||
marginalia
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue