Improvement: Adding Definition for Offline Status Theme

This commit is contained in:
Sarah Jamie Lewis 2020-10-26 13:13:11 -07:00
parent f1bc0197d1
commit 26a5d2de28
4 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,7 @@ ThemeType {
readonly property color hotPink: "#D01972"
readonly property color lightGrey: "#9E9E9E"
readonly property color softGreen: "#A0FFB0"
readonly property color softRed: "#FFA0B0"
backgroundMainColor: darkGreyPurple
backgroundPaneColor: darkGreyPurple
@ -51,6 +52,7 @@ ThemeType {
portraitBlockedTextColor: lightGrey
portraitOnlineBadgeColor: softGreen
portraitOfflineBadgeColor: softRed
portraitContactBadgeColor: hotPink
portraitContactBadgeTextColor: whitePurple

View File

@ -10,6 +10,7 @@ ThemeType {
readonly property color hotPink: "#D01972"
readonly property color lightGrey: "#B3B6B3"
readonly property color softGreen: "#A0FFB0"
readonly property color softRed: "#FFA0B0"
backgroundMainColor: whitePurple
backgroundPaneColor: softPurple
@ -52,6 +53,7 @@ ThemeType {
portraitBlockedTextColor: lightGrey
portraitOnlineBadgeColor: softGreen
portraitOfflineBadgeColor: softRed
portraitContactBadgeColor: hotPink
portraitContactBadgeTextColor: whitePurple

View File

@ -48,6 +48,7 @@ Item {
readonly property color portraitBlockedTextColor: theme.portraitBlockedTextColor
readonly property color portraitOnlineBadgeColor: theme.portraitOnlineBadgeColor
readonly property color portraitOfflineBadgeColor: theme.portraitOfflineBadgeColor
readonly property color portraitContactBadgeColor: theme.portraitContactBadgeColor
readonly property color portraitContactBadgeTextColor: theme.portraitContactBadgeTextColor

View File

@ -42,6 +42,8 @@ QtObject {
property color portraitBlockedTextColor: "red"
property color portraitOnlineBadgeColor: "red"
property color portraitOfflineBadgeColor: "red"
property color portraitContactBadgeColor: "red"
property color portraitContactBadgeTextColor: "red"