qutebrowser tweaks.

This commit is contained in:
Bartek Stalewski 2022-05-08 22:59:20 +02:00
parent 94866cb9f3
commit 377d80b15b
3 changed files with 4 additions and 24 deletions

View file

@ -456,7 +456,7 @@ c.colors.tabs.pinned.even.bg = colors_ftpd['bg']
## Foreground color of pinned unselected even tabs.
## Type: QtColor
c.colors.tabs.pinned.even.fg = colors_ftpd['fg']
c.colors.tabs.pinned.even.fg = colors_ftpd['green']
## Background color of pinned unselected odd tabs.
## Type: QtColor
@ -464,7 +464,7 @@ c.colors.tabs.pinned.odd.bg = colors_ftpd['bg']
## Foreground color of pinned unselected odd tabs.
## Type: QtColor
c.colors.tabs.pinned.odd.fg = colors_ftpd['fg']
c.colors.tabs.pinned.odd.fg = colors_ftpd['green']
## Background color of pinned selected even tabs.
## Type: QtColor
@ -1273,7 +1273,7 @@ c.fonts.default_family = ["RobotoMono Nerd Font"]
## either a float value with a "pt" suffix, or an integer value with a
## "px" suffix.
## Type: String
c.fonts.default_size = '13px'
c.fonts.default_size = '14px'
## Font used for the downloadbar.
## Type: Font