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:
Tomas Krizek 2021-01-01 23:25:06 +01:00
parent fb8b9b3933
commit dbe44c9e4b
No known key found for this signature in database
GPG Key ID: 17FBAFD462D8A049

View File

@ -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'))