mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 10:58:34 -05:00
Raises brightness/darkness of the line annotation
This commit is contained in:
@@ -290,7 +290,7 @@ export default class BlameActiveLineController extends Disposable {
|
|||||||
hoverMessage: hoverMessage,
|
hoverMessage: hoverMessage,
|
||||||
renderOptions: {
|
renderOptions: {
|
||||||
after: {
|
after: {
|
||||||
color: 'rgba(153, 153, 153, 0.3)',
|
color: 'rgba(153, 153, 153, 0.35)',
|
||||||
contentText: annotation
|
contentText: annotation
|
||||||
}
|
}
|
||||||
} as DecorationInstanceRenderOptions
|
} as DecorationInstanceRenderOptions
|
||||||
|
|||||||
Reference in New Issue
Block a user