From 4379ea5f5c962b6eee9875530147caba37a79174 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Mon, 19 Feb 2018 21:20:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B5=D0=BB=D0=B5=D0=BD=D1=8B=D0=B9=20?= =?UTF-8?q?=D0=BF=D0=B8=D0=B7=D0=B6=D0=B5!=20(=D0=90=20=D0=A2=D0=B8=D0=BC?= =?UTF-8?q?=D0=BE=D1=85=D0=B0=20-=20=D0=BF=D0=B8=D0=B4=D0=BE=D1=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/AppMarket/Main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/AppMarket/Main.lua b/Applications/AppMarket/Main.lua index 0f0a3464..569df740 100644 --- a/Applications/AppMarket/Main.lua +++ b/Applications/AppMarket/Main.lua @@ -116,8 +116,8 @@ local contentContainer = window:addChild(GUI.container(1, 4, 1, 1)) local activityWidget = window:addChild(GUI.object(1, 1, 4, 3)) activityWidget.hidden = true activityWidget.position = 0 -activityWidget.color1 = 0x00DBFF -activityWidget.color2 = 0x0092FF +activityWidget.color1 = 0x99FF80 +activityWidget.color2 = 0x00B640 activityWidget.draw = function(activityWidget) buffer.text(activityWidget.x + 1, activityWidget.y, activityWidget.position == 1 and activityWidget.color1 or activityWidget.color2, "⢀") buffer.text(activityWidget.x + 2, activityWidget.y, activityWidget.position == 1 and activityWidget.color1 or activityWidget.color2, "⡀")