From b94ac614c320b43d8a3b005eee7feba616f4b586 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 22 Oct 2024 16:45:20 -0400 Subject: [PATCH] neovim: switch theme, for light terminal --- modules/home/all/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/all/neovim.nix b/modules/home/all/neovim.nix index 80650c4..5bd716e 100644 --- a/modules/home/all/neovim.nix +++ b/modules/home/all/neovim.nix @@ -11,7 +11,7 @@ in enable = true; # Theme - colorschemes.tokyonight.enable = true; + colorschemes.rose-pine.enable = true; # Settings opts = {