Make inactive background brightness default 1.0 (100%)
This commit is contained in:
parent
39cf34e295
commit
c1d9253acc
|
@ -103,7 +103,7 @@ DEFAULTS = {
|
|||
'custom_url_handler' : '',
|
||||
'disable_real_transparency' : False,
|
||||
'inactive_color_offset': 0.8,
|
||||
'inactive_bg_color_offset': 0.8,
|
||||
'inactive_bg_color_offset': 1.0,
|
||||
'enabled_plugins' : ['LaunchpadBugURLHandler',
|
||||
'LaunchpadCodeURLHandler',
|
||||
'APTURLHandler'],
|
||||
|
|
Loading…
Reference in New Issue