Skip to content

Commit 60f93ef

Browse files
A-Lamiamehalter
authored andcommitted
feat(lightspeed): add missing hl groups; change some hl to links
1 parent efd89b8 commit 60f93ef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lua/astrotheme/groups/plugins/lightspeed.lua

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ local function callback()
77
LightspeedShortcut = { fg = C.mantle, bg = C.dark_red, bold = true, underline = true },
88
LightspeedShortcutOverlapped = { fg = C.mantle, bg = C.blue, bold = true, underline = true },
99
LightspeedMaskedChar = { fg = C.light_green },
10-
LightspeedGreyWash = { fg = C.subtext1, bg = C.none },
1110
LightspeedUnlabeledMatch = { fg = C.surface2, bold = true },
12-
LightspeedOneCharMatch = { fg = C.green, bg = C.dark_red, bold = true },
13-
LightspeedUniqueChar = { fg = C.surface2, bold = true },
14-
LightspeedPendingOpArea = { fg = C.yellow },
11+
LightspeedUniqueChar = { link = "LightspeedUnlabeledMatch" },
12+
LightspeedGreyWash = { link = "Comment" },
13+
LightspeedOneCharMatch = { link = "LightspeedShortcut" },
14+
LightspeedPendingOpArea = { link = "IncSearch" },
15+
LightspeedCursor = { link = "Cursor" },
1516
}
1617
end
1718

0 commit comments

Comments
 (0)