Finalize boot-hint optics change

This commit is contained in:
BoykoAlex
2018-08-01 15:28:13 -04:00
parent cc756ba2d4
commit 819ae52acf
12 changed files with 11 additions and 61 deletions

View File

@@ -27,12 +27,8 @@ export class HighlightService {
constructor() {
this.DECORATION = VSCode.window.createTextEditorDecorationType({
// textDecoration: "underline",
// gutterIconPath: path.resolve(__dirname, "../icons/boot-icon.png"),
// gutterIconSize: "contain",
// outline: "#32BA56 dotted thin",
before: {
contentIconPath: path.resolve(__dirname, "../icons/boot-12.png"),
contentIconPath: path.resolve(__dirname, "../icons/boot-12h.png"),
margin: '2px 2px 0px 0px'
},
backgroundColor: 'rgba(109,179,63,0.25)',