Skip to content

Commit

Permalink
Add TwitchBee icon and color
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Feb 22, 2020
1 parent 26e3228 commit 1bddeb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/bees/twitchbee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion bees/twitchbee/twitchbeefactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (factory *TwitchBeeFactory) Image() string {

// LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *TwitchBeeFactory) LogoColor() string {
return "#ef3e56"
return "#6441a5"
}

// Options returns the options available to configure this Bee.
Expand Down

0 comments on commit 1bddeb5

Please sign in to comment.