some telescope color config

This commit is contained in:
Oliver Hartmann 2023-06-12 22:36:47 +02:00
parent cc6dd28886
commit 1c359f02fe
2 changed files with 11 additions and 0 deletions

View File

@ -46,6 +46,14 @@ return {
['Constant'] = { fg = 'NONE' },
['@parameter'] = { fg = C.purple },
['NormalFloat'] = { bg = C.surface0 },
['TelescopeBorder'] = { bg = C.surface0 },
['TelescopeNormal'] = { bg = C.surface0 },
['TelescopePreviewBorder'] = { link = 'TelescopeBorder' },
['TelescopeResultsBorder'] = { link = 'TelescopeResultsNormal' },
['TelescopePreviewNormal'] = { bg = C.surface0 },
['TelescopeTitle'] = { bg = C.surface0 },
['TelescopePromptNormal'] = { bg = C.surface0 },
['TelescopePromptBorder'] = { link = 'TelescopeBorder'},
}
}
})

View File

@ -122,6 +122,9 @@ return {
['<C-q>'] = actions.smart_send_to_qflist,
},
},
results_title = false,
preview_title = false,
borderchars = { '', '', '', '', '', '', '', '' },
-- `hidden = true` is not supported in text grep commands.
vimgrep_arguments = vimgrep_arguments,
},