add md_colors

This commit is contained in:
Evgeny
2021-08-05 21:45:29 +03:00
parent ae731cc322
commit 0e17182cea
4 changed files with 299 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
function on_resume()
apps_names = { "Telegram", "WhatsApp", "Google PLay" }
apps_pkgs = { "org.telegram.messenger.web", "com.whatsapp", "com.android.vending" }
apps_colors = { "#0000ff", "#00ff00" }
apps_colors = { md_colors.light_blue_500, md_colors.green_500 }
ui:show_buttons(apps_names, apps_colors)
end