Set own messages color
This commit is contained in:
parent
f5aa2c194a
commit
93a6867735
3
TODO.md
3
TODO.md
|
@ -16,6 +16,9 @@
|
||||||
- When qml syntax highlighting supports string interpolation, use them
|
- When qml syntax highlighting supports string interpolation, use them
|
||||||
|
|
||||||
- Fixes
|
- 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
|
- Message position after daybreak delegate
|
||||||
- Keyboard flicking against top/bottom edge
|
- Keyboard flicking against top/bottom edge
|
||||||
- Don't strip user spacing in html
|
- Don't strip user spacing in html
|
||||||
|
|
|
@ -186,8 +186,10 @@ chat:
|
||||||
message:
|
message:
|
||||||
int radius: theme.radius
|
int radius: theme.radius
|
||||||
color background: colors.strongBackground
|
color background: colors.strongBackground
|
||||||
/* color ownBackground: hsluv(25, 40, 82, colors.opacity) */
|
color ownBackground: hsluv(
|
||||||
color ownBackground: background
|
colors.hue, colors.saturation + 30, colors.intensity * 6, opacity
|
||||||
|
)
|
||||||
|
|
||||||
color body: colors.text
|
color body: colors.text
|
||||||
color date: colors.dimText
|
color date: colors.dimText
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user