From 1ed43f486de0ac70af5c040cfd536d2192c8f4e1 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sat, 3 Dec 2022 23:09:40 +0100 Subject: [PATCH] qutebrowser. --- _unused/qutebrowser/config.py | 12 ++++++------ _unused/qutebrowser/startpage.html | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_unused/qutebrowser/config.py b/_unused/qutebrowser/config.py index 2d9755b..ac89d11 100644 --- a/_unused/qutebrowser/config.py +++ b/_unused/qutebrowser/config.py @@ -82,13 +82,13 @@ config.load_autoconfig(True) # c.changelog_after_upgrade = 'minor' colors_ftpd = { - 'bg': '#272822', - 'fg': '#f8f8f2', + 'bg': '#0f1419', + 'fg': '#e6e1cf', 'sel-bg': '#005577', 'sel-fg': '#ffffff', 'err-bg': '#770000', 'err-fg': '#ffffff', - 'black': '#161616', + 'black': '#000000', 'red': '#bb0000', 'green': '#a6e22d', 'yellow': '#fff27f', @@ -333,11 +333,11 @@ c.colors.statusbar.caret.selection.fg = colors_ftpd['black'] ## Background color of the statusbar in command mode. ## Type: QssColor -c.colors.statusbar.command.bg = colors_ftpd['sel-bg'] +c.colors.statusbar.command.bg = colors_ftpd['bg'] ## Foreground color of the statusbar in command mode. ## Type: QssColor -c.colors.statusbar.command.fg = colors_ftpd['sel-fg'] +c.colors.statusbar.command.fg = colors_ftpd['fg'] ## Background color of the statusbar in private browsing + command mode. ## Type: QssColor @@ -2091,7 +2091,7 @@ c.url.open_base_url = True ## qutebrowser`. ## Type: Dict # c.url.searchengines = {'DEFAULT': 'https://html.duckduckgo.com/html/?q={}'} -c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}'} +c.url.searchengines = {'DEFAULT': 'https://html.duckduckgo.com/html/?q={}'} ## Page(s) to open at the start. ## Type: List of FuzzyUrl, or FuzzyUrl diff --git a/_unused/qutebrowser/startpage.html b/_unused/qutebrowser/startpage.html index 18e9979..7f567bd 100644 --- a/_unused/qutebrowser/startpage.html +++ b/_unused/qutebrowser/startpage.html @@ -7,7 +7,7 @@