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:
parent
8660373b0c
commit
6d00268adc
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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 + ';\
|
||||
|
|
Loading…
Add table
Reference in a new issue