@@ -49,8 +49,26 @@ function M.get(opts, t)
49
49
SnacksDashboardTerminal = { link = " SnacksNormal" },
50
50
SnacksDashboardSpecial = { link = " Special" },
51
51
SnacksDashboardTitle = { link = " Title" },
52
+
53
+ SnacksPickerDir = { fg = t .grey },
54
+ SnacksPickerMatch = { fg = t .cyan },
55
+ SnacksPickerTotals = { fg = t .cyan , bold = true },
56
+ SnacksPickerPrompt = { fg = t .blue , bold = true },
52
57
}
53
58
59
+ if opts .borderless_telescope then
60
+ highlights .SnacksPickerBorder = { fg = t .bg_alt , bg = t .bg_alt }
61
+ highlights .SnacksPickerNormal = { bg = t .bg_alt }
62
+ highlights .SnacksPickerBox = { bg = t .bg_alt }
63
+ highlights .SnacksPickerList = { bg = t .bg_alt }
64
+ highlights .SnacksPickerInput = { bg = t .bg_alt }
65
+ highlights .SnacksPickerPreview = { bg = t .bg_alt }
66
+ highlights .SnacksPickerBoxTitle = { fg = t .bg_solid , bg = t .blue }
67
+ highlights .SnacksPickerPreviewTitle = { fg = t .bg_solid , bg = t .green }
68
+ highlights .SnacksPickerListTitle = { fg = t .bg_solid , bg = t .magenta }
69
+ highlights .SnacksPickerInputTitle = { fg = t .bg_solid , bg = t .cyan }
70
+ end
71
+
54
72
return highlights
55
73
end
56
74
0 commit comments