3 # Configfile for qutebrowser.
5 # This configfile is parsed by python's configparser in extended
6 # interpolation mode. The format is very INI-like, so there are
7 # categories like [general] with "key = value"-pairs.
9 # Note that you shouldn't add your own comments, as this file is
10 # regenerated every time the config is saved.
12 # Interpolation looks like ${value} or ${section:value} and will be
13 # replaced by the respective value.
15 # Some settings will expand environment variables. Note that, since
16 # interpolation is run first, you will need to escape the $ char as
19 # This is the default config, so if you want to remove anything from
20 # here (as opposed to change/add), for example a key binding, set it to
23 # You will need to escape the following values:
24 # - # at the start of the line (at the first position of the key) (\#)
28 # General/miscellaneous options.
31 # Whether to find text on a page case-insensitively.
32 # true: Search case-insensitively
33 # false: Search case-sensitively
34 # smart: Search case-sensitively if there are capital chars
38 # Whether to wrap finding text to the top when arriving at the end.
39 # Valid values: true, false
43 # The default page(s) to open at the start, separated by commas.
44 # Default: https://www.duckduckgo.com
46 # default-page (FuzzyUrl):
47 # The page to open if :open -t/-b/-w is used without URL. Use
48 # `about:blank` for a blank page.
49 # Default: ${startpage}
52 # Whether to start a search when something else than a URL is
54 # naive: Use simple/naive check.
55 # dns: Use DNS requests (might be slow!).
56 # false: Never search automatically.
59 # auto-save-config (Bool):
60 # Whether to save the config automatically on quit.
61 # Valid values: true, false
64 # auto-save-interval (Int):
65 # How often (in milliseconds) to auto-save config/cookies/etc.
68 # editor (ShellCommand):
69 # The editor (and arguments) to use for the `open-editor` command.
70 # Use `{}` for the filename. The value gets split like in a shell,
71 # so you can use `"` or `'` to quote arguments.
72 # Default: gvim -f "{}"
74 # editor-encoding (Encoding):
75 # Encoding to use for editor.
78 # private-browsing (Bool):
79 # Do not record visited pages in the history or store web page
81 # Valid values: true, false
84 # developer-extras (Bool):
85 # Enable extra tools for Web developers.
86 # This needs to be enabled for `:inspector` to work and also adds an
87 # _Inspect_ entry to the context menu.
88 # Valid values: true, false
91 # print-element-backgrounds (Bool):
92 # Whether the background color and images are also drawn when the
94 # Valid values: true, false
97 # xss-auditing (Bool):
98 # Whether load requests should be monitored for cross-site scripting
100 # Suspicious scripts will be blocked and reported in the inspector's
101 # JavaScript console. Enabling this feature might have an impact on
103 # Valid values: true, false
106 # site-specific-quirks (Bool):
107 # Enable workarounds for broken sites.
108 # Valid values: true, false
111 # default-encoding (String):
112 # Default encoding to use for websites.
113 # The encoding must be a string describing an encoding such as
114 # _utf-8_, _iso-8859-1_, etc. If left empty a default value will be
118 # new-instance-open-target:
119 # How to open links in an existing instance if a new one is
121 # tab: Open a new tab in the existing window and activate the
123 # tab-bg: Open a new background tab in the existing window and
124 # activate the window.
125 # tab-silent: Open a new tab in the existing window without
126 # activating the window.
127 # tab-bg-silent: Open a new background tab in the existing
128 # window without activating the window.
129 # window: Open in a new window.
132 # log-javascript-console (Bool):
133 # Whether to log javascript console messages.
134 # Valid values: true, false
137 # save-session (Bool):
138 # Whether to always save the open pages.
139 # Valid values: true, false
142 # session-default-name:
143 # The name of the session to save by default, or empty for the last
148 startpage = https://www.duckduckgo.com
149 default-page = ${startpage}
151 auto-save-config = true
152 auto-save-interval = 15000
153 editor = urxvt -e vim "{}"
154 editor-encoding = utf-8
155 private-browsing = false
156 developer-extras = true
157 print-element-backgrounds = true
159 site-specific-quirks = true
161 new-instance-open-target = tab
162 log-javascript-console = false
164 session-default-name =
167 # General options related to the user interface.
169 # zoom-levels (PercList):
170 # The available zoom levels, separated by commas.
172 # 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
174 # default-zoom (Perc):
175 # The default zoom level.
178 # downloads-position (VerticalPosition):
179 # Where to show the downloaded files.
180 # Valid values: top, bottom
183 # message-timeout (Int):
184 # Time (in ms) to show messages in the statusbar for.
187 # message-unfocused (Bool):
188 # Whether to show messages in unfocused windows.
189 # Valid values: true, false
193 # Whether to confirm quitting the application.
194 # always: Always show a confirmation.
195 # multiple-tabs: Show a confirmation if multiple tabs are
197 # downloads: Show a confirmation if downloads are running
198 # never: Never show a confirmation.
201 # display-statusbar-messages (Bool):
202 # Whether to display javascript statusbar messages.
203 # Valid values: true, false
206 # zoom-text-only (Bool):
207 # Whether the zoom factor on a frame applies only to the text or to
209 # Valid values: true, false
212 # frame-flattening (Bool):
213 # Whether to expand each subframe to its contents.
214 # This will flatten all the frames to become one scrollable page.
215 # Valid values: true, false
219 # User stylesheet to use (absolute filename, filename relative to
220 # the config directory or CSS string). Will expand environment
222 # Default: ::-webkit-scrollbar { width: 0px; height: 0px; }
224 # css-media-type (String):
225 # Set the CSS media type.
228 # smooth-scrolling (Bool):
229 # Whether to enable smooth scrolling for webpages.
230 # Valid values: true, false
233 # remove-finished-downloads (Bool):
234 # Whether to remove finished downloads automatically.
235 # Valid values: true, false
238 # hide-statusbar (Bool):
239 # Whether to hide the statusbar unless a message is shown.
240 # Valid values: true, false
243 # statusbar-padding (Padding):
244 # Padding for statusbar (top, bottom, left, right).
247 # window-title-format (FormatString):
248 # The format to use for the window title. The following placeholders
250 # * `{perc}`: The percentage as a string like `[10%]`.
251 # * `{perc_raw}`: The raw percentage, e.g. `10`
252 # * `{title}`: The title of the current web page
253 # * `{title_sep}`: The string ` - ` if a title is set, empty
255 # * `{id}`: The internal window ID of this window.
256 # Default: {perc}{title}{title_sep}qutebrowser
258 # hide-mouse-cursor (Bool):
259 # Whether to hide the mouse cursor.
260 # Valid values: true, false
263 # modal-js-dialog (Bool):
264 # Use standard JavaScript modal dialog for alert() and confirm()
265 # Valid values: true, false
267 zoom-levels = 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
269 downloads-position = top
270 message-timeout = 2000
271 message-unfocused = false
272 confirm-quit = downloads
273 display-statusbar-messages = false
274 zoom-text-only = false
275 frame-flattening = false
276 user-stylesheet = $$XDG_CONFIG_HOME/qutebrowser/css/default.css
278 smooth-scrolling = false
279 remove-finished-downloads = false
280 hide-statusbar = false
281 statusbar-padding = 1,1,0,0
282 window-title-format = {perc}{title}{title_sep}qutebrowser
283 hide-mouse-cursor = false
284 modal-js-dialog = false
287 # Settings related to the network.
289 # do-not-track (Bool):
290 # Value to send in the `DNT` header.
291 # Valid values: true, false
294 # accept-language (String):
295 # Value to send in the `accept-language` header.
298 # referer-header (Referer):
299 # Send the Referer header
300 # always: Always send.
301 # never: Never send; this is not recommended, as some sites may
303 # same-domain: Only send for the same domain. This will still
304 # protect your privacy, but shouldn't break any sites.
305 # Default: same-domain
308 # User agent to send. Empty to send the default.
313 # In addition to the listed values, you can use a `socks://...` or
315 # system: Use the system wide proxy.
316 # none: Don't use any proxy
319 # proxy-dns-requests (Bool):
320 # Whether to send DNS requests over the configured proxy.
321 # Valid values: true, false
324 # ssl-strict (BoolAsk):
325 # Whether to validate SSL handshakes.
326 # Valid values: true, false, ask
329 # dns-prefetch (Bool):
330 # Whether to try to pre-fetch DNS entries to speed up browsing.
331 # Valid values: true, false
334 accept-language = en-US,en,de,fr
335 referer-header = same-domain
338 proxy-dns-requests = true
343 # Options related to completion and command history.
346 # Automatically open completion when typing.
347 # Valid values: true, false
350 # download-path-suggestion:
351 # What to display in the download filename input.
352 # path: Show only the download path.
353 # filename: Show only download filename.
354 # both: Show download path and filename.
357 # timestamp-format (String):
358 # How to format timestamps (e.g. for history)
362 # Whether to show the autocompletion window.
363 # Valid values: true, false
366 # height (PercOrInt):
367 # The height of the completion, in px or as percentage of the
371 # cmd-history-max-items (Int):
372 # How many commands to save in the command history.
373 # 0: no history / -1: unlimited
376 # web-history-max-items (Int):
377 # How many URLs to show in the web history.
378 # 0: no history / -1: unlimited
381 # quick-complete (Bool):
382 # Whether to move on to the next part when there's only one possible
384 # Valid values: true, false
388 # Whether to shrink the completion to be smaller than the configured
389 # size if there are no scrollbars.
390 # Valid values: true, false
393 download-path-suggestion = path
394 timestamp-format = %Y-%m-%d
397 cmd-history-max-items = 100
398 web-history-max-items = 1000
399 quick-complete = false
403 # Options related to input modes.
406 # Timeout for ambiguous key bindings.
409 # partial-timeout (Int):
410 # Timeout for partially typed key bindings.
413 # insert-mode-on-plugins (Bool):
414 # Whether to switch to insert mode when clicking flash and other
416 # Valid values: true, false
419 # auto-leave-insert-mode (Bool):
420 # Whether to leave insert mode if a non-editable element is clicked.
421 # Valid values: true, false
424 # auto-insert-mode (Bool):
425 # Whether to automatically enter insert mode if an editable element
426 # is focused after page load.
427 # Valid values: true, false
430 # forward-unbound-keys:
431 # Whether to forward unbound keys to the webview in normal mode.
432 # all: Forward all unbound keys.
433 # auto: Forward unbound non-alphanumeric keys.
434 # none: Don't forward any keys.
437 # spatial-navigation (Bool):
438 # Enables or disables the Spatial Navigation feature.
439 # Spatial navigation consists in the ability to navigate between
440 # focusable elements in a Web page, such as hyperlinks and form
441 # controls, by using Left, Right, Up and Down arrow keys. For
442 # example, if a user presses the Right key, heuristics determine
443 # whether there is an element he might be trying to reach towards
444 # the right and which element he probably wants.
445 # Valid values: true, false
448 # links-included-in-focus-chain (Bool):
449 # Whether hyperlinks should be included in the keyboard focus chain.
450 # Valid values: true, false
453 # rocker-gestures (Bool):
454 # Whether to enable Opera-like mouse rocker gestures. This disables
456 # Valid values: true, false
459 # mouse-zoom-divider (Int):
460 # How much to divide the mouse wheel movements to translate them
461 # into zoom increments.
464 partial-timeout = 1000
465 insert-mode-on-plugins = false
466 auto-leave-insert-mode = true
467 auto-insert-mode = false
468 forward-unbound-keys = auto
469 spatial-navigation = false
470 links-included-in-focus-chain = true
471 rocker-gestures = false
472 mouse-zoom-divider = 512
475 # Configuration of the tab bar.
477 # background-tabs (Bool):
478 # Whether to open new tabs (middleclick/ctrl+click) in background.
479 # Valid values: true, false
483 # Which tab to select when the focused tab is removed.
484 # left: Select the tab on the left.
485 # right: Select the tab on the right.
486 # previous: Select the previously selected tab.
490 # How new tabs are positioned.
491 # left: On the left of the current tab.
492 # right: On the right of the current tab.
493 # first: At the left end.
494 # last: At the right end.
497 # new-tab-position-explicit:
498 # How new tabs opened explicitly are positioned.
499 # left: On the left of the current tab.
500 # right: On the right of the current tab.
501 # first: At the left end.
502 # last: At the right end.
506 # Behavior when the last tab is closed.
507 # ignore: Don't do anything.
508 # blank: Load a blank page.
509 # startpage: Load the start page.
510 # default-page: Load the default page.
511 # close: Close the window.
515 # When to show the tab bar
516 # always: Always show the tab bar.
517 # never: Always hide the tab bar.
518 # multiple: Hide the tab bar if only one tab is open.
519 # switching: Show the tab bar when switching tabs.
522 # show-switching-delay (Int):
523 # Time to show the tab bar before hiding it when tabs->show is set
528 # Whether to wrap when changing tabs.
529 # Valid values: true, false
533 # Whether tabs should be movable.
534 # Valid values: true, false
537 # close-mouse-button:
538 # On which mouse button to close tabs.
539 # right: Close tabs on right-click.
540 # middle: Close tabs on middle-click.
541 # none: Don't close tabs using the mouse.
544 # position (Position):
545 # The position of the tab bar.
546 # Valid values: top, bottom, left, right
549 # show-favicons (Bool):
550 # Whether to show favicons in the tab bar.
551 # Valid values: true, false
555 # The width of the tab bar if it's vertical, in px or as percentage
559 # indicator-width (Int):
560 # Width of the progress indicator (0 to disable).
563 # tabs-are-windows (Bool):
564 # Whether to open windows instead of tabs.
565 # Valid values: true, false
568 # title-format (FormatString):
569 # The format to use for the tab title. The following placeholders
571 # * `{perc}`: The percentage as a string like `[10%]`.
572 # * `{perc_raw}`: The raw percentage, e.g. `10`
573 # * `{title}`: The title of the current web page
574 # * `{title_sep}`: The string ` - ` if a title is set, empty
576 # * `{index}`: The index of this tab.
577 # * `{id}`: The internal tab ID of this tab.
578 # Default: {index}: {title}
580 # mousewheel-tab-switching (Bool):
581 # Switch between tabs using the mouse wheel.
582 # Valid values: true, false
586 # Padding for tabs (top, bottom, left, right).
589 # indicator-padding (Padding):
590 # Padding for indicators (top, bottom, left, right).
592 background-tabs = false
593 select-on-remove = left
594 new-tab-position = right
595 new-tab-position-explicit = right
598 show-switching-delay = 800
601 close-mouse-button = middle
606 tabs-are-windows = false
607 title-format = {index}: {title}
608 mousewheel-tab-switching = true
610 indicator-padding = 2,2,0,4
613 # Settings related to cache and storage.
615 # download-directory (Directory):
616 # The directory to save downloads to. An empty value selects a
617 # sensible os-specific default. Will expand environment variables.
620 # prompt-download-directory (Bool):
621 # Whether to prompt the user for the download location.
622 # If set to false, 'download-directory' will be used.
623 # Valid values: true, false
626 # remember-download-directory (Bool):
627 # Whether to remember the last used download directory.
628 # Valid values: true, false
631 # maximum-pages-in-cache (Int):
632 # The maximum number of pages to hold in the global memory page
634 # The Page Cache allows for a nicer user experience when navigating
635 # forth or back to pages in the forward/back history, by pausing and
636 # resuming up to _n_ pages.
637 # For more information about the feature, please refer to:
638 # http://webkit.org/blog/427/webkit-page-cache-i-the-basics/
641 # object-cache-capacities (WebKitBytesList):
642 # The capacities for the global memory cache for dead objects such
643 # as stylesheets or scripts. Syntax: cacheMinDeadCapacity,
644 # cacheMaxDead, totalCapacity.
645 # The _cacheMinDeadCapacity_ specifies the minimum number of bytes
646 # that dead objects should consume when the cache is under pressure.
647 # _cacheMaxDead_ is the maximum number of bytes that dead objects
648 # should consume when the cache is *not* under pressure.
649 # _totalCapacity_ specifies the maximum number of bytes that the
650 # cache should consume *overall*.
653 # offline-storage-default-quota (WebKitBytes):
654 # Default quota for new offline storage databases.
657 # offline-web-application-cache-quota (WebKitBytes):
658 # Quota for the offline web application cache.
661 # offline-storage-database (Bool):
662 # Whether support for the HTML 5 offline storage feature is enabled.
663 # Valid values: true, false
666 # offline-web-application-storage (Bool):
667 # Whether support for the HTML 5 web application cache feature is
669 # An application cache acts like an HTTP cache in some sense. For
670 # documents that use the application cache via JavaScript, the
671 # loader engine will first ask the application cache for the
672 # contents, before hitting the network.
673 # The feature is described in details at:
674 # http://dev.w3.org/html5/spec/Overview.html#appcache
675 # Valid values: true, false
678 # local-storage (Bool):
679 # Whether support for the HTML 5 local storage feature is enabled.
680 # Valid values: true, false
684 # Size of the HTTP network cache.
686 download-directory = ~/downloads
687 prompt-download-directory = true
688 remember-download-directory = true
689 maximum-pages-in-cache =
690 object-cache-capacities =
691 offline-storage-default-quota =
692 offline-web-application-cache-quota =
693 offline-storage-database = true
694 offline-web-application-storage = true
696 cache-size = 52428800
699 # Loaded plugins/scripts and allowed actions.
701 # allow-images (Bool):
702 # Whether images are automatically loaded in web pages.
703 # Valid values: true, false
706 # allow-javascript (Bool):
707 # Enables or disables the running of JavaScript programs.
708 # Valid values: true, false
711 # allow-plugins (Bool):
712 # Enables or disables plugins in Web pages.
713 # Qt plugins with a mimetype such as "application/x-qt-plugin" are
714 # not affected by this setting.
715 # Valid values: true, false
719 # Enables or disables WebGL.
720 # Valid values: true, false
723 # css-regions (Bool):
724 # Enable or disable support for CSS regions.
725 # Valid values: true, false
728 # hyperlink-auditing (Bool):
729 # Enable or disable hyperlink auditing (<a ping>).
730 # Valid values: true, false
733 # geolocation (BoolAsk):
734 # Allow websites to request geolocations.
735 # Valid values: true, false, ask
738 # notifications (BoolAsk):
739 # Allow websites to show notifications.
740 # Valid values: true, false, ask
743 # javascript-can-open-windows (Bool):
744 # Whether JavaScript programs can open new windows.
745 # Valid values: true, false
748 # javascript-can-close-windows (Bool):
749 # Whether JavaScript programs can close windows.
750 # Valid values: true, false
753 # javascript-can-access-clipboard (Bool):
754 # Whether JavaScript programs can read or write to the clipboard.
755 # Valid values: true, false
758 # ignore-javascript-prompt (Bool):
759 # Whether all javascript prompts should be ignored.
760 # Valid values: true, false
763 # ignore-javascript-alert (Bool):
764 # Whether all javascript alerts should be ignored.
765 # Valid values: true, false
768 # local-content-can-access-remote-urls (Bool):
769 # Whether locally loaded documents are allowed to access remote
771 # Valid values: true, false
774 # local-content-can-access-file-urls (Bool):
775 # Whether locally loaded documents are allowed to access other local
777 # Valid values: true, false
781 # Control which cookies to accept.
782 # all: Accept all cookies.
783 # no-3rdparty: Accept cookies from the same origin only.
784 # no-unknown-3rdparty: Accept cookies from the same origin only,
785 # unless a cookie is already set for the domain.
786 # never: Don't accept cookies at all.
787 # Default: no-3rdparty
789 # cookies-store (Bool):
790 # Whether to store cookies.
791 # Valid values: true, false
794 # host-block-lists (UrlList):
795 # List of URLs of lists which contain hosts to block.
796 # The file can be in one of the following formats:
797 # - An '/etc/hosts'-like file
798 # - One host per line
799 # - A zip-file of any of the above, with either only one file, or a
800 # file named 'hosts' (with any extension).
802 # http://www.malwaredomainlist.com/hostslist/hosts.txt,http://someonewhocares.org/hosts/hosts,http://winhelp2002.mvps.org/hosts.zip,http://malwaredomains.lehigh.edu/files/justdomains.zip,http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext
804 # host-blocking-enabled (Bool):
805 # Whether host blocking is enabled.
806 # Valid values: true, false
809 # host-blocking-whitelist (List):
810 # List of domains that should always be loaded, despite being
812 # Domains may contain * and ? wildcards and are otherwise required
813 # to exactly match the requested domain.
814 # Local domains are always exempt from hostblocking.
817 allow-javascript = true
818 allow-plugins = false
821 hyperlink-auditing = false
824 javascript-can-open-windows = true
825 javascript-can-close-windows = true
826 javascript-can-access-clipboard = false
827 ignore-javascript-prompt = false
828 ignore-javascript-alert = false
829 local-content-can-access-remote-urls = false
830 local-content-can-access-file-urls = true
831 cookies-accept = no-3rdparty
833 host-block-lists = http://www.malwaredomainlist.com/hostslist/hosts.txt,http://someonewhocares.org/hosts/hosts,http://winhelp2002.mvps.org/hosts.zip,http://malwaredomains.lehigh.edu/files/justdomains.zip,http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext
834 host-blocking-enabled = true
835 host-blocking-whitelist = piwik.org
841 # CSS border value for hints.
842 # Default: 1px solid #E3BE23
849 # Mode to use for hints.
850 # number: Use numeric hints.
851 # letter: Use the chars in the hints -> chars setting.
855 # Chars used for hint strings.
859 # Mininum number of chars used for hint strings.
863 # Whether to scatter hint key chains (like Vimium) or not (like
865 # Valid values: true, false
869 # Make chars in hint strings uppercase.
870 # Valid values: true, false
873 # auto-follow (Bool):
874 # Whether to auto-follow a hint if there's only one left.
875 # Valid values: true, false
878 # next-regexes (RegexList):
879 # A comma-separated list of regexes to use for 'next' links.
881 # \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b,\bcontinue\b
883 # prev-regexes (RegexList):
884 # A comma-separated list of regexes to use for 'prev' links.
885 # Default: \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b
886 border = 1px solid #E3BE23
894 next-regexes = \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b
895 prev-regexes = \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b
898 # Definitions of search engines which can be used via the address bar.
899 # The searchengine named `DEFAULT` is used when `general -> auto-search`
900 # is true and something else than a URL was entered to be opened. Other
901 # search engines can be used by prepending the search engine name to the
902 # search term, e.g. `:open google qutebrowser`. The string `{}` will be
903 # replaced by the search term, use `{{` and `}}` for literal `{`/`}`
905 DEFAULT = ${duckduckgo}
906 duckduckgo = https://duckduckgo.com/?q={}
908 google = https://encrypted.google.com/search?q={}
910 wikipedia = http://en.wikipedia.org/w/index.php?title=Special:Search&search={}
912 pcl = http://docs.pointclouds.org/trunk/search.php?query={}
915 # Aliases for commands.
916 # By default, no aliases are defined. Example which adds a new command
917 # `:qtb` to open qutebrowsers website:
918 # `qtb = open http://www.qutebrowser.org/`
924 # Colors used in the UI.
925 # A value can be in one of the following format:
926 # * `#RGB`/`#RRGGBB`/`#RRRGGGBBB`/`#RRRRGGGGBBBB`
927 # * A SVG color name as specified in http://www.w3.org/TR/SVG/types.html#ColorKeywords[the W3C specification].
928 # * transparent (no color)
929 # * `rgb(r, g, b)` / `rgba(r, g, b, a)` (values 0-255 or percentages)
930 # * `hsv(h, s, v)` / `hsva(h, s, v, a)` (values 0-255, hue 0-359)
931 # * A gradient as explained in http://doc.qt.io/qt-5/stylesheet-reference.html#list-of-property-types[the Qt documentation] under ``Gradient''.
932 # A *.system value determines the color system to use for color
933 # interpolation between similarly-named *.start and *.stop entries,
934 # regardless of how they are defined in the options. Valid values are
935 # 'rgb', 'hsv', and 'hsl'.
936 # The `hints.*` values are a special case as they're real CSS colors, not Qt-CSS colors. There, for a gradient, you need to use `-webkit-gradient`, see https://www.webkit.org/blog/175/introducing-css-gradients/[the WebKit documentation].
938 # completion.fg (QtColor):
939 # Text color of the completion widget.
942 # completion.bg (QssColor):
943 # Background color of the completion widget.
946 # completion.alternate-bg (QssColor):
947 # Alternating background color of the completion widget.
950 # completion.category.fg (QtColor):
951 # Foreground color of completion widget category headers.
954 # completion.category.bg (QssColor):
955 # Background color of the completion widget category headers.
956 # Default: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #888888,
959 # completion.category.border.top (QssColor):
960 # Top border color of the completion widget category headers.
963 # completion.category.border.bottom (QssColor):
964 # Bottom border color of the completion widget category headers.
965 # Default: ${completion.category.border.top}
967 # completion.item.selected.fg (QtColor):
968 # Foreground color of the selected completion item.
971 # completion.item.selected.bg (QssColor):
972 # Background color of the selected completion item.
975 # completion.item.selected.border.top (QssColor):
976 # Top border color of the completion widget category headers.
979 # completion.item.selected.border.bottom (QssColor):
980 # Bottom border color of the selected completion item.
981 # Default: ${completion.item.selected.border.top}
983 # completion.match.fg (QssColor):
984 # Foreground color of the matched text in the completion.
987 # statusbar.fg (QssColor):
988 # Foreground color of the statusbar.
991 # statusbar.bg (QssColor):
992 # Foreground color of the statusbar.
995 # statusbar.fg.error (QssColor):
996 # Foreground color of the statusbar if there was an error.
997 # Default: ${statusbar.fg}
999 # statusbar.bg.error (QssColor):
1000 # Background color of the statusbar if there was an error.
1003 # statusbar.fg.warning (QssColor):
1004 # Foreground color of the statusbar if there is a warning.
1005 # Default: ${statusbar.fg}
1007 # statusbar.bg.warning (QssColor):
1008 # Background color of the statusbar if there is a warning.
1009 # Default: darkorange
1011 # statusbar.fg.prompt (QssColor):
1012 # Foreground color of the statusbar if there is a prompt.
1013 # Default: ${statusbar.fg}
1015 # statusbar.bg.prompt (QssColor):
1016 # Background color of the statusbar if there is a prompt.
1019 # statusbar.fg.insert (QssColor):
1020 # Foreground color of the statusbar in insert mode.
1021 # Default: ${statusbar.fg}
1023 # statusbar.bg.insert (QssColor):
1024 # Background color of the statusbar in insert mode.
1025 # Default: darkgreen
1027 # statusbar.fg.command (QssColor):
1028 # Foreground color of the statusbar in command mode.
1029 # Default: ${statusbar.fg}
1031 # statusbar.bg.command (QssColor):
1032 # Background color of the statusbar in command mode.
1033 # Default: ${statusbar.bg}
1035 # statusbar.fg.caret (QssColor):
1036 # Foreground color of the statusbar in caret mode.
1037 # Default: ${statusbar.fg}
1039 # statusbar.bg.caret (QssColor):
1040 # Background color of the statusbar in caret mode.
1043 # statusbar.fg.caret-selection (QssColor):
1044 # Foreground color of the statusbar in caret mode with a selection
1045 # Default: ${statusbar.fg}
1047 # statusbar.bg.caret-selection (QssColor):
1048 # Background color of the statusbar in caret mode with a selection
1051 # statusbar.progress.bg (QssColor):
1052 # Background color of the progress bar.
1055 # statusbar.url.fg (QssColor):
1056 # Default foreground color of the URL in the statusbar.
1057 # Default: ${statusbar.fg}
1059 # statusbar.url.fg.success (QssColor):
1060 # Foreground color of the URL in the statusbar on successful load.
1063 # statusbar.url.fg.error (QssColor):
1064 # Foreground color of the URL in the statusbar on error.
1067 # statusbar.url.fg.warn (QssColor):
1068 # Foreground color of the URL in the statusbar when there's a
1072 # statusbar.url.fg.hover (QssColor):
1073 # Foreground color of the URL in the statusbar for hovered links.
1076 # tabs.fg.odd (QtColor):
1077 # Foreground color of unselected odd tabs.
1080 # tabs.bg.odd (QtColor):
1081 # Background color of unselected odd tabs.
1084 # tabs.fg.even (QtColor):
1085 # Foreground color of unselected even tabs.
1088 # tabs.bg.even (QtColor):
1089 # Background color of unselected even tabs.
1092 # tabs.fg.selected (QtColor):
1093 # Foreground color of selected tabs.
1096 # tabs.bg.selected (QtColor):
1097 # Background color of selected tabs.
1100 # tabs.bg.bar (QtColor):
1101 # Background color of the tab bar.
1104 # tabs.indicator.start (QtColor):
1105 # Color gradient start for the tab indicator.
1108 # tabs.indicator.stop (QtColor):
1109 # Color gradient end for the tab indicator.
1112 # tabs.indicator.error (QtColor):
1113 # Color for the tab indicator on errors..
1116 # tabs.indicator.system:
1117 # Color gradient interpolation system for the tab indicator.
1118 # rgb: Interpolate in the RGB color system.
1119 # hsv: Interpolate in the HSV color system.
1120 # hsl: Interpolate in the HSL color system.
1123 # hints.fg (CssColor):
1124 # Font color for hints.
1127 # hints.bg (CssColor):
1128 # Background color for hints.
1129 # Default: -webkit-gradient(linear, left top, left bottom,
1130 # color-stop(0%,#FFF785), color-stop(100%,#FFC542))
1132 # hints.fg.match (CssColor):
1133 # Font color for the matched part of hints.
1136 # downloads.bg.bar (QssColor):
1137 # Background color for the download bar.
1140 # downloads.fg.start (QtColor):
1141 # Color gradient start for download text.
1144 # downloads.bg.start (QtColor):
1145 # Color gradient start for download backgrounds.
1148 # downloads.fg.stop (QtColor):
1149 # Color gradient end for download text.
1150 # Default: ${downloads.fg.start}
1152 # downloads.bg.stop (QtColor):
1153 # Color gradient stop for download backgrounds.
1156 # downloads.fg.system:
1157 # Color gradient interpolation system for download text.
1158 # rgb: Interpolate in the RGB color system.
1159 # hsv: Interpolate in the HSV color system.
1160 # hsl: Interpolate in the HSL color system.
1163 # downloads.bg.system:
1164 # Color gradient interpolation system for download backgrounds.
1165 # rgb: Interpolate in the RGB color system.
1166 # hsv: Interpolate in the HSV color system.
1167 # hsl: Interpolate in the HSL color system.
1170 # downloads.fg.error (QtColor):
1171 # Foreground color for downloads with errors.
1174 # downloads.bg.error (QtColor):
1175 # Background color for downloads with errors.
1178 # webpage.bg (QtColor):
1179 # Background color for webpages if unset (or empty to use the
1182 completion.fg = white
1183 completion.bg = #333333
1184 completion.alternate-bg = #444444
1185 completion.category.fg = white
1186 completion.category.bg = qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #888888, stop:1 #505050)
1187 completion.category.border.top = black
1188 completion.category.border.bottom = ${completion.category.border.top}
1189 completion.item.selected.fg = black
1190 completion.item.selected.bg = #e8c000
1191 completion.item.selected.border.top = #bbbb00
1192 completion.item.selected.border.bottom = ${completion.item.selected.border.top}
1193 completion.match.fg = #ff4444
1194 statusbar.fg = white
1195 statusbar.bg = black
1196 statusbar.fg.error = ${statusbar.fg}
1197 statusbar.bg.error = red
1198 statusbar.fg.warning = ${statusbar.fg}
1199 statusbar.bg.warning = darkorange
1200 statusbar.fg.prompt = ${statusbar.fg}
1201 statusbar.bg.prompt = darkblue
1202 statusbar.fg.insert = ${statusbar.fg}
1203 statusbar.bg.insert = darkgreen
1204 statusbar.fg.command = ${statusbar.fg}
1205 statusbar.bg.command = ${statusbar.bg}
1206 statusbar.fg.caret = ${statusbar.fg}
1207 statusbar.bg.caret = purple
1208 statusbar.fg.caret-selection = ${statusbar.fg}
1209 statusbar.bg.caret-selection = #a12dff
1210 statusbar.progress.bg = white
1211 statusbar.url.fg = ${statusbar.fg}
1212 statusbar.url.fg.success = lime
1213 statusbar.url.fg.error = orange
1214 statusbar.url.fg.warn = yellow
1215 statusbar.url.fg.hover = aqua
1218 tabs.fg.even = white
1219 tabs.bg.even = darkgrey
1220 tabs.fg.selected = white
1221 tabs.bg.selected = black
1222 tabs.bg.bar = #555555
1223 tabs.indicator.start = #0000aa
1224 tabs.indicator.stop = #00aa00
1225 tabs.indicator.error = #ff0000
1226 tabs.indicator.system = rgb
1228 hints.bg = -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785), color-stop(100%,#FFC542))
1229 hints.fg.match = green
1230 downloads.bg.bar = black
1231 downloads.fg.start = #ffffff
1232 downloads.bg.start = #0000aa
1233 downloads.fg.stop = ${downloads.fg.start}
1234 downloads.bg.stop = #00aa00
1235 downloads.fg.system = rgb
1236 downloads.bg.system = rgb
1237 downloads.fg.error = white
1238 downloads.bg.error = red
1242 # Fonts used for the UI, with optional style/weight/size.
1243 # * Style: `normal`/`italic`/`oblique`
1244 # * Weight: `normal`, `bold`, `100`..`900`
1245 # * Size: _number_ `px`/`pt`
1247 # _monospace (Font):
1248 # Default monospace fonts.
1249 # Default: Terminus, Monospace, "DejaVu Sans Mono", Monaco,
1250 # "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono",
1251 # "Courier New", Courier, monospace, Fixed, Consolas, Terminal
1253 # completion (Font):
1254 # Font used in the completion widget.
1255 # Default: 10pt ${_monospace}
1258 # Font used in the tab bar.
1259 # Default: 10pt ${_monospace}
1262 # Font used in the statusbar.
1263 # Default: 10pt ${_monospace}
1266 # Font used for the downloadbar.
1267 # Default: 10pt ${_monospace}
1270 # Font used for the hints.
1271 # Default: bold 13px Monospace
1273 # debug-console (QtFont):
1274 # Font used for the debugging console.
1275 # Default: 10pt ${_monospace}
1277 # web-family-standard (FontFamily):
1278 # Font family for standard fonts.
1281 # web-family-fixed (FontFamily):
1282 # Font family for fixed fonts.
1285 # web-family-serif (FontFamily):
1286 # Font family for serif fonts.
1289 # web-family-sans-serif (FontFamily):
1290 # Font family for sans-serif fonts.
1293 # web-family-cursive (FontFamily):
1294 # Font family for cursive fonts.
1297 # web-family-fantasy (FontFamily):
1298 # Font family for fantasy fonts.
1301 # web-size-minimum (Int):
1302 # The hard minimum font size.
1305 # web-size-minimum-logical (Int):
1306 # The minimum logical font size that is applied when zooming out.
1309 # web-size-default (Int):
1310 # The default font size for regular text.
1313 # web-size-default-fixed (Int):
1314 # The default font size for fixed-pitch text.
1316 _monospace = Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono", "Courier New", Courier, monospace, Fixed, Consolas, Terminal
1317 completion = 8pt ${_monospace}
1318 tabbar = 8pt ${_monospace}
1319 statusbar = 8pt ${_monospace}
1320 downloads = 8pt ${_monospace}
1321 hints = bold 12px Monospace
1322 debug-console = 8pt ${_monospace}
1323 web-family-standard =
1326 web-family-sans-serif =
1327 web-family-cursive =
1328 web-family-fantasy =
1330 web-size-minimum-logical =
1332 web-size-default-fixed =