From 8b5dd2345331f704958225dd3d6fecb46de6597d Mon Sep 17 00:00:00 2001 From: DeathAxe Date: Wed, 29 Sep 2021 18:56:54 +0200 Subject: [PATCH] Fix: Fix annotation background This commit applies explicit background color to annotations as `transparent` causes them to be unreadable when hovered. --- modules/annotation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/annotation.py b/modules/annotation.py index f1c633c..b51b213 100644 --- a/modules/annotation.py +++ b/modules/annotation.py @@ -159,7 +159,7 @@ class GitGutterLineAnnotationST4(object):