unmatchedBackgroundColor = ThemeManager.getCurrentColor(Theme.FILE_TABLE_UNMATCHED_BACKGROUND_COLOR);
unfocusedBorderColor = ThemeManager.getCurrentColor(Theme.FILE_TABLE_INACTIVE_BORDER_COLOR);
unfocusedBackgroundColor = ThemeManager.getCurrentColor(Theme.FILE_TABLE_INACTIVE_BACKGROUND_COLOR);
// Sets the table border.
setBorder(new MutableLineBorder(unfocusedBorderColor, 1));
borderColor = ThemeManager.getCurrentColor(Theme.FILE_TABLE_BORDER_COLOR);
// Set scroll pane's background color to match the one of this panel and FileTable
getViewport().setBackground(unfocusedBackgroundColor);
fileTable.setBackground(unfocusedBackgroundColor);