Add green theme color, make "error" configurable
This commit is contained in:
parent
2a7c6f2d86
commit
f5d5bea840
5 changed files with 21 additions and 13 deletions
|
|
@ -40,7 +40,7 @@ Image {
|
|||
if (encrypted) {
|
||||
switch (trust) {
|
||||
case Crypto.Verified:
|
||||
return sourceUrl + "green";
|
||||
return sourceUrl + Nheko.theme.green;
|
||||
case Crypto.TOFU:
|
||||
return sourceUrl + Nheko.colors.buttonText;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue