Make inactive background brightness default 1.0 (100%)

This commit is contained in:
Kacper Kowalski 2023-02-21 11:04:37 +01:00
parent 39cf34e295
commit c1d9253acc
1 changed files with 1 additions and 1 deletions

View File

@ -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'],