feat(nvim): improve telescope highlights
This commit is contained in:
parent
730eff75f0
commit
24dac72dc9
@ -144,11 +144,11 @@ return packer.startup({
|
|||||||
CmpCustomSelectionSpell = { fg = colors.fujiWhite, bg = colors.waveRed },
|
CmpCustomSelectionSpell = { fg = colors.fujiWhite, bg = colors.waveRed },
|
||||||
|
|
||||||
TelescopeNormal = { bg = colors.sumiInk1 },
|
TelescopeNormal = { bg = colors.sumiInk1 },
|
||||||
TelescopeBorder = { bg = colors.sumiInk1 },
|
TelescopeBorder = { bg = colors.sumiInk1, fg = colors.sumiInk1 },
|
||||||
TelescopePromptBorder = { bg = colors.sumiInk0 },
|
TelescopePromptBorder = { bg = colors.sumiInk0, fg = colors.sumiInk0 },
|
||||||
TelescopePromptTitle = { fg = colors.sumiInk0, bg = colors.oniViolet },
|
TelescopePromptTitle = { fg = colors.sumiInk0, bg = colors.oniViolet },
|
||||||
TelescopePreviewTitle = { fg = colors.sumiInk0, bg = colors.sakuraPink },
|
TelescopePreviewTitle = { fg = colors.sumiInk0, bg = colors.sakuraPink },
|
||||||
TelescopePreviewBorder = { bg = colors.sumiInk2 },
|
TelescopePreviewBorder = { bg = colors.sumiInk2, fg = colors.sumiInk2 },
|
||||||
TelescopePreviewNormal = { bg = colors.sumiInk2 },
|
TelescopePreviewNormal = { bg = colors.sumiInk2 },
|
||||||
TelescopeResultsTitle = { fg = "NONE", bg = "NONE" },
|
TelescopeResultsTitle = { fg = "NONE", bg = "NONE" },
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user