Set own messages color

This commit is contained in:
miruka 2019-07-25 00:10:07 -04:00
parent f5aa2c194a
commit 93a6867735
2 changed files with 7 additions and 2 deletions

View File

@ -16,6 +16,9 @@
- When qml syntax highlighting supports string interpolation, use them
- Fixes
- Don't linkify images for outgoing html
- state: If last page is a room and the account for it is no longer present,
load Default.qml instead
- Message position after daybreak delegate
- Keyboard flicking against top/bottom edge
- Don't strip user spacing in html

View File

@ -186,8 +186,10 @@ chat:
message:
int radius: theme.radius
color background: colors.strongBackground
/* color ownBackground: hsluv(25, 40, 82, colors.opacity) */
color ownBackground: background
color ownBackground: hsluv(
colors.hue, colors.saturation + 30, colors.intensity * 6, opacity
)
color body: colors.text
color date: colors.dimText