From 3414e4c727923c4d8d714fe645872de9670bf60f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 21 Dec 2017 13:12:11 -0200 Subject: Colors and initial page --- config.dot/qutebrowser/config.py.link | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3