From b46bb02107e82161764f961bd06e55a11e0c5f68 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Tue, 7 Apr 2026 11:49:45 +0200 Subject: use gruvbox light hard --- nvim/lua/config/plugins.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nvim') diff --git a/nvim/lua/config/plugins.lua b/nvim/lua/config/plugins.lua index c9496e3..a91c1d2 100644 --- a/nvim/lua/config/plugins.lua +++ b/nvim/lua/config/plugins.lua @@ -1,6 +1,11 @@ return { -- Color scheme - { "ellisonleao/gruvbox.nvim", priority = 1000, config = true }, + { + "ellisonleao/gruvbox.nvim", + priority = 1000, + config = true, + opts = { contrast = "hard" }, + }, -- Git integration { "tpope/vim-fugitive" }, -- Shows git diff info in the gutter -- cgit v1.3.1