mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-14 11:06:16 +05:00
Лел, цветовая схема никому не мешала. Или...
This commit is contained in:
parent
ebe3858290
commit
7b44b2b1bc
@ -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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user