@Override
  public void setBackground(Color bg) {
    super.setBackground(bg);

    myScrollPane.getViewport().setBackground(bg);
    mySearchTextField.setBackground(bg);
    myBreadcrumbs.setBackground(bg);
  }