fix(onedark): change telescope highlights

This commit is contained in:
2025-05-02 23:37:32 +02:00
parent d2ecbf0699
commit d508e71270
+4
View File
@@ -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)