Skip to content

Commit 5ee7e38

Browse files
committed
Improve highlight colour in dark mode
1 parent 46bacb0 commit 5ee7e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uis/src/com/biglybt/ui/swt/subscriptions/SBC_SubscriptionResultsView.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@ public void defaultSelected(TableRowCore[] rows, int stateMask) {
15181518

15191519
if ( Arrays.equals(((SubscriptionResultFilterable)row.getDataSource()).getHash(), hash )){
15201520

1521-
target = Colors.blues[ Colors.BLUES_MIDLIGHT ];
1521+
target = Utils.isDarkAppearanceNative()?Colors.faded[Colors.FADED_DARKEST-2]:Colors.blues[ Colors.BLUES_MIDLIGHT ];
15221522
}
15231523
}
15241524

0 commit comments

Comments
 (0)