This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 233141
Collapse All | Expand All

(-)o.n.swing.plaf/src/org/netbeans/swing/plaf/metal/DarkMetalTheme.java (+14 lines)
Lines 175-181 Link Here
175
        // db.dataview
175
        // db.dataview
176
        UIManager.put("nb.dataview.table.background", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table.background")); //NOI18N
176
        UIManager.put("nb.dataview.table.background", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table.background")); //NOI18N
177
        UIManager.put("nb.dataview.table.altbackground", new RelativeColor(new Color(0,0,0), new Color(30,30,30), "Table.background")); //NOI18N
177
        UIManager.put("nb.dataview.table.altbackground", new RelativeColor(new Color(0,0,0), new Color(30,30,30), "Table.background")); //NOI18N
178
        UIManager.put("nb.dataview.tablecell.focused", new RelativeColor(new Color(0,0,0), new Color(10,10,30), "Table.selectionBackground")); //NOI18N
178
        UIManager.put("nb.dataview.table.rollOverRowBackground", new RelativeColor(new Color(0,0,0), new Color(30,30,30), "Table.selectionBackground")); //NOI18N
179
        UIManager.put("nb.dataview.table.rollOverRowBackground", new RelativeColor(new Color(0,0,0), new Color(30,30,30), "Table.selectionBackground")); //NOI18N
180
        UIManager.put("nb.dataview.tablecell.edited.selected.foreground", new Color(255, 248, 60));  //NOI18N
181
        UIManager.put("nb.dataview.tablecell.edited.unselected.foreground", new Color(0, 255, 16));  //NOI18N
182
        UIManager.put("nb.dataview.jxdatetimepicker.background",  new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table.background"));
183
        UIManager.put("nb.dataview.jxdatetimepicker.foreground", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table.foreground"));
184
        UIManager.put("nb.dataview.jxdatetimepicker.selectedBackground", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table.selectionBackground"));
185
        UIManager.put("nb.dataview.jxdatetimepicker.selectedForeground", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table.selectionForeground"));
186
        //UIManager.put("nb.dataview.jxdatetimepicker.monthStringBackground",);
187
        //UIManager.put("nb.dataview.jxdatetimepicker.monthStringForeground",);
188
        UIManager.put("nb.dataview.jxdatetimepicker.daysOfTheWeekForeground", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table.background"));
189
        UIManager.put("nb.dataview.jxdatetimepicker.todayBackground", new RelativeColor(new Color(0,0,0), new Color(20,20,20), "TableHeader.background"));
190
        UIManager.put("nb.dataview.jxdatetimepicker.todayPanel.background.gradient.start", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "TableHeader.background")); //NOI18N
191
        UIManager.put("nb.dataview.jxdatetimepicker.todayPanel.background.gradient.end", new RelativeColor(new Color(0,0,0), new Color(10,10,10), "TableHeader.background")); //NOI18N
192
        UIManager.put("nb.dataview.jxdatetimepicker.todayPanel.linkForeground", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "TableHeader.foreground")); //NOI18N
179
        
193
        
180
        UIManager.put("selection.highlight", new Color(202, 152, 0));
194
        UIManager.put("selection.highlight", new Color(202, 152, 0));
181
195
(-)o.n.swing.plaf/src/org/netbeans/swing/plaf/nimbus/DarkNimbusTheme.java (-5 / +16 lines)
Lines 41-59 Link Here
41
 */
41
 */
42
package org.netbeans.swing.plaf.nimbus;
42
package org.netbeans.swing.plaf.nimbus;
43
43
44
import com.sun.imageio.plugins.common.ImageUtil;
45
import java.awt.Color;
44
import java.awt.Color;
46
import java.awt.Font;
45
import java.awt.Font;
47
import java.util.concurrent.Callable;
46
import java.util.concurrent.Callable;
48
import javax.imageio.ImageIO;
49
import javax.swing.JLabel;
47
import javax.swing.JLabel;
50
import javax.swing.LookAndFeel;
48
import javax.swing.LookAndFeel;
51
import javax.swing.UIDefaults;
52
import javax.swing.UIManager;
49
import javax.swing.UIManager;
53
import javax.swing.text.html.HTMLEditorKit;
50
import javax.swing.text.html.HTMLEditorKit;
54
import javax.swing.text.html.StyleSheet;
51
import javax.swing.text.html.StyleSheet;
55
import org.netbeans.swing.plaf.util.DarkIconFilter;
56
import org.netbeans.swing.plaf.util.RelativeColor;
52
import org.netbeans.swing.plaf.util.RelativeColor;
53
import org.netbeans.swing.plaf.util.UIUtils;
57
54
58
/**
55
/**
59
 *
56
 *
Lines 174-180 Link Here
174
        UIManager.put("nb.dataview.table.background", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table.background")); //NOI18N
171
        UIManager.put("nb.dataview.table.background", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table.background")); //NOI18N
175
        UIManager.put("nb.dataview.table.altbackground", new RelativeColor(new Color(0,0,0), new Color(30,30,30), "Table.background")); //NOI18N
172
        UIManager.put("nb.dataview.table.altbackground", new RelativeColor(new Color(0,0,0), new Color(30,30,30), "Table.background")); //NOI18N
176
        UIManager.put("Table.selectionBackground", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table[Enabled+Selected].textBackground")); //NOI18N
173
        UIManager.put("Table.selectionBackground", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table[Enabled+Selected].textBackground")); //NOI18N
177
        UIManager.put("nb.dataview.table.rollOverRowBackground", new RelativeColor(new Color(0,0,0), new Color(30,30,30), "Table[Enabled+Selected].textBackground"));
174
        UIManager.put("nb.dataview.tablecell.focused", new RelativeColor(new Color(0,0,0), new Color(30,10,10), "Table.selectionBackground")); //NOI18N
175
        UIManager.put("nb.dataview.table.rollOverRowBackground", new RelativeColor(new Color(0,0,0), new Color(30,30,30), "Table[Enabled+Selected].textBackground")); //NOI18N
176
        UIManager.put("nb.dataview.tablecell.edited.selected.foreground", new Color(255, 248, 60));  //NOI18N
177
        UIManager.put("nb.dataview.tablecell.edited.unselected.foreground", new Color(0, 255, 16));  //NOI18N
178
        UIManager.put("nb.dataview.jxdatetimepicker.background",  new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table.background")); //NOI18N
179
        UIManager.put("nb.dataview.jxdatetimepicker.foreground", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table.foreground")); //NOI18N
180
        UIManager.put("nb.dataview.jxdatetimepicker.selectedBackground", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table[Enabled+Selected].textBackground")); //NOI18N
181
        UIManager.put("nb.dataview.jxdatetimepicker.selectedForeground", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table[Enabled+Selected].textForeground")); //NOI18N
182
        //UIManager.put("nb.dataview.jxdatetimepicker.monthStringBackground",); //NOI18N
183
        //UIManager.put("nb.dataview.jxdatetimepicker.monthStringForeground",); //NOI18N
184
        UIManager.put("nb.dataview.jxdatetimepicker.daysOfTheWeekForeground", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "Table.background")); //NOI18N
185
        UIManager.put("nb.dataview.jxdatetimepicker.todayBackground", new RelativeColor(new Color(0,0,0), new Color(20,20,20), "Table.background")); //NOI18N
186
        UIManager.put("nb.dataview.jxdatetimepicker.todayPanel.background.gradient.start", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "TableHeader.background")); //NOI18N
187
        UIManager.put("nb.dataview.jxdatetimepicker.todayPanel.background.gradient.end", new RelativeColor(new Color(0,0,0), new Color(10,10,10), "TableHeader.background")); //NOI18N
188
        UIManager.put("nb.dataview.jxdatetimepicker.todayPanel.linkForeground", new RelativeColor(new Color(0,0,0), new Color(0,0,0), "TableHeader.foreground")); //NOI18N
178
        
189
        
179
        UIManager.put("selection.highlight", new Color(202, 152, 0));
190
        UIManager.put("selection.highlight", new Color(202, 152, 0));
180
191
(-)o.n.swing.plaf/src/org/netbeans/swing/plaf/nimbus/NimbusLFCustoms.java (-1 / +4 lines)
Lines 70-76 Link Here
70
        
70
        
71
        //XXX fetch the custom font size here instead
71
        //XXX fetch the custom font size here instead
72
        Font controlFont = new Font("Dialog", Font.PLAIN, fontsize); //NOI18N
72
        Font controlFont = new Font("Dialog", Font.PLAIN, fontsize); //NOI18N
73
        Object[] result = {};
73
        Object[] result = {
74
            "JXDateTimePicker.arrowIcon", UIUtils.loadImage("org/netbeans/swing/plaf/resources/nimbus_expander.png")
75
        };
74
        /*Object[] result = {
76
        /*Object[] result = {
75
            //The assorted standard NetBeans metal font customizations
77
            //The assorted standard NetBeans metal font customizations
76
            CONTROLFONT, controlFont,
78
            CONTROLFONT, controlFont,
Lines 88-93 Link Here
88
            SPINNERFONT, controlFont,        
90
            SPINNERFONT, controlFont,        
89
            EDITOR_ERRORSTRIPE_SCROLLBAR_INSETS, new Insets(16, 0, 16, 0),
91
            EDITOR_ERRORSTRIPE_SCROLLBAR_INSETS, new Insets(16, 0, 16, 0),
90
        };*/ 
92
        };*/ 
93
        
91
        return result;
94
        return result;
92
    }
95
    }
93
96

Return to bug 233141