Skip to content

Commit

Permalink
Fixed list box background
Browse files Browse the repository at this point in the history
  • Loading branch information
maccasoft committed Jul 17, 2023
1 parent 344b4f5 commit ccd846b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1697,6 +1697,8 @@ public void applyTheme(String id) {
if (id == null) {
widgetBackground = ColorRegistry.getColor(ColorRegistry.WIDGET_BACKGROUND);
widgetForeground = ColorRegistry.getColor(ColorRegistry.WIDGET_FOREGROUND);
listBackground = ColorRegistry.getColor(ColorRegistry.LIST_BACKGROUND);
listForeground = ColorRegistry.getColor(ColorRegistry.LIST_FOREGROUND);
}
else if ("dark".equals(id)) {
widgetForeground = new Color(0xF0, 0xF0, 0xF0);
Expand Down

0 comments on commit ccd846b

Please sign in to comment.