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
:init (which-key-mode 1))
(use-package kanagawa-themes
(use-package base16-theme
:init
(load-theme 'kanagawa-wave t))
(load-theme 'base16-rose-pine t))
(use-package nix-mode
:mode "\\.nix\\'")