Add colored border to HListView highlight delegate

This commit is contained in:
miruka
2020-08-19 07:17:21 -04:00
parent 05f2c20924
commit c51a771a65
5 changed files with 17 additions and 0 deletions

View File

@@ -183,6 +183,8 @@ controls:
color highlight: hsluv(
colors.hue, colors.bgSaturation * 2, 0, colors.opacity / 2,
)
color highlightBorder: colors.strongAccentElement
int highlightBorderThickness: 1
color smallPaneHighlight: colors.accentBackground
textField:

View File

@@ -189,6 +189,8 @@ controls:
colors.intensity * 1,
colors.opacity / 1.5,
)
color highlightBorder: colors.strongAccentElement
int highlightBorderThickness: 1
color smallPaneHighlight: colors.accentBackground
textField: