Skip to content

Commit

Permalink
Added dark icons for light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsong67 committed Oct 24, 2024
1 parent e14d8c4 commit a7503ff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added media/pros-tux-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/run-tux-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/stop-tux-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"command": "pros.build&upload",
"title": "Build & Upload",
"icon": {
"light": "media/pros-tux-white.png",
"light": "media/pros-tux-black.png",
"dark": "media/pros-tux-white.png"
}
},
Expand All @@ -121,15 +121,15 @@
"command": "pros.run",
"title": "PROS: Run",
"icon": {
"light": "media/run-tux-white.png",
"light": "media/run-tux-black.png",
"dark": "media/run-tux-white.png"
}
},
{
"command": "pros.stop",
"title": "PROS: Stop",
"icon": {
"light": "media/stop-tux-white.png",
"light": "media/stop-tux-black.png",
"dark": "media/stop-tux-white.png"
}
},
Expand Down

0 comments on commit a7503ff

Please sign in to comment.