Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make completion category font configurable #1395

Closed
The-Compiler opened this issue Apr 5, 2016 · 1 comment
Closed

Make completion category font configurable #1395

The-Compiler opened this issue Apr 5, 2016 · 1 comment
Labels
component: ui Issues related to the user interface. easy Issues which are likely to be a good fit for first-time contributors. priority: 2 - low Issues which are currently not very important.

Comments

@The-Compiler
Copy link
Member

Currently, in CompletionItemDelegate._get_textdoc() in qutebrowser/completion/completiondelegate.py we hardcode bold (<b>{}</b>) for completion fonts.

Instead, they should have their own font in the config (set to ${completion} bold or so by default) which then gets used in completionwidget.py in the stylesheet (in QTreeView::item:disabled).

@The-Compiler The-Compiler added component: ui Issues related to the user interface. priority: 2 - low Issues which are currently not very important. easy Issues which are likely to be a good fit for first-time contributors. labels Apr 5, 2016
@The-Compiler
Copy link
Member Author

There's now a new fonts -> completion.category option, thanks to @nanjekyejoannah!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: ui Issues related to the user interface. easy Issues which are likely to be a good fit for first-time contributors. priority: 2 - low Issues which are currently not very important.
Projects
None yet
Development

No branches or pull requests

1 participant