This commit is contained in:
Dan Ballard 2020-12-07 23:22:38 -08:00
commit dd8dde1fb3
5 changed files with 7 additions and 0 deletions

View File

@ -114,6 +114,7 @@ Item {
size: root.size size: root.size
onClicked: emojiModel.model = folder_expressions onClicked: emojiModel.model = folder_expressions
} }
ImageButton { ImageButton {
visible: !root.narrowMode && !root.searchMode visible: !root.narrowMode && !root.searchMode
//: Activities //: Activities

View File

@ -88,6 +88,8 @@ ThemeType {
statusbarOnlineColor: mauvePurple statusbarOnlineColor: mauvePurple
statusbarOnlineFontColor: whitePurple statusbarOnlineFontColor: whitePurple
chatOverlayWarningTextColor: purple
messageFromMeBackgroundColor: mauvePurple messageFromMeBackgroundColor: mauvePurple
messageFromMeTextColor: whitePurple messageFromMeTextColor: whitePurple
messageFromOtherBackgroundColor: deepPurple messageFromOtherBackgroundColor: deepPurple

View File

@ -89,6 +89,8 @@ ThemeType {
statusbarOnlineColor: darkPurple statusbarOnlineColor: darkPurple
statusbarOnlineFontColor: whitePurple statusbarOnlineFontColor: whitePurple
chatOverlayWarningTextColor: purple
messageFromMeBackgroundColor: darkPurple messageFromMeBackgroundColor: darkPurple
messageFromMeTextColor: whitePurple messageFromMeTextColor: whitePurple
messageFromOtherBackgroundColor: purple messageFromOtherBackgroundColor: purple

View File

@ -79,6 +79,7 @@ Item {
readonly property color statusbarOnlineColor: theme.statusbarOnlineColor readonly property color statusbarOnlineColor: theme.statusbarOnlineColor
readonly property color statusbarOnlineFontColor: theme.statusbarOnlineFontColor readonly property color statusbarOnlineFontColor: theme.statusbarOnlineFontColor
readonly property color chatOverlayWarningTextColor: theme.chatOverlayWarningTextColor
readonly property color messageFromMeBackgroundColor: theme.messageFromMeBackgroundColor readonly property color messageFromMeBackgroundColor: theme.messageFromMeBackgroundColor
readonly property color messageFromMeTextColor: theme.messageFromMeTextColor readonly property color messageFromMeTextColor: theme.messageFromMeTextColor
readonly property color messageFromOtherBackgroundColor: theme.messageFromOtherBackgroundColor readonly property color messageFromOtherBackgroundColor: theme.messageFromOtherBackgroundColor

View File

@ -79,6 +79,7 @@ QtObject {
property color statusbarOnlineColor: "red" property color statusbarOnlineColor: "red"
property color statusbarOnlineFontColor: "red" property color statusbarOnlineFontColor: "red"
property color chatOverlayWarningTextColor: "red"
property color messageFromMeBackgroundColor: "red" property color messageFromMeBackgroundColor: "red"
property color messageFromMeTextColor: "red" property color messageFromMeTextColor: "red"
property color messageFromOtherBackgroundColor: "red" property color messageFromOtherBackgroundColor: "red"