From 7b44b2b1bc559e2f9f84470bf295683f3cdde705 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Wed, 21 Mar 2018 03:06:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B5=D0=BB,=20=D1=86=D0=B2=D0=B5=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D1=8F=20=D1=81=D1=85=D0=B5=D0=BC=D0=B0=20?= =?UTF-8?q?=D0=BD=D0=B8=D0=BA=D0=BE=D0=BC=D1=83=20=D0=BD=D0=B5=20=D0=BC?= =?UTF-8?q?=D0=B5=D1=88=D0=B0=D0=BB=D0=B0.=20=D0=98=D0=BB=D0=B8...?= 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 483fe9b5..6c3c5342 100644 --- a/Applications/AppMarket/Main.lua +++ b/Applications/AppMarket/Main.lua @@ -972,9 +972,9 @@ mainMenu = function(menuID, messageToUser) local y = sendMessageButton.localY + 2 for i = 1, #dialogs do - local backgroundColor, nicknameColor, timestampColor, textColor = 0xFFFFFF, 0x0, 0xC3C3C3, 0x969696 + local backgroundColor, nicknameColor, timestampColor, textColor = 0xFFFFFF, 0x0, 0xD2D2D2, 0x969696 if dialogs[i].last_message_is_read == 0 and dialogs[i].last_message_user_name ~= user.name then - backgroundColor, nicknameColor, timestampColor, textColor = 0xCCDBFF, 0x0, 0x878787, 0x696969 + backgroundColor, nicknameColor, timestampColor, textColor = 0xCCDBFF, 0x0, 0xA5A5A5, 0x787878 end local dialogContainer = dialogsContainer:addChild(GUI.container(3, y, dialogsContainer.width - 4, 4))