1
0
Fork 0

qute: script, harder color

This commit is contained in:
Vladimír Dudr 2025-02-18 09:51:03 +01:00
parent 5b139a7fb6
commit 767e4303aa
2 changed files with 3 additions and 2 deletions

View file

@ -2012,6 +2012,7 @@ config.bind('cl', 'tab-only --pinned keep --prev')
config.bind('ch', 'tab-only --pinned keep --next') config.bind('ch', 'tab-only --pinned keep --next')
config.bind(' pp', 'spawn --userscript gopass-fill') config.bind(' pp', 'spawn --userscript gopass-fill')
config.bind(' po', 'spawn --userscript gopass-fill otp') config.bind(' po', 'spawn --userscript gopass-fill otp')
config.bind(' pP', 'spawn --userscript gopass-fill password')
# config.bind("'", 'mode-enter jump_mark') # config.bind("'", 'mode-enter jump_mark')
# config.bind('+', 'zoom-in') # config.bind('+', 'zoom-in')
# config.bind('-', 'zoom-out') # config.bind('-', 'zoom-out')

View file

@ -295,13 +295,13 @@ c.colors.tabs.even.bg = bg3
c.colors.tabs.selected.odd.fg = fg0 c.colors.tabs.selected.odd.fg = fg0
# Background color of selected odd tabs. # 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. # Foreground color of selected even tabs.
c.colors.tabs.selected.even.fg = c.colors.tabs.selected.odd.fg c.colors.tabs.selected.even.fg = c.colors.tabs.selected.odd.fg
# Background color of selected even tabs. # 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. # Background color of pinned unselected even tabs.
c.colors.tabs.pinned.even.bg = bright_green c.colors.tabs.pinned.even.bg = bright_green