change tab bar colors and add keybinding
This commit is contained in:
parent
5779744e78
commit
76f757e9e5
1 changed files with 6 additions and 5 deletions
|
@ -323,15 +323,15 @@ c.bindings.default = {}
|
|||
|
||||
## Background color of the tab bar.
|
||||
## Type: QtColor
|
||||
# c.colors.tabs.bar.bg = '#555555'
|
||||
c.colors.tabs.bar.bg = '#333333'
|
||||
|
||||
## Background color of unselected even tabs.
|
||||
## Type: QtColor
|
||||
# c.colors.tabs.even.bg = 'darkgrey'
|
||||
c.colors.tabs.even.bg = '#BBBBBB'
|
||||
|
||||
## Foreground color of unselected even tabs.
|
||||
## Type: QtColor
|
||||
# c.colors.tabs.even.fg = 'white'
|
||||
c.colors.tabs.even.fg = 'black'
|
||||
|
||||
## Color for the tab indicator on errors.
|
||||
## Type: QtColor
|
||||
|
@ -356,11 +356,11 @@ c.bindings.default = {}
|
|||
|
||||
## Background color of unselected odd tabs.
|
||||
## Type: QtColor
|
||||
# c.colors.tabs.odd.bg = 'grey'
|
||||
c.colors.tabs.odd.bg = '#CCCCCC'
|
||||
|
||||
## Foreground color of unselected odd tabs.
|
||||
## Type: QtColor
|
||||
# c.colors.tabs.odd.fg = 'white'
|
||||
c.colors.tabs.odd.fg = 'black'
|
||||
|
||||
## Background color of selected even tabs.
|
||||
## Type: QtColor
|
||||
|
@ -1506,6 +1506,7 @@ config.bind('<Ctrl-x>b', 'set-cmd-text -s :tab-focus')
|
|||
# config.bind('gC', 'tab-clone')
|
||||
# config.bind('gO', 'set-cmd-text :open -t -r {url:pretty}')
|
||||
config.bind('<Ctrl-x><Ctrl-f>', 'set-cmd-text -s :open -t')
|
||||
config.bind('<Ctrl-x><Ctrl-w>', 'set-cmd-text -s :open -t {url:pretty}')
|
||||
# config.bind('gU', 'navigate up -t')
|
||||
# config.bind('g^', 'tab-focus 1')
|
||||
# config.bind('ga', 'open -t')
|
||||
|
|
Loading…
Reference in a new issue