mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-16 11:52:47 +00:00
Qute: pinned tab colors
This commit is contained in:
parent
b1303f9ec6
commit
52a3f1c7bc
|
@ -1,3 +1,6 @@
|
|||
# If a config.py file exists, this file is ignored unless it's explicitly loaded
|
||||
# via config.load_autoconfig(). For more information, see:
|
||||
# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
|
||||
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
||||
# Instead, create a config.py - see :help for details.
|
||||
|
||||
|
@ -93,6 +96,20 @@ settings:
|
|||
global: '#00aa00'
|
||||
colors.tabs.odd.bg:
|
||||
global: '#222D32'
|
||||
colors.tabs.pinned.even.bg:
|
||||
global: '#222D32'
|
||||
colors.tabs.pinned.odd.bg:
|
||||
global: '#222D32'
|
||||
colors.tabs.pinned.odd.fg:
|
||||
global: white
|
||||
colors.tabs.pinned.selected.even.bg:
|
||||
global: '#5294E2'
|
||||
colors.tabs.pinned.selected.even.fg:
|
||||
global: black
|
||||
colors.tabs.pinned.selected.odd.bg:
|
||||
global: '#5294E2'
|
||||
colors.tabs.pinned.selected.odd.fg:
|
||||
global: black
|
||||
colors.tabs.selected.even.bg:
|
||||
global: '#5294E2'
|
||||
colors.tabs.selected.even.fg:
|
||||
|
@ -154,6 +171,8 @@ settings:
|
|||
global: /home/glados/.local/share/qutebrowser/normalize.css
|
||||
content.webgl:
|
||||
global: true
|
||||
content.webrtc_ip_handling_policy:
|
||||
global: default-public-interface-only
|
||||
content.xss_auditing:
|
||||
global: false
|
||||
editor.command:
|
||||
|
|
Loading…
Reference in a new issue