kitten/diff: allow specifying none color for select_fg
Allow diff kitten to not override foreground color for selections. Related #1358
This commit is contained in:
parent
fb8b9b3933
commit
dbe44c9e4b
@ -89,7 +89,7 @@ c('hunk_bg', '#f1f8ff')
|
||||
c('search_bg', '#444', long_text=_('Highlighting'))
|
||||
c('search_fg', 'white')
|
||||
c('select_bg', '#b4d5fe')
|
||||
c('select_fg', 'black')
|
||||
o('select_fg', 'black', option_type=to_color_or_none)
|
||||
|
||||
g('shortcuts')
|
||||
k('quit', 'q', 'quit', _('Quit'))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user