]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/colorscheme.lua
nvim: allow normal mode in lsp.rename() popup
[dotfiles.git] / nvim / lua / plugins / colorscheme.lua
index 613df5eb8d91d8b5363ed47d5ecff12ac4f68f9b..8e1ae25dd2ba222b4a7290f274135b6a866315b7 100644 (file)
@@ -2,8 +2,8 @@
 return {
   {
     "LazyVim",
 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
   },
   {
     -- this meta plugin can be used to install all colorschemes to test with telescope
@@ -65,7 +65,17 @@ return {
           },
         },
       },
           },
         },
       },
-      { "shaunsingh/nord.nvim"},
+      {
+        "shaunsingh/nord.nvim",
+        dev = true,
+        init = function()
+          vim.g.nord_contrats = true
+          vim.g.nord_borders = true
+          vim.g.nord_bold = false
+          vim.g.nord_uniform_diff_background = false
+          vim.g.nord_disable_background = false
+        end,
+      },
       -- conflicts with above
       -- { "gbprod/nord.nvim"},
     },
       -- conflicts with above
       -- { "gbprod/nord.nvim"},
     },