diff kitten: Allow theming the selection background/foreground as well

This commit is contained in:
Kovid Goyal
2018-06-15 14:43:39 +05:30
parent 07bd371e21
commit 59743fd7a1
3 changed files with 26 additions and 19 deletions

View File

@@ -83,8 +83,10 @@ c('filler_bg', '#fafbfc', long_text=_('Filler (empty) line background'))
c('hunk_margin_bg', '#dbedff', long_text=_('Hunk header colors'))
c('hunk_bg', '#f1f8ff')
c('search_bg', '#444', long_text=_('Search highlighting'))
c('search_bg', '#444', long_text=_('Highlighting'))
c('search_fg', 'white')
c('select_bg', '#B4D5FE')
c('select_fg', 'black')
g('shortcuts')
k('quit', 'q', 'quit', _('Quit'))