mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +01:00
1. Лого говна обновил до актульного состояния 2. Иконки переделал чтобы да 3. Ну и цвета, сделал более адекватными под стиль VKUI
76 lines
2.4 KiB
Lua
76 lines
2.4 KiB
Lua
{
|
|
leftToolbarDefaultBackground = 0xE1E1E1,
|
|
leftToolbarDefaultForeground = 0x969696,
|
|
leftToolbarSelectedBackground = 0xF0F0F0,
|
|
leftToolbarSelectedForeground = 0x3C3C3C,
|
|
|
|
blockBackground = 0xFFFFFF,
|
|
blockDate = 0xD2D2D2,
|
|
blockTitle = 0x3C3C3C,
|
|
blockText = 0x969696,
|
|
blockKey = 0x878787,
|
|
blockValue = 0xB4B4B4,
|
|
blockLine = 0xF0F0F0,
|
|
blockTextButton = 0xA5A5A5,
|
|
blockAttachmentTypeBackground = 0xF0F0F0,
|
|
blockAttachmentTypeForeground = 0x969696,
|
|
blockAttachmentTextBackground = 0xE1E1E1,
|
|
blockAttachmentTextForeground = 0xA5A5A5,
|
|
blockAttachmentTextSelectionBackground = 0x3392FF,
|
|
blockAttachmentTextSelectionForeground = 0xE1E1E1,
|
|
blockButtonDefaultBackground = 0xB4B4B4,
|
|
blockButtonDefaultForeground = 0xFFFFFF,
|
|
blockButtonPressedBackground = 0x2D2D2D,
|
|
blockButtonPressedForeground = 0xFFFFFF,
|
|
|
|
messageDate = 0xD2D2D2,
|
|
messageTitle = 0x3C3C3C,
|
|
messageText = 0xA5A5A5,
|
|
messageSelectedBackground = 0xFFFFFF,
|
|
messageSelectedDate = 0xD2D2D2,
|
|
messageSelectedTitle = 0x3C3C3C,
|
|
messageSelectedText = 0x969696,
|
|
messageSelectedLine = 0xF0F0F0,
|
|
messageInputBackground = 0xF0F0F0,
|
|
messageInputForeground = 0x3C3C3C,
|
|
messageInputPlaceholder = 0xB4B4B4,
|
|
messageAttachmentTypeBackground = 0xF0F0F0,
|
|
messageAttachmentTypeForeground = 0xA5A5A5,
|
|
messageAttachmentTextBackground = 0xE1E1E1,
|
|
messageAttachmentTextForeground = 0xA5A5A5,
|
|
messageButtonDefaultBackground = 0xE1E1E1,
|
|
messageButtonDefaultForeground = 0x696969,
|
|
messageButtonPressedBackground = 0x2D2D2D,
|
|
messageButtonPressedForeground = 0xE1E1E1,
|
|
|
|
counterIcon = 0xD2D2D2,
|
|
counterText = 0x969696,
|
|
|
|
UIBackground = 0xF0F0F0,
|
|
UITitle = 0x3C3C3C,
|
|
UIText = 0xB4B4B4,
|
|
UISliderPrimary = 0x00B6FF,
|
|
UISliderSecondary = 0xE1E1E1,
|
|
UISliderPipe = 0xFFFFFF,
|
|
UISliderValue = 0xA5A5A5,
|
|
UIComboBoxBackground = 0xE1E1E1,
|
|
UIComboBoxForeground = 0x878787,
|
|
UIComboBoxArrowBackground = 0xD2D2D2,
|
|
UIComboBoxArrowForeground = 0x969696,
|
|
UIProgressIndicatorPassive = 0xD2D2D2,
|
|
UIProgressIndicatorPrimary = 0x00B6FF,
|
|
UIProgressIndicatorSecondary = 0x006DFF,
|
|
UIInputBackground = 0xE1E1E1,
|
|
UIInputForeground = 0x787878,
|
|
UIInputPlaceholder = 0xA5A5A5,
|
|
UIInputFocusedForeground = 0x787878,
|
|
UISwitchActive = 0x00B6FF,
|
|
UISwitchPassive = 0xD2D2D2,
|
|
UISwitchPipe = 0xFFFFFF,
|
|
UIButtonDefaultBackground = 0xD2D2D2,
|
|
UIButtonDefaultForeground = 0x2D2D2D,
|
|
UIButtonPressedBackground = 0x2D2D2D,
|
|
UIButtonPressedForeground = 0xE1E1E1,
|
|
UIButtonDisabledBackground = 0xC3C3C3,
|
|
UIButtonDisabledForeground = 0x969696,
|
|
} |