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
|
** Theme
|
||||||
Using doom-themes here because Tokyo Night isn't on MELPA.
|
Using doom-themes here because Tokyo Night isn't on MELPA.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package doom-themes
|
(use-package base16-theme
|
||||||
:config
|
:config)
|
||||||
(setq doom-themes-enable-bold t
|
(load-theme 'base16-rose-pine 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))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Doom Modeline
|
** Doom Modeline
|
||||||
|
|
|
@ -9,7 +9,7 @@ pkgs.emacsWithPackagesFromUsePackage {
|
||||||
e: with e; [
|
e: with e; [
|
||||||
treesit-grammars.with-all-grammars
|
treesit-grammars.with-all-grammars
|
||||||
nix-ts-mode
|
nix-ts-mode
|
||||||
doom-themes
|
base16-theme
|
||||||
vertico
|
vertico
|
||||||
orderless
|
orderless
|
||||||
marginalia
|
marginalia
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue