From 50aa8497c290f23c496b62882921a6143e9d8321 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 13 Aug 2020 18:44:49 +0400 Subject: [PATCH] Add some more call panel button colors. --- ui/colors.palette | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ui/colors.palette b/ui/colors.palette index 646a4fa..4170c81 100644 --- a/ui/colors.palette +++ b/ui/colors.palette @@ -542,16 +542,17 @@ callBgButton: #1b1f237f | callBg; // phone call window control buttons bg callNameFg: #ffffff; // phone call popup name text callFingerprintBg: #00000066; // phone call popup emoji fingerprint background callStatusFg: #aaabac; // phone call popup status text -callIconFg: #ffffff; // phone call popup answer, hangup and mute mic icon +callIconBg: #ffffff1f; // phone call mute mic and camera button background +callIconFg: #ffffff; // phone call popup answer, hangup, mute mic and camera icon +callIconBgActive: #ffffffe5; // phone call line busy cancel, muted mic and camera button background +callIconFgActive: #222222; // phone call line busy cancel, muted mic and camera icon +callIconActiveRipple: #f1f1f1; // phone call line busy cancel, muted mic and camera ripple effect callAnswerBg: #64c15b; // phone call popup answer button background callAnswerRipple: #52b149; // phone call popup answer button ripple effect callAnswerBgOuter: #50eb4126; // phone call popup answer button outer ripple effect callHangupBg: #d75a5a; // phone call popup hangup button background callHangupRipple: #c04646; // phone call popup hangup button ripple effect -callCancelBg: #ffffff; // phone call popup line busy cancel button background -callCancelFg: #777777; // phone call popup line busy cancel button icon -callCancelRipple: #f1f1f1; // phone call popup line busy cancel button ripple effect -callMuteRipple: #ffffff12; // phone call popup mute mic ripple effect +callMuteRipple: #ffffff12; // phone call popup mute mic and camera ripple effect callBarBg: dialogsBgActive; // active phone call bar background callBarMuteRipple: dialogsRippleBgActive; // active phone call bar mute and hangup button ripple effect