Skip to content

Commit ab5a914

Browse files
committed
Update UI icons
1 parent b68dfe9 commit ab5a914

File tree

12 files changed

+34
-4
lines changed

12 files changed

+34
-4
lines changed

.DS_Store

6 KB
Binary file not shown.

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
{
6868
"id": "mdTree",
6969
"title": "HackMD Notes",
70-
"icon": "src/icon/notes.svg"
70+
"icon": "src/icon/activity-bar.svg"
7171
}
7272
]
7373
},
@@ -91,17 +91,26 @@
9191
{
9292
"command": "treeView.refreshList",
9393
"title": "HackMD: Refresh",
94-
"icon": "src/icon/refresh.svg"
94+
"icon": {
95+
"light": "src/icon/light/refresh-dark.svg",
96+
"dark": "src/icon/dark/refresh-light.svg"
97+
}
9598
},
9699
{
97100
"command": "note.showPreview",
98101
"title": "HackMD: Show Preview",
99-
"icon": "src/icon/eye.svg"
102+
"icon": {
103+
"light": "src/icon/light/view-dark.svg",
104+
"dark": "src/icon/dark/view-light.svg"
105+
}
100106
},
101107
{
102108
"command": "note.showPreviewAndEditor",
103109
"title": "HackMD: Show Preview To Side",
104-
"icon": "src/icon/education.svg"
110+
"icon": {
111+
"light": "src/icon/light/column-dark.svg",
112+
"dark": "src/icon/dark/column-light.svg"
113+
}
105114
},
106115
{
107116
"command": "HackMD.createActiveEditorContentToHackMD",

src/.DS_Store

6 KB
Binary file not shown.

src/icon/.DS_Store

6 KB
Binary file not shown.

src/icon/activity-bar.svg

Lines changed: 3 additions & 0 deletions
Loading

src/icon/dark/column-light.svg

Lines changed: 3 additions & 0 deletions
Loading

src/icon/dark/refresh-light.svg

Lines changed: 3 additions & 0 deletions
Loading

src/icon/dark/view-light.svg

Lines changed: 3 additions & 0 deletions
Loading

src/icon/light/.DS_Store

6 KB
Binary file not shown.

src/icon/light/column-dark.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)