]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
add grey colorscheme
authorAlexander Goussas <[email protected]>
Fri, 28 Feb 2025 03:40:47 +0000 (22:40 -0500)
committerAlexander Goussas <[email protected]>
Fri, 28 Feb 2025 03:40:47 +0000 (22:40 -0500)
nvim/.config/nvim/init.lua
nvim/.config/nvim/lazy-lock.json

index 5da0c0f185ca2e16635d151a1d05fec9bb68f197..d88fbd43f7730529220df1106e032f70b700a36b 100644 (file)
@@ -67,19 +67,27 @@ require("lazy").setup({
             preview = false,
           }
         })
+
+        telescope.load_extension('grey')
       end
     },
     {
-      "miikanissi/modus-themes.nvim", 
-      priority = 1000,
+      'lunacookies/vim-colors-xcode',
       config = function()
-        vim.cmd[[colorscheme modus_vivendi]]
+        vim.cmd[[colorscheme xcodehc]]
       end
     },
     {
-      'lunacookies/vim-colors-xcode',
+      'yorickpeterse/nvim-grey',
       config = function()
-        vim.cmd[[colorscheme xcodehc]]
+        vim.cmd[[colorscheme grey]]
+      end
+    },
+    {
+      "miikanissi/modus-themes.nvim", 
+      priority = 1000,
+      config = function()
+        vim.cmd[[colorscheme modus_operandi]]
       end
     },
     {
index 6f0b6aedc043a71fa3ef78ecade9d0832150d29a..bc5d94ca3287f00c0e9cbca3a25a305d7992d816 100644 (file)
@@ -5,6 +5,7 @@
   "modus-themes.nvim": { "branch": "master", "commit": "9f0343bcb3be4dd5545624db135f2b1c369e7ce4" },
   "noice.nvim": { "branch": "main", "commit": "eaed6cc9c06aa2013b5255349e4f26a6b17ab70f" },
   "nui.nvim": { "branch": "main", "commit": "53e907ffe5eedebdca1cd503b00aa8692068ca46" },
+  "nvim-grey": { "branch": "main", "commit": "197707ef88bc3fd62d743723d9213fcb1f9238ec" },
   "nvim-lspconfig": { "branch": "master", "commit": "ff2b85abaa810f6611233dbe6d31c07510ebf43d" },
   "nvim-notify": { "branch": "master", "commit": "29b33efc802a304b1cf13ab200915d4e9e67373d" },
   "nvim-treesitter": { "branch": "master", "commit": "ac6a72a6f83218216948e898362f09029b8035dc" },