mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 12:29:37 +00:00
feat: add colors for mentions for light and dark theme
This commit is contained in:
parent
46412204c5
commit
3c4725ed5d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user