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
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ def syntax_aliases(raw: str) -> Dict[str, str]:
|
|||
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…
Reference in a new issue