X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d534cf5fc7556986fbd90850384b8791b6d65883..6d69f0a6677e5428d554ac89b877294eed33e3d9:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index fb543e8..abb63f3 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -82,7 +82,7 @@ c.auto_save.session = True ## Type: QssColor # c.colors.completion.item.selected.border.bottom = '#bbbb00' -## Top border color of the completion widget category headers. +## Top border color of the selected completion item. ## Type: QssColor # c.colors.completion.item.selected.border.top = '#bbbb00' @@ -90,8 +90,12 @@ c.auto_save.session = True ## Type: QtColor # c.colors.completion.item.selected.fg = 'black' +## Foreground color of the matched text in the selected completion item. +## Type: QtColor +# c.colors.completion.item.selected.match.fg = '#ff4444' + ## Foreground color of the matched text in the completion. -## Type: QssColor +## Type: QtColor # c.colors.completion.match.fg = '#ff4444' ## Background color of the completion widget for odd rows. @@ -106,6 +110,16 @@ c.auto_save.session = True ## Type: QssColor # c.colors.completion.scrollbar.fg = 'white' +## Background color of the context menu. If set to null, the Qt default +## is used. +## Type: QssColor +# c.colors.contextmenu.bg = None + +## Foreground color of the context menu. If set to null, the Qt default +## is used. +## Type: QssColor +# c.colors.contextmenu.fg = None + ## Background color for the download bar. ## Type: QssColor # c.colors.downloads.bar.bg = 'black' @@ -162,7 +176,7 @@ c.auto_save.session = True # c.colors.hints.fg = 'black' ## Font color for the matched part of hints. -## Type: QssColor +## Type: QtColor # c.colors.hints.match.fg = 'green' ## Background color of the keyhint widget. @@ -324,7 +338,7 @@ c.colors.prompts.bg = '#333333' # c.colors.statusbar.url.warn.fg = 'yellow' ## Background color of the tab bar. -## Type: QtColor +## Type: QssColor # c.colors.tabs.bar.bg = '#555555' ## Background color of unselected even tabs. @@ -364,6 +378,38 @@ c.colors.prompts.bg = '#333333' ## Type: QtColor # c.colors.tabs.odd.fg = 'white' +## Background color of pinned unselected even tabs. +## Type: QtColor +# c.colors.tabs.pinned.even.bg = 'darkseagreen' + +## Foreground color of pinned unselected even tabs. +## Type: QtColor +# c.colors.tabs.pinned.even.fg = 'white' + +## Background color of pinned unselected odd tabs. +## Type: QtColor +# c.colors.tabs.pinned.odd.bg = 'seagreen' + +## Foreground color of pinned unselected odd tabs. +## Type: QtColor +# c.colors.tabs.pinned.odd.fg = 'white' + +## Background color of pinned selected even tabs. +## Type: QtColor +# c.colors.tabs.pinned.selected.even.bg = 'black' + +## Foreground color of pinned selected even tabs. +## Type: QtColor +# c.colors.tabs.pinned.selected.even.fg = 'white' + +## Background color of pinned selected odd tabs. +## Type: QtColor +# c.colors.tabs.pinned.selected.odd.bg = 'black' + +## Foreground color of pinned selected odd tabs. +## Type: QtColor +# c.colors.tabs.pinned.selected.odd.fg = 'white' + ## Background color of selected even tabs. ## Type: QtColor # c.colors.tabs.selected.even.bg = 'black' @@ -403,6 +449,15 @@ c.completion.height = 150 ## Type: Int # c.completion.min_chars = 1 +## Which categories to show (in which order) in the :open completion. +## Type: FlagList +## Valid values: +## - searchengines +## - quickmarks +## - bookmarks +## - history +# c.completion.open_categories = ['searchengines', 'quickmarks', 'bookmarks', 'history'] + ## Move on to the next part when there's only one possible completion ## left. ## Type: Bool @@ -429,18 +484,27 @@ c.completion.quick = False ## Type: Bool c.completion.shrink = True -## Format of timestamps (e.g. for the history completion). -## Type: TimestampTemplate +## Format of timestamps (e.g. for the history completion). See +## https://sqlite.org/lang_datefunc.html for allowed substitutions. +## Type: String # c.completion.timestamp_format = '%Y-%m-%d' ## Execute the best-matching command on a partial match. ## Type: Bool # c.completion.use_best_match = False +## A list of patterns which should not be shown in the history. This only +## affects the completion. Matching URLs are still saved in the history +## (and visible on the qute://history page), but hidden in the +## completion. Changing this setting will cause the completion history to +## be regenerated on the next start, which will take a short while. +## Type: List of UrlPattern +# c.completion.web_history.exclude = [] + ## Number of URLs to show in the web history. 0: no history / -1: ## unlimited ## Type: Int -# c.completion.web_history_max_items = -1 +# c.completion.web_history.max_items = -1 ## Require a confirmation before quitting the application. ## Type: ConfirmQuit @@ -451,6 +515,11 @@ c.completion.shrink = True ## - never: Never show a confirmation. c.confirm_quit = ['downloads'] +## Automatically start playing `