fix(onedark): change telescope highlights
This commit is contained in:
@@ -12,6 +12,10 @@ return {
|
|||||||
TabLineSel = { fg = c.fg, bg = c.bg0 },
|
TabLineSel = { fg = c.fg, bg = c.bg0 },
|
||||||
EndOfBuffer = { fg = "NONE", bg = "NONE" },
|
EndOfBuffer = { fg = "NONE", bg = "NONE" },
|
||||||
NvimTreeIndentMarker = { fg = c.bg3 },
|
NvimTreeIndentMarker = { fg = c.bg3 },
|
||||||
|
TelescopeBorder = { fg = c.orange },
|
||||||
|
TelescopePromptBorder = { fg = c.grey },
|
||||||
|
TelescopeResultsBorder = { fg = c.grey },
|
||||||
|
TelescopePreviewBorder = { fg = c.grey },
|
||||||
}
|
}
|
||||||
require("onedark").set_options("highlights", highlights)
|
require("onedark").set_options("highlights", highlights)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user