diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-21 13:12:11 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-21 13:12:11 -0200 |
commit | 3414e4c727923c4d8d714fe645872de9670bf60f (patch) | |
tree | c5f0a35a431c5636e9ed4f4815693f8d5df0bd84 | |
parent | 50b9ab5d8dc5d2212b6e7d9ce6fe68a527aa91f1 (diff) | |
download | qutebrowser-3414e4c727923c4d8d714fe645872de9670bf60f.tar.gz qutebrowser-3414e4c727923c4d8d714fe645872de9670bf60f.tar.bz2 |
Colors and initial page
-rw-r--r-- | config.dot/qutebrowser/config.py.link | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.dot/qutebrowser/config.py.link b/config.dot/qutebrowser/config.py.link index 2820d9d..89be5cd 100644 --- a/config.dot/qutebrowser/config.py.link +++ b/config.dot/qutebrowser/config.py.link @@ -227,7 +227,7 @@ ## Background color of the statusbar in caret mode. ## Type: QssColor # c.colors.statusbar.caret.bg = 'purple' -c.colors.statusbar.normal.bg = '#1C1C1C' +c.colors.statusbar.normal.bg = '#1c1c1c' c.colors.tabs.even.bg = '#1c1c1c' c.colors.tabs.odd.bg = '#1c1c1c' c.colors.tabs.selected.even.bg = '#444444' @@ -385,6 +385,7 @@ c.fonts.messages.warning = '10pt monospace' ## color). ## Type: QtColor # c.colors.webpage.bg = 'white' +c.colors.webpage.bg = '#1c1c1c' ## Number of commands to save in the command history. 0: no history / -1: ## unlimited @@ -1303,6 +1304,7 @@ c.fonts.monospace = '"Inconsolata for Powerline", "xos4 Terminus", Terminus, Mon ## for a blank page. ## Type: FuzzyUrl # c.url.default_page = 'https://start.duckduckgo.com/' +c.url.default_page = 'about:blank' ## URL segments where `:navigate increment/decrement` will search for a ## number. |