Browse Source

Raises brightness/darkness of the line annotation

main
Eric Amodio 7 years ago
parent
commit
a4d55bcbcc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/blameActiveLineController.ts

+ 1
- 1
src/blameActiveLineController.ts 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

Loading…
Cancel
Save