diff --git a/lua/mappings.lua b/lua/mappings.lua index 350039c..da1a1aa 100644 --- a/lua/mappings.lua +++ b/lua/mappings.lua @@ -113,7 +113,7 @@ map("n", "gt", [[ Telescope git_status ]], opt) map("n", "cm", [[ Telescope git_commits ]], opt) map("n", "ff", [[ Telescope find_files ]], opt) map("n", "fp", [[lua require('telescope').extensions.media_files.media_files()]], opt) -map("n", "fb", [[Telescope Buffers]], opt) +map("n", "fb", [[Telescope buffers]], opt) map("n", "fh", [[Telescope help_tags]], opt) map("n", "fo", [[Telescope oldfiles]], opt) diff --git a/lua/themes/gruvbox.lua b/lua/themes/gruvbox.lua index 48d96ab..415e858 100644 --- a/lua/themes/gruvbox.lua +++ b/lua/themes/gruvbox.lua @@ -3,9 +3,9 @@ local colors = { darker_black = "#1e2122", black = "#222526", -- nvim bg black2 = "#26292a", - one_bg = "#2a2e36", - one_bg2 = "#31353d", - one_bg3 = "#343840", + one_bg = "#2b2e2f", + one_bg2 = "#2f3233", + one_bg3 = "#313435", grey = "#46494a", grey_fg = "#5d6061", grey_fg2 = "#5b5e5f",