Explorar el Código

Raises brightness/darkness of the line annotation

main
Eric Amodio hace 7 años
padre
commit
a4d55bcbcc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/blameActiveLineController.ts

+ 1
- 1
src/blameActiveLineController.ts Ver fichero

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

Cargando…
Cancelar
Guardar