Remove unused 'color_scheme' setting

The color scheme in use is determined by checking the
'foreground_color' and 'background_color' settings.
This commit is contained in:
Vulcalien 2023-04-02 17:26:24 +02:00
parent a9c5e18365
commit 0570307ecb
1 changed files with 0 additions and 1 deletions

View File

@ -220,7 +220,6 @@ DEFAULTS = {
'background_image_align_vert' : 'middle',
'backspace_binding' : 'ascii-del',
'delete_binding' : 'escape-sequence',
'color_scheme' : 'grey_on_black',
'cursor_blink' : True,
'cursor_shape' : 'block',
'cursor_fg_color' : '',