diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index caf1978a5..4898c7ab1 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -1243,7 +1243,7 @@ def data(readonly=False): ('completion', SettingValue(typ.Font(), DEFAULT_FONT_SIZE + ' ${_monospace}'), "Font used in the completion widget."), - + ('completion.category', SettingValue(typ.Font(), 'bold ${completion}'), "Font used in the completion categories."),