mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 00:08:51 -05:00
Use the Nimbus Dark Blue as List/ComboBox selection color for Darcula LaF (the default blue is too bright)
This commit is contained in:
parent
08ba94d2f3
commit
88ae911c4f
@ -96,6 +96,8 @@ public class ThemeSupport {
|
||||
@Override
|
||||
public void setLookAndFeel() throws Exception {
|
||||
UIManager.setLookAndFeel(new DarculaLaf());
|
||||
UIManager.put("List.selectionBackground", new Color(0x39698a));
|
||||
UIManager.put("ComboBox.selectionBackground", new Color(0x39698a));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user