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