aboutsummaryrefslogtreecommitdiff
path: root/lua/gruvbox.lua
diff options
context:
space:
mode:
authortim3nd <tim3nd@outlook.com>2024-12-06 01:54:27 +0800
committertim3nd <tim3nd@outlook.com>2024-12-06 01:54:27 +0800
commitc072c88bc6c91df5ffaa748a8dbf364c46ef1a15 (patch)
tree78d554662cb80db79f7dd5d5aeb467c6391cf98c /lua/gruvbox.lua
parent4be28bb8afc8986f838162109229c0774b3c2260 (diff)
downloadgruvbox-c072c88bc6c91df5ffaa748a8dbf364c46ef1a15.tar.gz
gruvbox-c072c88bc6c91df5ffaa748a8dbf364c46ef1a15.tar.xz
feat(blink): try to use GruvboxBg4 instead of NonText as GhostText
Diffstat (limited to 'lua/gruvbox.lua')
-rw-r--r--lua/gruvbox.lua1
1 files changed, 1 insertions, 0 deletions
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" },