Merge pull request 'New Theme Properties (for Server Pane)' (#19) from serverinfo_pane into master

Reviewed-on: #19
This commit is contained in:
erinn 2020-10-28 12:33:06 -07:00
commit c530045798
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"