From 85999d253e44da30ede56145d1ed002aba0aacfc Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 10 Apr 2022 11:22:40 -0400 Subject: [PATCH] nvim: change theme --- home/neovim.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/home/neovim.nix b/home/neovim.nix index 3135d69..a43fa8c 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -15,9 +15,8 @@ lualine-nvim # Preferred theme - papercolor-theme - nightfox-nvim nvim-treesitter + aurora telescope-nvim telescope-zoxide @@ -32,8 +31,7 @@ extraConfig = '' set nobackup set termguicolors " 24-bit colors - set background=dark - colorscheme duskfox + colorscheme aurora " Use spave instead of \ as leader key, like doom-emacs map