qute: script, harder color
This commit is contained in:
parent
5b139a7fb6
commit
767e4303aa
2 changed files with 3 additions and 2 deletions
|
@ -2012,6 +2012,7 @@ config.bind('cl', 'tab-only --pinned keep --prev')
|
|||
config.bind('ch', 'tab-only --pinned keep --next')
|
||||
config.bind(' pp', 'spawn --userscript gopass-fill')
|
||||
config.bind(' po', 'spawn --userscript gopass-fill otp')
|
||||
config.bind(' pP', 'spawn --userscript gopass-fill password')
|
||||
# config.bind("'", 'mode-enter jump_mark')
|
||||
# config.bind('+', 'zoom-in')
|
||||
# config.bind('-', 'zoom-out')
|
||||
|
|
|
@ -295,13 +295,13 @@ c.colors.tabs.even.bg = bg3
|
|||
c.colors.tabs.selected.odd.fg = fg0
|
||||
|
||||
# Background color of selected odd tabs.
|
||||
c.colors.tabs.selected.odd.bg = bg0
|
||||
c.colors.tabs.selected.odd.bg = bg0_hard
|
||||
|
||||
# Foreground color of selected even tabs.
|
||||
c.colors.tabs.selected.even.fg = c.colors.tabs.selected.odd.fg
|
||||
|
||||
# Background color of selected even tabs.
|
||||
c.colors.tabs.selected.even.bg = bg0
|
||||
c.colors.tabs.selected.even.bg = bg0_hard
|
||||
|
||||
# Background color of pinned unselected even tabs.
|
||||
c.colors.tabs.pinned.even.bg = bright_green
|
||||
|
|
Loading…
Add table
Reference in a new issue