Skip to content

Commit

Permalink
Merge pull request #18 from zeplin/feature/dark-mode-icon-for-runner
Browse files Browse the repository at this point in the history
Add dark mode icon for Runner
  • Loading branch information
yigitcanyurtsever authored Oct 9, 2018
2 parents f74f942 + b87ff84 commit 87ae440
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ platform :mac do

FileUtils.cp("../plugin/img/icon.png", resources_dir)
FileUtils.cp("../plugin/img/iconRunner.png", resources_dir)
FileUtils.cp("../plugin/img/iconRunnerDark.png", resources_dir)

sketch_dir = File.join(contents_dir, "Sketch")
FileUtils.mkdir_p(sketch_dir)
Expand Down
Binary file modified plugin/img/iconRunner.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 plugin/img/iconRunnerDark.png
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 plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"script": "index.js",
"handler": "onSelectAboutMenuItem",
"icon": "iconRunner.png",
"iconDark": "iconRunnerDark.png",
"description": "Learn more about the Emoji Autocomplete plugin."
}
],
Expand Down

0 comments on commit 87ae440

Please sign in to comment.