# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /home/matthias/NetBeansProjects/core-main # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: o.n.swing.plaf/src/org/netbeans/swing/plaf/metal/DarkMetalTheme.java --- o.n.swing.plaf/src/org/netbeans/swing/plaf/metal/DarkMetalTheme.java Base (BASE) +++ o.n.swing.plaf/src/org/netbeans/swing/plaf/metal/DarkMetalTheme.java Locally Modified (Based On LOCAL) @@ -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 Index: o.n.swing.plaf/src/org/netbeans/swing/plaf/nimbus/DarkNimbusTheme.java --- o.n.swing.plaf/src/org/netbeans/swing/plaf/nimbus/DarkNimbusTheme.java Base (BASE) +++ o.n.swing.plaf/src/org/netbeans/swing/plaf/nimbus/DarkNimbusTheme.java Locally Modified (Based On LOCAL) @@ -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