Adjust telescope highlights

This commit is contained in:
Daniel Lundin 2024-09-06 10:50:56 +02:00
parent 37f9ba22c7
commit 08fae6ffec
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -38,7 +38,7 @@ local colors = {
background = hsl(216, 28, 7),
foreground = hsl(0, 0, 80),
dimmed = hsl(0, 0, 25),
dimmed_subtle = hsl(0, 0, 70),
dimmed_subtle = hsl(0, 0, 50),
highlight_subtle = hsl(0, 0, 6),
highlight_intense = hsl(58, 100, 60),
@ -140,8 +140,9 @@ local theme = {
TelescopeNormal = { fg = c.foreground, bg = c.background },
TelescopeBorder = { bold = true },
TelescopeSelection = { reverse = true },
TelescopeResultsComment = { fg = c.foreground, italic = true },
TelescopeSelection = { bg = c.selection },
TelescopeResultsNormal = { fg = c.foreground, bold = true },
TelescopeResultsComment = { fg = c.dimmed_subtle, italic = true, bold = false },
Visual = { bg = c.selection },
LspReferenceText = { fg = c.highlight_intense, undercurl = true },