Theme color for eventList highlight

This commit is contained in:
miruka
2020-03-27 05:09:49 -04:00
parent af6cdc9013
commit c03bf32a7b
4 changed files with 11 additions and 1 deletions

View File

@@ -343,6 +343,9 @@ chat:
int horizontalSpacing: theme.spacing / 1.25
int verticalSpacing: theme.spacing / 1.75
color focusedHighlight: colors.accentBackground
real focusedHighlightOpacity: 0.4
color background: colors.mediumBackground
color ownBackground: colors.strongBackground
color checkedBackground: colors.accentBackground

View File

@@ -356,6 +356,9 @@ chat:
int horizontalSpacing: theme.spacing / 1.25
int verticalSpacing: theme.spacing / 1.75
color focusedHighlight: colors.accentBackground
real focusedHighlightOpacity: 0.4
color background: colors.weakBackground
color ownBackground: colors.mediumBackground
color checkedBackground: colors.accentBackground