we shouldn't prevent bold by default
This commit is contained in:
parent
fa448d7925
commit
fc67f3676a
|
@ -81,7 +81,7 @@ class TerminatorConfValuestore:
|
||||||
'profile_dir' : '/apps/gnome-terminal/profiles',
|
'profile_dir' : '/apps/gnome-terminal/profiles',
|
||||||
'titlebars' : True,
|
'titlebars' : True,
|
||||||
'titletips' : False,
|
'titletips' : False,
|
||||||
'allow_bold' : False,
|
'allow_bold' : True,
|
||||||
'silent_bell' : True,
|
'silent_bell' : True,
|
||||||
'background_color' : '#000000',
|
'background_color' : '#000000',
|
||||||
'background_darkness' : 0.5,
|
'background_darkness' : 0.5,
|
||||||
|
|
Loading…
Reference in New Issue