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' : '',
|
'custom_url_handler' : '',
|
||||||
'disable_real_transparency' : False,
|
'disable_real_transparency' : False,
|
||||||
'inactive_color_offset': 0.8,
|
'inactive_color_offset': 0.8,
|
||||||
'inactive_bg_color_offset': 0.8,
|
'inactive_bg_color_offset': 1.0,
|
||||||
'enabled_plugins' : ['LaunchpadBugURLHandler',
|
'enabled_plugins' : ['LaunchpadBugURLHandler',
|
||||||
'LaunchpadCodeURLHandler',
|
'LaunchpadCodeURLHandler',
|
||||||
'APTURLHandler'],
|
'APTURLHandler'],
|
||||||
|
|
Loading…
Reference in New Issue