Skip to content

Commit

Permalink
Update editor switch icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cweijan committed Mar 8, 2024
1 parent c579641 commit 94dfe78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions images/switch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/switch_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/vditor_logo.png
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@
"command": "office.markdown.switch",
"title": "Switch markdown editor",
"icon": {
"dark": "./images/vditor_logo.png",
"light": "./images/vditor_logo.png"
"dark": "./images/switch.svg",
"light": "./images/switch_light.svg"
}
},
{
Expand Down

0 comments on commit 94dfe78

Please sign in to comment.