feat: add back rose-pine

This commit is contained in:
Artur Manuel 2024-11-24 21:12:13 +00:00
commit caf0481d74
2 changed files with 3 additions and 3 deletions

View file

@ -43,9 +43,9 @@
(use-package which-key (use-package which-key
:init (which-key-mode 1)) :init (which-key-mode 1))
(use-package kanagawa-themes (use-package base16-theme
:init :init
(load-theme 'kanagawa-wave t)) (load-theme 'base16-rose-pine t))
(use-package nix-mode (use-package nix-mode
:mode "\\.nix\\'") :mode "\\.nix\\'")

View file

@ -32,7 +32,7 @@ in
mood-line mood-line
which-key which-key
helm helm
kanagawa-themes base16-theme
nix-mode nix-mode
rust-mode rust-mode
haskell-mode haskell-mode