From a4b8c291c452ddc0339015112d7a39918f3a686b Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Sun, 7 Jun 2026 16:16:27 +0100 Subject: color scheme change --- lua/config/plugins.lua | 4 ++-- nvim-pack-lock.json | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lua/config/plugins.lua b/lua/config/plugins.lua index 5c2ceda..030b580 100644 --- a/lua/config/plugins.lua +++ b/lua/config/plugins.lua @@ -3,7 +3,7 @@ vim.pack.add({ "https://github.com/windwp/nvim-autopairs", "https://github.com/kylechui/nvim-surround", "https://github.com/f-person/auto-dark-mode.nvim", - "https://github.com/ellisonleao/gruvbox.nvim", + "https://github.com/cemkagank/apple.nvim", "https://github.com/MunifTanjim/nui.nvim", "https://github.com/nvim-neotest/nvim-nio", "https://github.com/nvim-lua/plenary.nvim", @@ -19,4 +19,4 @@ require("blink.cmp").setup({ signature = { enabled = true }, }) -vim.cmd([[colorscheme gruvbox]]) +vim.cmd([[colorscheme apple]]) diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json index 2e16e5d..a42d01e 100644 --- a/nvim-pack-lock.json +++ b/nvim-pack-lock.json @@ -4,6 +4,10 @@ "rev": "1900f89dc17c603eec29960f57c00bd9ae696495", "src": "https://github.com/antoinemadec/FixCursorHold.nvim" }, + "apple.nvim": { + "rev": "bb6a8dcc904da47601836207aa99278c2bdb6025", + "src": "https://github.com/cemkagank/apple.nvim" + }, "auto-dark-mode.nvim": { "rev": "54058b4fe414bd64bd2904a6f8a63f1f14e3d8df", "src": "https://github.com/f-person/auto-dark-mode.nvim" -- cgit v1.2.3