Skip to content

Commit

Permalink
changed color
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisser committed Jun 7, 2024
1 parent fbe5137 commit 98c1006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/gui/net/sf/jailer/ui/DataModelEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public DataModelEditor(java.awt.Frame parent, boolean merge, boolean initiallyDi
this.dbConnectionDialog = dbConnectionDialog;
this.executionContext = executionContext;

final Color BG_COLOR = new Color(124, 255, 178);
final Color BG_COLOR = new Color(204, 255, 178);
final Color BG_SELCOLOR = new Color(115, 217, 255);
final Color BG1 = UIUtil.TABLE_BACKGROUND_COLOR_1;
final Color BG2 = UIUtil.TABLE_BACKGROUND_COLOR_2;
Expand Down

0 comments on commit 98c1006

Please sign in to comment.