Raises brightness/darkness of the line annotation

This commit is contained in:
Eric Amodio
2017-02-16 22:48:55 -05:00
parent ca5845018f
commit a4d55bcbcc

View File

@@ -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