diff --git a/lazy-lock.json b/lazy-lock.json index 6a0ac49..df6765e 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -14,6 +14,7 @@ "fidget.nvim": { "branch": "main", "commit": "9dc6d15fdb877b2fb09ea0ba2dfde9beccb5965a" }, "friendly-snippets": { "branch": "main", "commit": "80597f3ea824946c87fd29f82b5ed4f24ef473f3" }, "gitsigns.nvim": { "branch": "main", "commit": "bb808fc7376ed7bac0fbe8f47b83d4bf01738167" }, + "gruvbox-baby": { "branch": "main", "commit": "ea71b4225d0140103d99748ca4a33ecf22c03f62" }, "gruvbox.nvim": { "branch": "main", "commit": "7a5c7ace3ac169b2898a4c7d8abec42cf9e18003" }, "impatient.nvim": { "branch": "main", "commit": "969f2c5c90457612c09cf2a13fee1adaa986d350" }, "indent-blankline.nvim": { "branch": "master", "commit": "8299fe7703dfff4b1752aeed271c3b95281a952d" }, diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index de93172..f4dd0e5 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -30,29 +30,30 @@ return { -- require("user.catppuccin") -- end, -- }, - { - "ellisonleao/gruvbox.nvim", - init = function() - require("gruvbox").setup({ - undercurl = true, - underline = true, - bold = true, - italic = true, - strikethrough = true, - invert_selection = false, - invert_signs = false, - invert_tabline = false, - invert_intend_guides = false, - inverse = true, -- invert background for search, diffs, statuslines and errors - contrast = "", -- can be "hard", "soft" or empty string - palette_overrides = {}, - overrides = {}, - dim_inactive = false, - transparent_mode = false, - }) - vim.o.background = "dark" -- or "light" for light mode - end, - }, + { "luisiacc/gruvbox-baby" }, + -- { + -- "ellisonleao/gruvbox.nvim", + -- init = function() + -- require("gruvbox").setup({ + -- undercurl = true, + -- underline = true, + -- bold = true, + -- italic = true, + -- strikethrough = true, + -- invert_selection = false, + -- invert_signs = false, + -- invert_tabline = false, + -- invert_intend_guides = false, + -- inverse = true, -- invert background for search, diffs, statuslines and errors + -- contrast = "", -- can be "hard", "soft" or empty string + -- palette_overrides = {}, + -- overrides = {}, + -- dim_inactive = false, + -- transparent_mode = false, + -- }) + -- vim.o.background = "dark" -- or "light" for light mode + -- end, + -- }, -- { "sainnhe/sonokai" }, -- -- { "EdenEast/nightfox.nvim" }, -- { diff --git a/lua/user/colorscheme.lua b/lua/user/colorscheme.lua index f1b7b74..387c748 100644 --- a/lua/user/colorscheme.lua +++ b/lua/user/colorscheme.lua @@ -1,5 +1,6 @@ -- local colorscheme = "tokyonight" -local colorscheme = "gruvbox" +-- local colorscheme = "gruvbox" +local colorscheme = "gruvbox-baby" -- local colorscheme = "sonokai" -- local colorscheme = "nordfox" -- local colorscheme = "material" diff --git a/lua/user/whichkey.lua b/lua/user/whichkey.lua index 63a1b3b..9675e85 100644 --- a/lua/user/whichkey.lua +++ b/lua/user/whichkey.lua @@ -43,8 +43,8 @@ local setup = { scroll_up = "", -- binding to scroll up inside the popup }, window = { - -- border = "rounded", -- none, single, double, shadow - border = "none", -- none, single, double, shadow + border = "rounded", -- none, single, double, shadow + -- border = "none", -- none, single, double, shadow position = "bottom", -- bottom, top margin = { 1, 0, 1, 0 }, -- extra window margin [top, right, bottom, left] padding = { 2, 2, 2, 2 }, -- extra window padding [top, right, bottom, left]