GUI, deck editor: improved toolbar icons in dark themes (#12873, #12920)

Co-authored-by: TandEm <tandem@users.noreply.github.com>
This commit is contained in:
TandEm 2024-09-29 01:44:19 +10:00 committed by GitHub
parent 85e4d4d420
commit 571eb69890
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 51 additions and 38 deletions

View file

@ -857,7 +857,7 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
JPanel toolbar = new JPanel(new BorderLayout());
JPanel toolbarInner = new JPanel();
toolbar.setBackground(new Color(250, 250, 250, 150));
toolbar.setBackground(PreferencesDialog.getCurrentTheme().getDeckEditorToolbarBackgroundColor());
toolbar.setOpaque(true);
toolbarInner.setOpaque(false);
toolbarInner.add(deckNameAndCountLabel);