nvim: more subtle mini cursor word
This commit is contained in:
parent
149613e717
commit
27320c8bf7
1 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,7 @@ local colors = {
|
|||
diagnostic_error = hsl(353, 100, 45),
|
||||
diagnostic_warning = hsl(30, 100, 50),
|
||||
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_warning_bg = hsl(27, 95, 7),
|
||||
|
@ -189,6 +189,8 @@ local setupGroups = function(c)
|
|||
MiniClueDescSingle = { bg = c.background, fg = c.foreground },
|
||||
MiniClueSeparator = { link = "MiniClueBorder" },
|
||||
|
||||
MiniCursorWord = { underdotted = true, bold = true, sp = c.diagnostic_hint },
|
||||
|
||||
MiniStarterCurrent = { link = "MiniPickMatchCurrent" },
|
||||
|
||||
BlinkCmpMenu = { bg = c.cmp_bg, fg = c.cmp_fg },
|
||||
|
|
Loading…
Reference in a new issue