dotfiles/config/linux-dev/nvim/lua/themes/invero/groups/integrations/telescope.lua
Tomas Mirchev b8e96240ab neovim custom invero light-theme (#1)
Reviewed-on: #1
Co-authored-by: Tomas Mirchev <contact@tomastm.com>
Co-committed-by: Tomas Mirchev <contact@tomastm.com>
2025-09-26 06:37:54 +02:00

10 lines
126 B
Lua

local M = {}
function M.get(C)
return {
TelescopeMatching = { fg = C.yellow, bg = C.none, bold = true },
}
end
return M