feat(nvim): improve telescope highlights

This commit is contained in:
Price Hiller 2022-10-11 05:29:24 -05:00
parent 169005cc4c
commit b009ef099e

View File

@ -144,11 +144,12 @@ 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 = { fg = colors.sumiInk1, bg = colors.sumiInk1 },
TelescopePromptBorder = { bg = colors.sumiInk0 }, TelescopePromptBorder = { fg = colors.sumiInk0, bg = colors.sumiInk0 },
TelescopePreviewBorder = { fg = colors.sumiInk2, bg = colors.sumiInk2 },
TelescopeResultsBorder = { fg = colors.sumiInk2, bg = colors.sumiInk2 },
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 },
TelescopePreviewNormal = { bg = colors.sumiInk2 }, TelescopePreviewNormal = { bg = colors.sumiInk2 },
TelescopeResultsTitle = { fg = "NONE", bg = "NONE" }, TelescopeResultsTitle = { fg = "NONE", bg = "NONE" },