aboutsummaryrefslogtreecommitdiff
path: root/lua/gruvbox.lua
diff options
context:
space:
mode:
authortim3nd <tim3nd@outlook.com>2024-12-06 01:21:47 +0800
committertim3nd <tim3nd@outlook.com>2024-12-06 01:21:47 +0800
commit4be28bb8afc8986f838162109229c0774b3c2260 (patch)
tree0e790269290092cab18a318f2076d17025e5b22c /lua/gruvbox.lua
parent68c3460a5d1d1a362318960035c9f3466d5011f5 (diff)
downloadgruvbox-4be28bb8afc8986f838162109229c0774b3c2260.tar.gz
gruvbox-4be28bb8afc8986f838162109229c0774b3c2260.tar.xz
feat: support blink.cmp
Diffstat (limited to 'lua/gruvbox.lua')
-rw-r--r--lua/gruvbox.lua31
1 files changed, 31 insertions, 0 deletions
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" },