add get_colors function

This commit is contained in:
Evgeny
2021-09-01 07:50:17 +03:00
parent 2c2f11d52a
commit a1b6f73221
9 changed files with 35 additions and 20 deletions

View File

@@ -4,10 +4,10 @@
-- author = "Evgeny Zobnin (zobnin@gmail.com)"
-- version = "1.0"
equals = "<font color=\""..ui:get_secondary_text_color().."\"> = </font>"
equals = "<font color=\""..ui:get_color().secondary_text.."\"> = </font>"
function on_alarm()
http:get("https://api.blockchain.info/ticker")
http:get("https://api.blockchain.info/ticker")
end
function on_network_result(result)