Add opaque call popup background color.
This commit is contained in:
parent
f7bcb15bad
commit
8a35ac5d2d
1 changed files with 2 additions and 1 deletions
|
|
@ -536,7 +536,8 @@ mediaviewTransparentFg: #cccccc; // another transparent filling part
|
||||||
notificationBg: windowBg; // custom notification window background
|
notificationBg: windowBg; // custom notification window background
|
||||||
|
|
||||||
// calls
|
// calls
|
||||||
callBg: #26282cf2; // phone call popup background
|
callBg: #26282cf2; // old phone call popup background
|
||||||
|
callBgOpaque: #1b1f23 | callBg; // phone call popup background
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue