diff options
| author | Nanderty <psopka@sopka.ch> | 2023-03-23 14:44:58 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-03-23 14:44:58 +0100 |
| commit | c30652c26aa73b766150dbbd4bd296f2c19c67f2 (patch) | |
| tree | 53a32e2d1216b4e393466d259371fcc7ad84f0c3 /lua/plugins/colorscheme.lua | |
| parent | fd8d232690d7be816b16213083007f432449987d (diff) | |
| download | neovim-config-c30652c26aa73b766150dbbd4bd296f2c19c67f2.tar.gz neovim-config-c30652c26aa73b766150dbbd4bd296f2c19c67f2.tar.bz2 neovim-config-c30652c26aa73b766150dbbd4bd296f2c19c67f2.zip | |
test
Diffstat (limited to 'lua/plugins/colorscheme.lua')
| -rw-r--r-- | lua/plugins/colorscheme.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index caea7ad..8f805bb 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -12,6 +12,10 @@ return { TelescopePromptTitle = { fg = 'base' }, TelescopePromptPrefix = { fg = 'base' }, TelescopePromptCounter = { fg = 'base' }, + TelescopePreviewNormal = { bg = 'overlay' }, + TelescopePreviewBorder = { bg = 'overlay' }, + TelescopeResultsNormal = { bg = 'overlay' }, + TelescopeResultsBorder = { bg = 'overlay' }, }, }) vim.cmd('colorscheme rose-pine') |
