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

@@ -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