@@ -558,6 +558,20 @@ local function get_groups()
558558 CmpItemKindConstantIcon = { link = " CmpItemKindConstant" },
559559 CmpItemKindStructIcon = { link = " CmpItemKindStruct" },
560560 CmpItemKindTypeParameterIcon = { link = " CmpItemKindTypeParameter" },
561+ BlinkIndentRed = { link = " GruvboxRed" },
562+ BlinkIndentOrange = { link = " GruvboxOrange" },
563+ BlinkIndentYellow = { link = " GruvboxYellow" },
564+ BlinkIndentGreen = { link = " GruvboxGreen" },
565+ BlinkIndentBlue = { link = " GruvboxBlue" },
566+ BlinkIndentCyan = { link = " GruvboxAqua" },
567+ BlinkIndentViolet = { link = " GruvboxPurple" },
568+ BlinkIndentRedUnderline = { underline = true , sp = colors .red },
569+ BlinkIndentOrangeUnderline = { underline = true , sp = colors .orange },
570+ BlinkIndentYellowUnderline = { underline = true , sp = colors .yellow },
571+ BlinkIndentGreenUnderline = { underline = true , sp = colors .green },
572+ BlinkIndentBlueUnderline = { underline = true , sp = colors .blue },
573+ BlinkIndentCyanUnderline = { underline = true , sp = colors .aqua },
574+ BlinkIndentVioletUnderline = { underline = true , sp = colors .purple },
561575 BlinkCmpLabel = { link = " GruvboxFg0" },
562576 BlinkCmpLabelDeprecated = { link = " GruvboxFg1" },
563577 BlinkCmpLabelMatch = { link = " GruvboxBlueBold" },
0 commit comments