qutebrowser.
This commit is contained in:
parent
8a6e3ab1e9
commit
1ed43f486d
@ -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
|
||||
|
@ -7,7 +7,7 @@
|
||||
</head>
|
||||
|
||||
<style>
|
||||
body { background-color: #272822 }
|
||||
body { background-color: #0f1419 }
|
||||
</style>
|
||||
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user