diff --git a/img/file.svg b/img/file.svg new file mode 100644 index 000000000..955ebcd31 --- /dev/null +++ b/img/file.svg @@ -0,0 +1,12 @@ + + + + file + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/img/pdf.svg b/img/pdf.svg new file mode 100644 index 000000000..78b5dc8db --- /dev/null +++ b/img/pdf.svg @@ -0,0 +1,12 @@ + + + + file-pdf + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/package.json b/package.json index ff79e5f70..fbda3063d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,8 @@ }, { "command": "latex-workshop.preview", - "title": "Show Preview" + "title": "Show Preview", + "icon": "./img/pdf.svg" }, { "command": "latex-workshop.preview_browser", @@ -69,7 +70,8 @@ }, { "command": "latex-workshop.source", - "title": "Show LaTeX Column" + "title": "Show LaTeX Column", + "icon": "./img/file.svg" }, { "command": "latex-workshop.synctex",