Skip to content

Commit 8010d09

Browse files
authored
Merge pull request #418 from Kaiser-Yang/main
feat: blink.indent support
2 parents a472496 + b579ce8 commit 8010d09

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

lua/gruvbox.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)