aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/config/plugins.lua4
1 files changed, 2 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]])