diff --git a/theme/ThemeType.qml b/theme/ThemeType.qml index 47d3c52..382081a 100644 --- a/theme/ThemeType.qml +++ b/theme/ThemeType.qml @@ -79,6 +79,7 @@ QtObject { property color statusbarOnlineColor: "red" property color statusbarOnlineFontColor: "red" + property color chatOverlayWarningTextColor: "red" property color messageFromMeBackgroundColor: "red" property color messageFromMeTextColor: "red" property color messageFromOtherBackgroundColor: "red"