--- o.n.swing.plaf/src/org/netbeans/swing/plaf/metal/DarkMetalTheme.java +++ o.n.swing.plaf/src/org/netbeans/swing/plaf/metal/DarkMetalTheme.java @@ -175,7 +175,11 @@ // db.dataview UIManager.put("nb.dataview.table.background", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table.background")); //NOI18N UIManager.put("nb.dataview.table.altbackground", new RelativeColor(new Color(0,0,0), new Color(30,30,30), "Table.background")); //NOI18N + UIManager.put("nb.dataview.tablecell.focused", new RelativeColor(new Color(0,0,0), new Color(10,10,30), "Table.selectionBackground")); //NOI18N UIManager.put("nb.dataview.table.rollOverRowBackground", new RelativeColor(new Color(0,0,0), new Color(30,30,30), "Table.selectionBackground")); //NOI18N + UIManager.put("nb.dataview.tablecell.edited.selected.emptyNull.foreground", new Color(245, 245, 245)); //NOI18N + UIManager.put("nb.dataview.tablecell.edited.selected.foreground", new Color(255, 248, 60)); //NOI18N + UIManager.put("nb.dataview.tablecell.edited.unselected.foreground", new Color(0, 255, 16)); //NOI18N UIManager.put( "nb.laf.postinstall.callable", new Callable() { //NOI18N --- o.n.swing.plaf/src/org/netbeans/swing/plaf/nimbus/DarkNimbusTheme.java +++ o.n.swing.plaf/src/org/netbeans/swing/plaf/nimbus/DarkNimbusTheme.java @@ -174,8 +174,13 @@ UIManager.put("nb.dataview.table.background", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table.background")); //NOI18N UIManager.put("nb.dataview.table.altbackground", new RelativeColor(new Color(0,0,0), new Color(30,30,30), "Table.background")); //NOI18N UIManager.put("Table.selectionBackground", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table[Enabled+Selected].textBackground")); //NOI18N - UIManager.put("nb.dataview.table.rollOverRowBackground", new RelativeColor(new Color(0,0,0), new Color(30,30,30), "Table[Enabled+Selected].textBackground")); + UIManager.put("nb.dataview.tablecell.focused", new RelativeColor(new Color(0,0,0), new Color(30,10,10), "Table.selectionBackground")); //NOI18N + UIManager.put("nb.dataview.table.rollOverRowBackground", new RelativeColor(new Color(0,0,0), new Color(30,30,30), "Table[Enabled+Selected].textBackground")); //NOI18N + UIManager.put("nb.dataview.tablecell.edited.selected.emptyNull.foreground", new Color(245, 245, 245)); //NOI18N + UIManager.put("nb.dataview.tablecell.edited.selected.foreground", new Color(255, 248, 60)); //NOI18N + UIManager.put("nb.dataview.tablecell.edited.unselected.foreground", new Color(0, 255, 16)); //NOI18N + UIManager.put( "nb.laf.postinstall.callable", new Callable() { //NOI18N @Override