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:
parent
a9c5e18365
commit
0570307ecb
|
@ -220,7 +220,6 @@ DEFAULTS = {
|
||||||
'background_image_align_vert' : 'middle',
|
'background_image_align_vert' : 'middle',
|
||||||
'backspace_binding' : 'ascii-del',
|
'backspace_binding' : 'ascii-del',
|
||||||
'delete_binding' : 'escape-sequence',
|
'delete_binding' : 'escape-sequence',
|
||||||
'color_scheme' : 'grey_on_black',
|
|
||||||
'cursor_blink' : True,
|
'cursor_blink' : True,
|
||||||
'cursor_shape' : 'block',
|
'cursor_shape' : 'block',
|
||||||
'cursor_fg_color' : '',
|
'cursor_fg_color' : '',
|
||||||
|
|
Loading…
Reference in New Issue