Add colored border to HListView highlight delegate
This commit is contained in:
@@ -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:
|
||||
|
@@ -189,6 +189,8 @@ controls:
|
||||
colors.intensity * 1,
|
||||
colors.opacity / 1.5,
|
||||
)
|
||||
color highlightBorder: colors.strongAccentElement
|
||||
int highlightBorderThickness: 1
|
||||
color smallPaneHighlight: colors.accentBackground
|
||||
|
||||
textField:
|
||||
|
Reference in New Issue
Block a user