feat: add colors for mentions for light and dark theme

This commit is contained in:
Jonathan Rainville 2021-02-18 14:59:31 -05:00 committed by Iuri Matias
parent 46412204c5
commit 3c4725ed5d
2 changed files with 7 additions and 7 deletions

View File

@ -55,9 +55,9 @@ Theme {
property color emojiReactionBackgroundHovered: "#3a3632"
property color emojiReactionActiveBackgroundHovered: "#cbd5f1"
property color mentionColor: "#7BE5FF"
property color mentionBgColor: Qt.rgba(71, 182, 209, 0.1)
property color mentionMessageColor: "#E5F8FD"
property color mentionMessageHoverColor: mentionBgColor
property color mentionBgColor: "#1a0da4c9"
property color mentionMessageColor: "#1a0da4c9"
property color mentionMessageHoverColor: "#330da4c9"
property color buttonForegroundColor: blue
property color buttonBackgroundColor: secondaryBackground

View File

@ -37,7 +37,7 @@ Theme {
property color inputColor: black
property color modalBackground: white2
property color backgroundHover: grey
property color backgroundHoverLight: lightGrey
property color backgroundHoverLight: grey
property color secondaryText: darkGrey
property color secondaryHover: tenPercentBlack
property color primary: blue
@ -54,9 +54,9 @@ Theme {
property color emojiReactionBackgroundHovered: "#d7dadd"
property color emojiReactionActiveBackgroundHovered: "#cbd5f1"
property color mentionColor: "#0DA4C9"
property color mentionBgColor: "#D4F3FA"
property color mentionMessageColor: "#E5F8FD"
property color mentionMessageHoverColor: mentionBgColor
property color mentionBgColor: "#1a07bce9"
property color mentionMessageColor: "#1a07bce9"
property color mentionMessageHoverColor: "#3307bce9"
property color buttonForegroundColor: blue
property color buttonBackgroundColor: secondaryBackground