Add some new colors to palette.

This commit is contained in:
John Preston 2020-11-26 10:39:42 +03:00
parent f06346fbf0
commit e73bae12e2
2 changed files with 20 additions and 0 deletions

View file

@ -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

View file

@ -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;