Add some more call panel button colors.
This commit is contained in:
parent
921686055c
commit
50aa8497c2
1 changed files with 6 additions and 5 deletions
|
|
@ -542,16 +542,17 @@ callBgButton: #1b1f237f | callBg; // phone call window control buttons bg
|
||||||
callNameFg: #ffffff; // phone call popup name text
|
callNameFg: #ffffff; // phone call popup name text
|
||||||
callFingerprintBg: #00000066; // phone call popup emoji fingerprint background
|
callFingerprintBg: #00000066; // phone call popup emoji fingerprint background
|
||||||
callStatusFg: #aaabac; // phone call popup status text
|
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
|
callAnswerBg: #64c15b; // phone call popup answer button background
|
||||||
callAnswerRipple: #52b149; // phone call popup answer button ripple effect
|
callAnswerRipple: #52b149; // phone call popup answer button ripple effect
|
||||||
callAnswerBgOuter: #50eb4126; // phone call popup answer button outer ripple effect
|
callAnswerBgOuter: #50eb4126; // phone call popup answer button outer ripple effect
|
||||||
callHangupBg: #d75a5a; // phone call popup hangup button background
|
callHangupBg: #d75a5a; // phone call popup hangup button background
|
||||||
callHangupRipple: #c04646; // phone call popup hangup button ripple effect
|
callHangupRipple: #c04646; // phone call popup hangup button ripple effect
|
||||||
callCancelBg: #ffffff; // phone call popup line busy cancel button background
|
callMuteRipple: #ffffff12; // phone call popup mute mic and camera ripple effect
|
||||||
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
|
|
||||||
|
|
||||||
callBarBg: dialogsBgActive; // active phone call bar background
|
callBarBg: dialogsBgActive; // active phone call bar background
|
||||||
callBarMuteRipple: dialogsRippleBgActive; // active phone call bar mute and hangup button ripple effect
|
callBarMuteRipple: dialogsRippleBgActive; // active phone call bar mute and hangup button ripple effect
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue