From ecb261558f15ca93f155b240761ee61bd9f0e097 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Mon, 7 Nov 2016 16:42:20 +0100 Subject: [PATCH] Update screen_utils.py --- src/fenrir/utils/screen_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fenrir/utils/screen_utils.py b/src/fenrir/utils/screen_utils.py index 86946dd2..4eb81945 100644 --- a/src/fenrir/utils/screen_utils.py +++ b/src/fenrir/utils/screen_utils.py @@ -40,7 +40,7 @@ def trackHighlights(oldAttr, newAttr, text, lenght): background.append(bgStat[0][0]) # if there is a third color add a secondary background (for dialogs for example) if len(bgStat) > 2: - if bgStat[1][1] > 20: + if bgStat[1][1] > 40: background.append(bgStat[1][0]) except Exception as e: background.append(chr(7))