diff --git a/home/dot_config/private_qutebrowser/themes/onedark/onedark.py b/home/dot_config/private_qutebrowser/themes/onedark/onedark.py index 3e8fdd9..48b7ffe 100644 --- a/home/dot_config/private_qutebrowser/themes/onedark/onedark.py +++ b/home/dot_config/private_qutebrowser/themes/onedark/onedark.py @@ -54,7 +54,7 @@ c.colors.completion.category.border.top = bg_default c.colors.completion.category.border.bottom = bg_default # 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. c.colors.completion.item.selected.bg = bg_selection