From 3b8b0216404d0d999e8816f4849ccdb19b40d767 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 17 Dec 2023 16:57:47 +0000 Subject: [PATCH] nvim: switch to onenord colorscheme I don't rememeber exactly why I tried this, but it seems to look OK. --- nvim/lua/plugins/colorscheme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/lua/plugins/colorscheme.lua b/nvim/lua/plugins/colorscheme.lua index 8644047..8e1ae25 100644 --- a/nvim/lua/plugins/colorscheme.lua +++ b/nvim/lua/plugins/colorscheme.lua @@ -2,8 +2,8 @@ return { { "LazyVim", - opts = { colorscheme = "catppuccin-mocha" }, - dependencies = { "catppuccin" }, + opts = { colorscheme = "onenord" }, + dependencies = { "onenord.nvim" }, }, { -- this meta plugin can be used to install all colorschemes to test with telescope -- 2.48.1