From 4be28bb8afc8986f838162109229c0774b3c2260 Mon Sep 17 00:00:00 2001 From: tim3nd Date: Fri, 6 Dec 2024 01:21:47 +0800 Subject: feat: support blink.cmp --- lua/gruvbox.lua | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'lua/gruvbox.lua') diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index e8b7d2a..2f0d945 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -514,6 +514,37 @@ local function get_groups() CmpItemKindConstant = { link = "GruvboxOrange" }, CmpItemKindStruct = { link = "GruvboxYellow" }, CmpItemKindTypeParameter = { link = "GruvboxYellow" }, + BlinkCmpLabel = { link = "GruvboxFg0" }, + BlinkCmpLabelDeprecated = { link = "GruvboxFg1" }, + BlinkCmpLabelMatch = { link = "GruvboxBlueBold" }, + BlinkCmpLabelDetail = { link = "GruvboxGray" }, + BlinkCmpLabelDescription = { link = "GruvboxGray" }, + BlinkCmpKindText = { link = "GruvboxOrange" }, + BlinkCmpKindVariable = { link = "GruvboxOrange" }, + BlinkCmpKindMethod = { link = "GruvboxBlue" }, + BlinkCmpKindFunction = { link = "GruvboxBlue" }, + BlinkCmpKindConstructor = { link = "GruvboxYellow" }, + BlinkCmpKindUnit = { link = "GruvboxBlue" }, + BlinkCmpKindField = { link = "GruvboxBlue" }, + BlinkCmpKindClass = { link = "GruvboxYellow" }, + BlinkCmpKindInterface = { link = "GruvboxYellow" }, + BlinkCmpKindModule = { link = "GruvboxBlue" }, + BlinkCmpKindProperty = { link = "GruvboxBlue" }, + BlinkCmpKindValue = { link = "GruvboxOrange" }, + BlinkCmpKindEnum = { link = "GruvboxYellow" }, + BlinkCmpKindOperator = { link = "GruvboxYellow" }, + BlinkCmpKindKeyword = { link = "GruvboxPurple" }, + BlinkCmpKindEvent = { link = "GruvboxPurple" }, + BlinkCmpKindReference = { link = "GruvboxPurple" }, + BlinkCmpKindColor = { link = "GruvboxPurple" }, + BlinkCmpKindSnippet = { link = "GruvboxGreen" }, + BlinkCmpKindFile = { link = "GruvboxBlue" }, + BlinkCmpKindFolder = { link = "GruvboxBlue" }, + BlinkCmpKindEnumMember = { link = "GruvboxAqua" }, + BlinkCmpKindConstant = { link = "GruvboxOrange" }, + BlinkCmpKindStruct = { link = "GruvboxYellow" }, + BlinkCmpKindTypeParameter = { link = "GruvboxYellow" }, + BlinkCmpSource = { link = "GruvboxGray" }, diffAdded = { link = "DiffAdd" }, diffRemoved = { link = "DiffDelete" }, diffChanged = { link = "DiffChange" }, -- cgit v1.2.3 From c072c88bc6c91df5ffaa748a8dbf364c46ef1a15 Mon Sep 17 00:00:00 2001 From: tim3nd Date: Fri, 6 Dec 2024 01:54:27 +0800 Subject: feat(blink): try to use GruvboxBg4 instead of NonText as GhostText --- lua/gruvbox.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/gruvbox.lua') diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index 2f0d945..f3c8d05 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -545,6 +545,7 @@ local function get_groups() BlinkCmpKindStruct = { link = "GruvboxYellow" }, BlinkCmpKindTypeParameter = { link = "GruvboxYellow" }, BlinkCmpSource = { link = "GruvboxGray" }, + BlinkCmpGhostText = { link = "GruvboxBg4" }, diffAdded = { link = "DiffAdd" }, diffRemoved = { link = "DiffDelete" }, diffChanged = { link = "DiffChange" }, -- cgit v1.2.3