mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-17 01:35:37 -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,
|
||||
renderOptions: {
|
||||
after: {
|
||||
color: 'rgba(153, 153, 153, 0.3)',
|
||||
color: 'rgba(153, 153, 153, 0.35)',
|
||||
contentText: annotation
|
||||
}
|
||||
} as DecorationInstanceRenderOptions
|
||||
|
||||
Reference in New Issue
Block a user