diff options
Diffstat (limited to 'art/render.rb')
-rwxr-xr-x | art/render.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/art/render.rb b/art/render.rb index c5dd4487..bc340ed9 100755 --- a/art/render.rb +++ b/art/render.rb @@ -11,8 +11,10 @@ resolutions = { } images = { - 'conversations_plus_beta_baloons.svg' => ['ic_launcher', 48], - 'conversations_plus_beta_baloons_notification.svg' => ['ic_notification', 24], + 'conversations_baloon.svg' => ['ic_launcher', 48], + 'conversations_mono.svg' => ['ic_notification', 24], + 'ic_toast.svg' => ['ic_toast', 24], + 'ic_toast_error.svg' => ['ic_toast_error', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], 'ic_send_text_offline.svg' => ['ic_send_text_offline', 36], 'ic_send_text_online.svg' => ['ic_send_text_online', 36], |