aboutsummaryrefslogtreecommitdiff
path: root/lua/config
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2026-06-07 16:16:27 +0100
committerTrey Bastian <hello@treybastian.com>2026-06-07 16:16:27 +0100
commita4b8c291c452ddc0339015112d7a39918f3a686b (patch)
tree6448377d92764e8e6808f9f17a5e9929eb627ca3 /lua/config
parentce1a9ac8961745aa15bb0ec7e837ad773077132a (diff)
color scheme change
Diffstat (limited to 'lua/config')
-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]])