From 97ed702d38ea979dadc34d99d0ea55a76676a58e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 12 Jul 2024 12:21:50 +0200 Subject: [PATCH] Switch nord scheme for Neovim to fix visibilty bug Closes #111, #109 --- themes/nord/neovim.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/nord/neovim.lua b/themes/nord/neovim.lua index fc2254e..27a68b1 100644 --- a/themes/nord/neovim.lua +++ b/themes/nord/neovim.lua @@ -1,9 +1,9 @@ return { - { "shaunsingh/nord.nvim" }, + { "EdenEast/nightfox.nvim" }, { "LazyVim/LazyVim", opts = { - colorscheme = "nord", + colorscheme = "nordfox", }, }, }