Skip to content
Snippets Groups Projects
Commit d11aeb7e authored by wakellor957's avatar wakellor957
Browse files

Replaced qb-breath.py and added tab padding, favicon and autocomplete area...

Replaced qb-breath.py and added tab padding, favicon and autocomplete area size settings to the file.
parent 8ba756a1
No related branches found
No related tags found
No related merge requests found
# Breath-esque Qutebrowser theme by Wakellor957
# Edit however you like ^^
#
# Height (in pixels or as percentage of the window) of the completion.
# Type: PercOrInt
c.completion.height = '33%'
# Where to show the downloaded files.
# Type: VerticalPosition
# Valid values:
# - top
# - bottom
c.downloads.position = 'bottom'
# Scaling factor for favicons in the tab bar. The tab size is unchanged,
# so big favicons also require extra `tabs.padding`.
# Type: Float
c.tabs.favicons.scale = 1.1
# Padding (in pixels) around text for tabs.
# Type: Padding
c.tabs.padding = {'bottom': 4, 'left': 7, 'right': 7, 'top': 4}
# Background color of the completion widget for odd rows.
# Type: QssColor
c.colors.completion.odd.bg = '#292f34'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment