From d73b21e6e119ca4e29285fc097505be18ebd7bf3 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 5 Mar 2024 15:05:58 -0500 Subject: [PATCH] vim: new theme --- home/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/neovim.nix b/home/neovim.nix index 18aef2c..22c9125 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -3,7 +3,7 @@ enable = true; # Theme - colorschemes.ayu.enable = true; + colorschemes.tokyonight.enable = true; # Settings options = {