1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

messagewebview: adjust theme for new chatview icons

Change-Id: I16b0c0d9a2e8111908eb46c0a68c8c55bb074d6c
This commit is contained in:
Ming Rui Zhang 2021-05-21 11:51:59 -04:00 committed by Sébastien Blin
parent 8660373b0c
commit 6d00268adc
2 changed files with 2 additions and 1 deletions

View file

@ -137,7 +137,7 @@ Item {
property color inviteHoverColor: darkTheme ? blackColor : whiteColor
property color chatviewButtonColor: darkTheme ? whiteColor : blackColor
property color bgTextInput: darkTheme ? "#060608" : whiteColor
property int invertPercentageInDecimal: darkTheme ? 1 : 0
// Font.
property color faddedFontColor: darkTheme? "#c0c0c0" : "#a0a0a0"
property color faddedLastInteractionFontColor: darkTheme ? "#c0c0c0" : "#505050"

View file

@ -90,6 +90,7 @@ Rectangle {
--file-in-timestamp-color:' + JamiTheme.fileOutTimestampColor + ';\
--file-out-timestamp-color:' + JamiTheme.fileInTimestampColor + ';\
--bg-color:' + JamiTheme.chatviewBgColor + ';\
--action-icon-color:' + JamiTheme.chatviewButtonColor + ';\
--action-icon-hover-color:' + JamiTheme.hoveredButtonColor + ';\
--action-icon-press-color:' + JamiTheme.pressedButtonColor + ';\
--placeholder-text-color:' + JamiTheme.placeholderTextColor + ';\