]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: switch to onenord colorscheme
authorSamir Benmendil <me@rmz.io>
Sun, 17 Dec 2023 16:57:47 +0000 (16:57 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 17 Dec 2023 17:36:20 +0000 (17:36 +0000)
I don't rememeber exactly why I tried this, but it seems to look OK.

nvim/lua/plugins/colorscheme.lua

index 86440477c376db995d2932397ab35b7174f41d86..8e1ae25dd2ba222b4a7290f274135b6a866315b7 100644 (file)
@@ -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