1
0
This commit is contained in:
Jeff Lance 2024-03-07 12:14:57 +01:00
parent d7cee10b90
commit 1645b864a3

View File

@ -54,7 +54,7 @@ c.colors.completion.category.border.top = bg_default
c.colors.completion.category.border.bottom = bg_default c.colors.completion.category.border.bottom = bg_default
# Foreground color of the selected completion item. # Foreground color of the selected completion item.
c.colors.completion.item.selected.fg = fg_default c.colors.completion.item.selected.fg = fg_selection
# Background color of the selected completion item. # Background color of the selected completion item.
c.colors.completion.item.selected.bg = bg_selection c.colors.completion.item.selected.bg = bg_selection