From: Samir Benmendil Date: Sun, 17 Dec 2023 16:57:47 +0000 (+0000) Subject: nvim: switch to onenord colorscheme X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f1f04a8f54445f6df028cd8a4189277197e62e8a?ds=sidebyside nvim: switch to onenord colorscheme I don't rememeber exactly why I tried this, but it seems to look OK. --- 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