Procházet zdrojové kódy

Raises brightness/darkness of the line annotation

main
Eric Amodio před 7 roky
rodič
revize
a4d55bcbcc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/blameActiveLineController.ts

+ 1
- 1
src/blameActiveLineController.ts Zobrazit soubor

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

Načítá se…
Zrušit
Uložit