Added suitable name for floating badge colors.
Removed redundant callFingerprintBg color.
This commit is contained in:
parent
fc357ae28f
commit
e6b736e718
2 changed files with 4 additions and 1 deletions
|
|
@ -281,3 +281,7 @@ emojiSuggestionsFadeLeft: icon {{ "fade_horizontal-flip_horizontal", boxBg }};
|
||||||
emojiSuggestionsFadeRight: icon {{ "fade_horizontal", boxBg }};
|
emojiSuggestionsFadeRight: icon {{ "fade_horizontal", boxBg }};
|
||||||
|
|
||||||
transparentPlaceholderSize: 4px;
|
transparentPlaceholderSize: 4px;
|
||||||
|
|
||||||
|
// floating badge colors
|
||||||
|
roundedFg: radialFg;
|
||||||
|
roundedBg: radialBg; // closest to #00000066
|
||||||
|
|
|
||||||
|
|
@ -542,7 +542,6 @@ callBg: #26282cf2; // old phone call popup background
|
||||||
callBgOpaque: #1b1f23; // phone call popup background
|
callBgOpaque: #1b1f23; // phone call popup background
|
||||||
callBgButton: #1b1f237f; // phone call window control buttons bg
|
callBgButton: #1b1f237f; // 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
|
|
||||||
callStatusFg: #aaabac; // phone call popup status text
|
callStatusFg: #aaabac; // phone call popup status text
|
||||||
callIconBg: #ffffff1f; // phone call mute mic and camera button background
|
callIconBg: #ffffff1f; // phone call mute mic and camera button background
|
||||||
callIconFg: #ffffff; // phone call popup answer, hangup, mute mic and camera icon
|
callIconFg: #ffffff; // phone call popup answer, hangup, mute mic and camera icon
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue