diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 0e26c313..1963f5bf 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -195,12 +195,6 @@ DEFAULTS = { 'force_no_bell' : False, 'cycle_term_tab' : True, 'copy_on_selection' : False, - 'title_tx_txt_color' : '#FFFFFF', - 'title_tx_bg_color' : '#C80003', - 'title_rx_txt_color' : '#FFFFFF', - 'title_rx_bg_color' : '#0076C9', - 'title_ia_txt_color' : '#000000', - 'title_ia_bg_color' : '#C0BEBF', 'alternate_screen_scroll': True, 'split_to_group' : False, 'autoclean_groups' : True,