Add green theme color, make "error" configurable

This commit is contained in:
rnhmjoj 2021-12-26 19:58:08 +01:00
parent 2a7c6f2d86
commit f5d5bea840
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450
5 changed files with 21 additions and 13 deletions

View file

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