From a4d55bcbcc550dba8c10e0849fdd1e1411050f49 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 16 Feb 2017 22:48:55 -0500 Subject: [PATCH] Raises brightness/darkness of the line annotation --- src/blameActiveLineController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blameActiveLineController.ts b/src/blameActiveLineController.ts index d8802ce..e91ada3 100644 --- a/src/blameActiveLineController.ts +++ b/src/blameActiveLineController.ts @@ -290,7 +290,7 @@ export default class BlameActiveLineController extends Disposable { hoverMessage: hoverMessage, renderOptions: { after: { - color: 'rgba(153, 153, 153, 0.3)', + color: 'rgba(153, 153, 153, 0.35)', contentText: annotation } } as DecorationInstanceRenderOptions