nvim: more subtle mini cursor word
This commit is contained in:
parent
f09fff8023
commit
13b5316636
1 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,7 @@ local colors = {
|
||||||
diagnostic_error = hsl(353, 100, 45),
|
diagnostic_error = hsl(353, 100, 45),
|
||||||
diagnostic_warning = hsl(30, 100, 50),
|
diagnostic_warning = hsl(30, 100, 50),
|
||||||
diagnostic_info = hsl(176, 80, 60),
|
diagnostic_info = hsl(176, 80, 60),
|
||||||
diagnostic_hint = hsl(176, 80, 60),
|
diagnostic_hint = hsl(210, 74, 60),
|
||||||
|
|
||||||
popup_error_bg = hsl(0, 95, 7),
|
popup_error_bg = hsl(0, 95, 7),
|
||||||
popup_warning_bg = hsl(27, 95, 7),
|
popup_warning_bg = hsl(27, 95, 7),
|
||||||
|
@ -189,6 +189,8 @@ local setupGroups = function(c)
|
||||||
MiniClueDescSingle = { bg = c.background, fg = c.foreground },
|
MiniClueDescSingle = { bg = c.background, fg = c.foreground },
|
||||||
MiniClueSeparator = { link = "MiniClueBorder" },
|
MiniClueSeparator = { link = "MiniClueBorder" },
|
||||||
|
|
||||||
|
MiniCursorWord = { underdotted = true, bold = true, sp = c.diagnostic_hint },
|
||||||
|
|
||||||
MiniStarterCurrent = { link = "MiniPickMatchCurrent" },
|
MiniStarterCurrent = { link = "MiniPickMatchCurrent" },
|
||||||
|
|
||||||
BlinkCmpMenu = { bg = c.cmp_bg, fg = c.cmp_fg },
|
BlinkCmpMenu = { bg = c.cmp_bg, fg = c.cmp_fg },
|
||||||
|
|
Loading…
Reference in a new issue