From e73bae12e26811f70adff5adfafbdb2548e02cd0 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 26 Nov 2020 10:39:42 +0300 Subject: [PATCH] Add some new colors to palette. --- ui/colors.palette | 16 ++++++++++++++++ ui/widgets/widgets.style | 4 ++++ 2 files changed, 20 insertions(+) diff --git a/ui/colors.palette b/ui/colors.palette index 7ee8530..7147e11 100644 --- a/ui/colors.palette +++ b/ui/colors.palette @@ -554,6 +554,22 @@ callHangupBg: #d75a5a; // phone call popup hangup button background callHangupRipple: #c04646; // phone call popup hangup button ripple effect callMuteRipple: #ffffff12; // phone call popup mute mic and camera ripple effect +groupCallBg: #131417; // group call popup background +groupCallMembersBg: #1a1c1f; // group call members list background +groupCallMembersFg: #ffffff; // group call member name text +groupCallMembersRipple: #22252a; // group call member row ripple effect +groupCallMemberActiveIcon: #3fe069; // group call active member icon +groupCallMemberActiveStatus: #67e66d; // group call active member status text +groupCallMemberInactiveIcon: #61666b; // group call inactive member icon +groupCallMemberInactiveStatus: #4db8ff; // group call inactive member status text +groupCallMemberMutedIcon: #ff4f4d; // group call muted by admin member icon +groupCallMemberNotJoinedStatus: #61666b; // group call non joined member status text +groupCallIconFg: #ffffff; // group call mute / settings / leave icon +groupCallLive1: #0dcc39; // group call live button color1 +groupCallLive2: #0bb6bd; // group call live button color2 +groupCallMuted1: #0992ef; // group call muted button color1 +groupCallMuted2: #16ccfb; // group call muted button color2 + callBarBg: dialogsBgActive; // active phone call bar background callBarMuteRipple: dialogsRippleBgActive; // active phone call bar mute and hangup button ripple effect callBarBgMuted: #8f8f8f | dialogsUnreadBgMuted; // phone call bar with muted mic background diff --git a/ui/widgets/widgets.style b/ui/widgets/widgets.style index 443b830..bc1678d 100644 --- a/ui/widgets/widgets.style +++ b/ui/widgets/widgets.style @@ -1115,6 +1115,8 @@ PeerListItem { photoPosition: point; namePosition: point; nameStyle: TextStyle; + nameFg: color; + nameFgChecked: color; statusPosition: point; photoSize: pixels; maximalWidth: pixels; @@ -1153,6 +1155,8 @@ defaultPeerListItem: PeerListItem { linkFont: semiboldFont; linkFontOver: semiboldFont; } + nameFg: contactsNameFg; + nameFgChecked: windowActiveTextFg; statusPosition: point(68px, 31px); photoSize: 46px; button: defaultPeerListButton;