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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') 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]]) -- cgit v1.2.3