diff options
| author | tim3nd <tim3nd@outlook.com> | 2024-12-06 01:54:27 +0800 |
|---|---|---|
| committer | tim3nd <tim3nd@outlook.com> | 2024-12-06 01:54:27 +0800 |
| commit | c072c88bc6c91df5ffaa748a8dbf364c46ef1a15 (patch) | |
| tree | 78d554662cb80db79f7dd5d5aeb467c6391cf98c /lua | |
| parent | 4be28bb8afc8986f838162109229c0774b3c2260 (diff) | |
| download | gruvbox-c072c88bc6c91df5ffaa748a8dbf364c46ef1a15.tar.gz gruvbox-c072c88bc6c91df5ffaa748a8dbf364c46ef1a15.tar.xz | |
feat(blink): try to use GruvboxBg4 instead of NonText as GhostText
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox.lua | 1 |
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" }, |
