diff --git a/manifest.mf b/manifest.mf index a9adfd1..9cc33e4 100644 --- a/manifest.mf +++ b/manifest.mf @@ -1,7 +1,7 @@ Manifest-Version: 1.0 AutoUpdate-Show-In-Client: true OpenIDE-Module: org.idp.laf/1 -OpenIDE-Module-Implementation-Version: 0 +OpenIDE-Module-Implementation-Version: 1 OpenIDE-Module-Localizing-Bundle: org/idp/laf/Bundle.properties OpenIDE-Module-Install: org/idp/laf/Installer.class OpenIDE-Module-Requires: org.openide.windows.WindowManager diff --git a/src/org/idp/laf/Kernel.java b/src/org/idp/laf/Kernel.java index b2d5206..ba64fe0 100644 --- a/src/org/idp/laf/Kernel.java +++ b/src/org/idp/laf/Kernel.java @@ -187,18 +187,20 @@ public class Kernel { } - for (String o : Keys.borders) - { - System.out.println(o + " : " + UIManager.getDefaults().get(o)); - } + javax.swing.border.EmptyBorder ceb = new EmptyBorder(0,0,0,0); UIManager.put ("EditorPane.border", ceb); // Editor FUCKING LINE! -// javax.swing.border.EmptyBorder bd = new EmptyBorder(0,0,0,0); -// UIManager.put("TabbedContainer.view.outerBorder", bd); - - +// +// Obejct[] ooo = new Obejct[] +// +// for (String o : Keys.borders) +// { +// UIManager.put(o, ceb); +// //System.out.println(o + " : " + UIManager.getDefaults().get(o)); +// } + } diff --git a/src/org/idp/laf/Keys.java b/src/org/idp/laf/Keys.java index 655158a..cc049bc 100644 --- a/src/org/idp/laf/Keys.java +++ b/src/org/idp/laf/Keys.java @@ -10,37 +10,69 @@ package org.idp.laf; */ public class Keys { - public static final String [] borders = { + public static final String [] borders = + { "Button.border", - "CheckBox.border", - "CheckBoxMenuItem.border", - "DesktopIcon.border", - "EditorPane.border", - "FormattedTextField.border", - "Menu.border", - "List.focusCellHighlightBorder", - "MenuBar.border", - "MenuItem.border", - "OptionPane.border", - "PasswordField.border", - "PopupMenu.border", - "ProgressBar.border", - "RadioButton.border", - "RadioButtonMenuItem.border", - "ScrollPane.border", - "SplitPane.border", - //"TabbedPane.tabsOverlapBorder", boolean WTF?! - "Table.focusCellHighlightBorder", - "Table.scrollPaneBorder", - "TableHeader.cellBorder", - "TextArea.border", - "TextField.border", - "TextPane.border", - "TitledBorder.border", - "ToggleButton.border", - "ToolBar.border", - "ToolTip.border", - "Tree.editorBorder", +"CheckBox.border", +"ComboBox.border", +"ComboBox.editorBorder", +"ProgressBar.border", +"RadioButton.border", +"Spinner.arrowButtonBorder", +"Spinner.border", +"ToggleButton.border", +"ToolTip.border", +"ToolTip.borderInactive", +"EditorPane.border", +"FormattedTextField.border", +"PasswordField.border", +"TextArea.border", +"TextField.border", +"TextPane.border", +"List.evenRowBackgroundPainter", +"List.focusCellHighlightBorder", +"List.oddRowBackgroundPainter", +"List.sourceListBackgroundPainter", +"List.sourceListFocusedSelectionBackgroundPainter", +"List.sourceListSelectionBackgroundPainter", +"Table.focusCellHighlightBorder", +"Table.focusSelectedCellHighlightBorder", +"Table.scrollPaneBorder", +"TableHeader.cellBorder", +"Tree.editorBorder", +"RootPane.ColorChooserDialogBorder", +"RootPane.errorDialogBorder", +"RootPane.fileChooserDialogBorder", +"RootPane.frameBorder", +"RootPane.informationDialogBorder", +"RootPane.plainDialogBorder", +"RootPane.questionDialogBorder", +"RootPane.warningDialogBorder", +"ScrollPane.border", +"SplitPane.border", +"SplitPaneDivider.border", +"ToolBar.border", +"ToolBar.nonrolloverBorder", +"ToolBar.rolloverBorder", +"CheckBoxMenuItem.border", +"Menu.border", +"MenuBar.backgroundPainter", +"MenuBar.border", +"MenuBar.selectedBackgroundPainter", +"MenuItem.border", +"MenuItem.selectedBackgroundPainter", +"PopupMenu.border", +"RadioButtonMenuItem.border", +"DesktopIcon.border", +"InternalFrame.border", +"InternalFrame.optionDialogBorder", +"InternalFrame.paletteBorder", +"FileChooser.listViewBorder", +"OptionPane.border", +"OptionPane.messageAreaBorder", +"InsetBorder.aquaVariant", +"TitledBorder.aquaVariant", +"TitledBorder.border", "Nb.Editor.Status.leftBorder", "Nb.Editor.Status.innerBorder", "Nb.Editor.Status.rightBorder", @@ -48,19 +80,17 @@ public class Keys { "Nb.Editor.Toolbar.border", "Nb.Explorer.Status.border", "Nb.Desktop.border", -// "TabbedContainer.editor.contentBorder", null -// "TabbedContainer.editor.tabsBorder", null + "TabbedContainer.editor.contentBorder", + "TabbedContainer.editor.tabsBorder", "TabbedContainer.editor.outerBorder", -// "TabbedContainer.view.contentBorder", null -// "TabbedContainer.view.tabsBorder", null + "TabbedContainer.view.contentBorder", + "TabbedContainer.view.tabsBorder", "TabbedContainer.view.outerBorder", -// "TabbedContainer.sliding.contentBorder", null -// "TabbedContainer.sliding.tabsBorder", null -// "TabbedContainer.sliding.outerBorder", null + "TabbedContainer.sliding.contentBorder", + "TabbedContainer.sliding.tabsBorder", + "TabbedContainer.sliding.outerBorder", "nb.explorer.ministatusbar.border", -// "nb.desktop.splitpane.border", null - "CheckBox.border" - }; + }; diff --git a/theme/netbeans.idp_scheme b/theme/netbeans.idp_scheme index 72430b3..c4f7b61 100644 --- a/theme/netbeans.idp_scheme +++ b/theme/netbeans.idp_scheme @@ -1,312 +1,315 @@ -C[Button.background:SF:64,64,64,255:...] -C[Button.darkShadow:SF:64,64,64,255:...] -C[Button.disabledText:SF:96,96,96,255:...] -C[Button.foreground:SF:208,208,208,255:...] -C[Button.highlight:SF:64,64,64,255:...] -C[Button.light:SF:64,64,64,255:...] -C[Button.select:SF:176,176,176,255:...] -C[Button.shadow:SF:64,64,64,255:...] -C[CheckBox.background:SF:32,32,32,255:...] -C[CheckBox.disabledText:SF:96,96,96,255:...] -C[CheckBox.foreground:SF:208,208,208,255:...] -C[CheckBoxMenuItem.acceleratorForeground:SF:208,208,208,255:...] -C[CheckBoxMenuItem.acceleratorSelectionForeground:SF:176,176,176,255:...] -C[CheckBoxMenuItem.background:SF:32,32,32,255:...] -C[CheckBoxMenuItem.disabledForeground:SF:96,96,96,255:...] -C[CheckBoxMenuItem.foreground:SF:208,208,208,255:...] -C[CheckBoxMenuItem.selectionBackground:SF:96,96,96,255:...] -C[CheckBoxMenuItem.selectionForeground:SF:176,176,176,255:...] -C[ColorChooser.background:SF:32,32,32,255:...] -C[ColorChooser.foreground:SF:208,208,208,255:...] -C[ColorChooser.swatchesDefaultRecentColor:SF:208,208,208,255:...] -C[ComboBox.background:SF:64,64,64,255:...] -C[ComboBox.buttonBackground:SF:64,64,64,255:...] -C[ComboBox.buttonDarkShadow:SF:64,64,64,255:...] -C[ComboBox.buttonHighlight:SF:64,64,64,255:...] -C[ComboBox.buttonShadow:SF:64,64,64,255:...] -C[ComboBox.disabledBackground:SF:64,64,64,255:...] -C[ComboBox.disabledForeground:SF:96,96,96,255:...] -C[ComboBox.foreground:SF:208,208,208,255:...] -C[ComboBox.selectionBackground:SF:96,96,96,255:...] -C[ComboBox.selectionForeground:SF:176,176,176,255:...] -C[Desktop.background:SF:16,16,16,255:...] -C[EditorPane.background:SF:32,32,32,255:...] -C[EditorPane.caretForeground:SF:0,0,0,255:...] -C[EditorPane.foreground:SF:208,208,208,255:...] -C[EditorPane.inactiveForeground:SF:32,32,32,255:...] -C[EditorPane.selectionBackground:SF:64,64,64,255:...] -C[EditorPane.selectionForeground:SF:208,208,208,255:...] -C[FormattedTextField.background:SF:255,255,255,255:...] -C[FormattedTextField.caretForeground:SF:240,240,240,255:...] -C[FormattedTextField.foreground:SF:208,208,208,255:...] -C[FormattedTextField.inactiveBackground:SF:64,64,64,255:...] -C[FormattedTextField.inactiveForeground:SF:96,96,96,255:...] -C[FormattedTextField.selectionBackground:SF:224,224,224,255:...] -C[FormattedTextField.selectionForeground:SF:32,32,32,255:...] -C[InternalFrame.activeTitleBackground:SF:0,0,255,255:хзшеньки] -C[InternalFrame.activeTitleForeground:SF:0,0,0,255:...] -C[InternalFrame.borderColor:SF:204,204,204,255:...] -C[InternalFrame.borderDarkShadow:SF:102,102,102,255:...] -C[InternalFrame.borderHighlight:SF:255,255,255,255:...] -C[InternalFrame.borderLight:SF:255,255,255,255:...] -C[InternalFrame.borderShadow:SF:153,153,153,255:...] -C[InternalFrame.inactiveTitleBackground:SF:204,204,204,255:...] -C[InternalFrame.inactiveTitleForeground:SF:0,0,0,255:...] -C[Label.background:SF:16,16,16,255:...] -C[Label.disabledForeground:SF:176,176,176,255:...] -C[Label.disabledShadow:SF:176,176,176,255:...] -C[Label.foreground:SF:208,208,208,255:...] -C[List.background:SF:22,22,22,255:...] -C[List.dropLineColor:SF:64,64,64,255:...] -C[List.foreground:SF:208,208,208,255:...] -C[List.selectionBackground:SF:64,64,64,255:...] -C[List.selectionForeground:SF:176,176,176,255:...] -C[Menu.acceleratorForeground:SF:208,208,208,255:...] -C[Menu.acceleratorSelectionForeground:SF:176,176,176,255:...] -C[Menu.background:SF:32,32,32,255:...] -C[Menu.disabledForeground:SF:176,176,176,255:...] -C[Menu.foreground:SF:208,208,208,255:...] -C[Menu.selectionBackground:SF:64,64,64,255:...] -C[Menu.selectionForeground:SF:192,192,192,255:...] -C[MenuBar.background:SF:32,32,32,255:...] -C[MenuBar.foreground:SF:208,208,208,255:...] -C[MenuBar.highlight:SF:32,32,32,255:...] -C[MenuBar.shadow:SF:32,32,32,255:...] -C[MenuItem.acceleratorForeground:SF:208,208,208,255:...] -C[MenuItem.acceleratorSelectionForeground:SF:176,176,176,255:...] -C[MenuItem.background:SF:32,32,32,255:...] -C[MenuItem.disabledForeground:SF:96,96,96,255:...] -C[MenuItem.foreground:SF:208,208,208,255:...] -C[MenuItem.selectionBackground:SF:96,96,96,255:...] -C[MenuItem.selectionForeground:SF:176,176,176,255:...] -C[OptionPane.background:SF:64,64,64,255:...] -C[OptionPane.foreground:SF:208,208,208,255:...] -C[OptionPane.messageForeground:SF:208,208,208,255:...] -C[Panel.background:SF:32,32,32,255:...] -C[Panel.foreground:SF:208,208,208,255:...] -C[PasswordField.background:SF:64,64,64,255:...] -C[PasswordField.caretForeground:SF:240,240,240,255:...] -C[PasswordField.foreground:SF:208,208,208,255:...] -C[PasswordField.inactiveBackground:SF:64,64,64,255:...] -C[PasswordField.inactiveForeground:SF:96,96,96,255:...] -C[PasswordField.selectionBackground:SF:224,224,224,255:...] -C[PasswordField.selectionForeground:SF:32,32,32,255:...] -C[PopupMenu.background:SF:64,64,64,255:...] -C[PopupMenu.foreground:SF:64,64,64,255:...] -C[ProgressBar.background:SF:16,16,16,255:...] -C[ProgressBar.foreground:SF:208,208,208,255:...] -C[ProgressBar.selectionBackground:SF:176,176,176,255:...] -C[ProgressBar.selectionForeground:SF:16,16,16,255:...] -C[RadioButton.background:SF:32,32,32,255:...] -C[RadioButton.darkShadow:SF:32,32,32,255:...] -C[RadioButton.disabledText:SF:96,96,96,255:...] -C[RadioButton.foreground:SF:208,208,208,255:...] -C[RadioButton.highlight:SF:32,32,32,255:...] -C[RadioButton.light:SF:32,32,32,255:...] -C[RadioButton.select:SF:176,176,176,255:...] -C[RadioButton.shadow:SF:32,32,32,255:...] -C[RadioButtonMenuItem.acceleratorForeground:SF:208,208,208,255:...] -C[RadioButtonMenuItem.acceleratorSelectionForeground:SF:176,176,176,255:...] -C[RadioButtonMenuItem.background:SF:32,32,32,255:...] -C[RadioButtonMenuItem.disabledForeground:SF:96,96,96,255:...] -C[RadioButtonMenuItem.foreground:SF:208,208,208,255:...] -C[RadioButtonMenuItem.selectionBackground:SF:96,96,96,255:...] -C[RadioButtonMenuItem.selectionForeground:SF:176,176,176,255:...] -C[ScrollBar.background:SF:32,32,32,255:...] -C[ScrollBar.foreground:SF:32,32,32,255:...] -C[ScrollBar.thumb:SF:64,64,64,255:...] -C[ScrollBar.thumbDarkShadow:SF:64,64,64,255:...] -C[ScrollBar.thumbHighlight:SF:64,64,64,255:...] -C[ScrollBar.thumbShadow:SF:96,96,96,255:...] -C[ScrollBar.track:SF:32,32,32,255:...] -C[ScrollBar.trackHighlight:SF:64,64,64,255:...] -C[ScrollPane.background:SF:32,32,32,255:...] -C[ScrollPane.foreground:SF:208,208,208,255:...] -C[Separator.foreground:SF:64,64,64,255:...] -C[Separator.highlight:SF:32,32,32,255:...] -C[Separator.shadow:SF:32,32,32,255:...] -C[Slider.background:SF:64,64,64,255:...] -C[Slider.focus:SF:96,96,96,255:...] -C[Slider.foreground:SF:80,80,80,255:...] -C[Slider.highlight:SF:64,64,64,255:...] -C[Slider.shadow:SF:64,64,64,255:...] -C[Slider.tickColor:AT:0,0,0,255:...] -C[Spinner.background:SF:64,64,64,255:...] -C[Spinner.foreground:SF:64,64,64,255:...] -C[SplitPane.background:SF:32,32,32,255:...] -C[SplitPane.darkShadow:SF:64,64,64,255:...] -C[SplitPane.highlight:SF:64,64,64,255:...] -C[SplitPane.shadow:SF:64,64,64,255:...] -C[SplitPaneDivider.draggingColor:SF:32,32,32,255:...] -C[TabbedPane.background:SF:64,64,64,255:...] -C[TabbedPane.darkShadow:SF:32,32,32,255:...] -C[TabbedPane.focus:SF:96,96,96,255:...] -C[TabbedPane.foreground:SF:208,208,208,255:...] -C[TabbedPane.highlight:SF:32,32,32,255:...] -C[TabbedPane.light:SF:32,32,32,255:...] -C[TabbedPane.shadow:SF:32,32,32,255:...] -C[Table.background:SF:255,255,255,255:...] -C[Table.dropLineColor:SF:153,153,204,255:...] -C[Table.dropLineShortColor:SF:102,102,153,255:...] -C[Table.focusCellBackground:SF:255,255,255,255:...] -C[Table.focusCellForeground:SF:0,0,0,255:...] -C[Table.gridColor:SF:153,153,153,255:...] -C[Table.selectionBackground:SF:204,204,255,255:...] -C[Table.selectionForeground:SF:0,0,0,255:...] -C[Table.sortIconColor:SF:153,153,153,255:...] -C[TableHeader.background:SF:204,204,204,255:...] -C[TableHeader.focusCellBackground:SF:255,255,255,255:...] -C[TableHeader.foreground:SF:0,0,0,255:...] -C[TextArea.background:SF:176,176,176,255:...] -C[TextArea.caretForeground:SF:8,8,8,255:...] -C[TextArea.foreground:SF:8,8,0,255:...] -C[TextArea.inactiveForeground:SF:153,153,153,255:...] -C[TextArea.selectionBackground:SF:224,224,224,255:...] -C[TextArea.selectionForeground:SF:64,64,64,255:...] -C[TextField.background:SF:176,176,176,255:...] -C[TextField.caretForeground:SF:8,8,8,255:...] -C[TextField.darkShadow:SF:102,102,102,255:...] -C[TextField.foreground:SF:8,8,0,255:...] -C[TextField.highlight:SF:255,255,255,255:...] -C[TextField.inactiveBackground:SF:204,204,204,255:...] -C[TextField.inactiveForeground:SF:153,153,153,255:...] -C[TextField.light:SF:255,255,255,255:...] -C[TextField.selectionBackground:SF:224,224,224,255:dghfghfg...] -C[TextField.selectionForeground:SF:64,64,64,255:Цвет символов при выделении в текстовом поле] -C[TextField.shadow:SF:153,153,153,255:...] -C[TextPane.background:SF:255,255,255,255:...] -C[TextPane.caretForeground:SF:0,0,0,255:...] -C[TextPane.foreground:SF:0,0,0,255:...] -C[TextPane.inactiveForeground:SF:153,153,153,255:...] -C[TextPane.selectionBackground:SF:204,204,255,255:...] -C[TextPane.selectionForeground:SF:0,0,0,255:...] -C[TitledBorder.titleColor:SF:224,224,224,255:...] -C[ToggleButton.background:SF:44,44,44,255:...] -C[ToggleButton.darkShadow:SF:102,102,102,255:...] -C[ToggleButton.disabledText:SF:153,153,153,255:...] -C[ToggleButton.foreground:SF:176,176,176,255:...] -C[ToggleButton.highlight:SF:255,255,255,255:...] -C[ToggleButton.light:SF:255,255,255,255:...] -C[ToggleButton.shadow:SF:153,153,153,255:...] -C[ToolBar.background:SF:32,32,32,255:...] -C[ToolBar.darkShadow:SF:102,102,102,255:...] -C[ToolBar.dockingBackground:SF:204,204,204,255:...] -C[ToolBar.dockingForeground:SF:102,102,153,255:...] -C[ToolBar.floatingBackground:SF:204,204,204,255:...] -C[ToolBar.floatingForeground:SF:204,204,255,255:...] -C[ToolBar.foreground:SF:0,0,0,255:...] -C[ToolBar.highlight:SF:255,255,255,255:...] -C[ToolBar.light:SF:255,255,255,255:...] -C[ToolBar.shadow:SF:153,153,153,255:...] -C[ToolTip.background:SF:96,96,96,255:...] -C[ToolTip.foreground:SF:8,8,8,255:...] -C[Tree.background:SF:16,16,16,255:...] -C[Tree.dropLineColor:SF:224,224,224,255:...] -C[Tree.foreground:SF:0,0,0,255:...] -C[Tree.hash:SF:96,96,96,255:...] -C[Tree.line:SF:176,176,176,255:...] -C[Tree.selectionBackground:SF:204,204,255,255:...] -C[Tree.selectionBorderColor:SF:153,153,204,255:...] -C[Tree.selectionForeground:SF:0,0,0,255:...] -C[Tree.textBackground:SF:208,208,208,255:...] -C[Tree.textForeground:SF:0,0,0,255:...] -C[Viewport.background:SF:204,204,204,255:...] -C[Viewport.foreground:SF:0,0,0,255:...] -C[activeCaption:SF:48,48,48,255:Фон табов слева в активном виде- навигатор-файлы-и тд ] -C[activeCaptionBorder:SF:16,16,16,255:...] -C[activeCaptionText:SF:224,224,224,255:...] -C[control:SF:48,48,48,255:Цвет неактивных табов в редакторе] -C[controlDkShadow:SF:48,48,48,255:Смешивается с controlHighlight пополам - тень табов в редакторе] -C[controlHighlight:SF:48,48,48,0:Смешивается с controlDkShadow пополам - тень табов в редакторе] -C[controlLtHighlight:SF:48,48,48,0:...] -C[controlShadow:SF:24,24,24,255:Нижняя полоска в окне редактора, перед путём или мини статусом] -C[controlText:SF:0,0,0,255:...] -C[desktop:SF:153,153,204,255:...] -C[inactiveCaption:SF:32,32,32,255:...] -C[inactiveCaptionBorder:SF:32,32,32,255:...] -C[inactiveCaptionText:SF:176,176,176,255:...] -C[info:SF:204,204,255,255:...] -C[infoText:SF:0,0,0,255:...] -C[menu:SF:204,204,204,255:...] -C[menuText:SF:0,0,0,255:...] -C[scrollbar:SF:204,204,204,255:...] -C[text:SF:255,255,255,255:...] -C[textHighlight:SF:204,204,255,255:...] -C[textHighlightText:SF:0,0,0,255:...] -C[textInactiveText:AT:128,128,128,255:...] -C[textText:SF:0,0,0,255:...] -C[window:SF:255,255,255,255:...] -C[windowBorder:SF:204,204,204,255:...] -C[windowText:SF:0,0,0,255:...] -C[PropSheet.setBackground:AT:224,224,224,255:...] -C[PropSheet.selectedSetBackground:AT:204,204,255,255:...] -C[PropSheet.setForeground:AT:0,0,0,255:...] -C[PropSheet.selectedSetForeground:AT:0,0,0,255:...] -C[PropSheet.disabledForeground:AT:153,153,153,255:...] -C[PropSheet.selectionBackground:AT:204,204,255,255:...] -C[PropSheet.selectionForeground:AT:0,0,0,255:...] -C[CheckBoxMenuItem.disabledBackground:SF:242,163,15,255:...] -C[EditorPane.inactiveBackground:SF:33,153,207,255:...] -C[Focus.color:SF:96,96,96,255:...] -C[InternalFrame.background:SF:49,37,177,255:...] -C[InternalFrame.optionDialogBackground:SF:206,228,135,255:...] -C[InternalFrame.paletteBackground:SF:30,185,18,255:...] -C[Menu.disabledBackground:SF:163,246,24,255:...] -C[MenuBar.disabledBackground:SF:88,59,127,255:...] -C[MenuBar.disabledForeground:SF:85,54,156,255:...] -C[MenuBar.selectionBackground:SF:99,236,248,255:...] -C[MenuBar.selectionForeground:SF:106,58,238,255:...] -C[MenuItem.disabledBackground:SF:200,148,158,255:...] -C[PopupMenu.selectionBackground:SF:130,232,140,255:...] -C[PopupMenu.selectionForeground:SF:10,101,158,255:...] -C[RadioButtonMenuItem.disabledBackground:SF:50,68,255,255:...] -C[TextArea.inactiveBackground:SF:23,126,252,255:...] -C[TextComponent.selectionBackgroundInactive:SF:97,215,123,255:...] -C[TextPane.inactiveBackground:SF:24,4,183,255:...] -C[nb_workplace_fill:SF:50,221,208,255:...] -C[Nb.Desktop.background:SF:125,90,158,255:...] -C[nb.output.selectionBackground:SF:188,54,68,255:...] -C[nb.hyperlink.foreground:SF:220,244,200,255:...] -C[nb.output.background:SF:16,16,16,255:...] -C[nb.output.foreground:SF:155,166,203,255:...] -C[Tree.altbackground:SF:78,4,117,255:...] -C[PropSheet.customButtonForeground:SF:85,78,232,255:...] -C[netbeans.ps.buttonColor:SF:5,0,200,255:...] -C[netbeans.ps.background:SF:96,120,69,255:...] -C[nb.errorForeground:SF:210,245,244,255:...] -C[nb.warningForeground:SF:36,223,138,255:...] -C[TabRenderer.selectedActivatedBackground:SF:16,16,16,255:...] -C[TabRenderer.selectedActivatedForeground:SF:160,160,160,255:...] -C[TabRenderer.selectedForeground:SF:224,224,224,255:...] -C[TabRenderer.selectedBackground:SF:32,32,32,255:...] -C[Button.focus:SF:96,96,96,255:...] -C[CheckBox.focus:SF:96,96,96,255:...] -C[Checkbox.select:SF:153,153,153,255:...] -C[DesktopIcon.background:SF:204,204,204,255:...] -C[DesktopIcon.foreground:SF:0,0,0,255:...] -C[OptionPane.errorDialog.border.background:SF:153,51,51,255:...] -C[OptionPane.errorDialog.titlePane.background:SF:255,153,153,255:...] -C[OptionPane.errorDialog.titlePane.foreground:SF:51,0,0,255:...] -C[OptionPane.errorDialog.titlePane.shadow:SF:204,102,102,255:...] -C[OptionPane.questionDialog.border.background:SF:51,102,51,255:...] -C[OptionPane.questionDialog.titlePane.background:SF:153,204,153,255:...] -C[OptionPane.questionDialog.titlePane.foreground:SF:0,51,0,255:...] -C[OptionPane.questionDialog.titlePane.shadow:SF:102,153,102,255:...] -C[OptionPane.warningDialog.border.background:SF:153,102,51,255:...] -C[OptionPane.warningDialog.titlePane.background:SF:255,204,153,255:...] -C[OptionPane.warningDialog.titlePane.foreground:SF:102,51,0,255:...] -C[OptionPane.warningDialog.titlePane.shadow:SF:204,153,102,255:...] -C[RadioButton.focus:SF:96,96,96,255:...] -C[ScrollBar.darkShadow:SF:16,16,16,255:...] -C[ScrollBar.highlight:SF:48,48,48,255:...] -C[ScrollBar.shadow:SF:48,48,48,255:...] -C[Separator.background:SF:80,80,80,255:...] -C[SplitPane.dividerFocusColor:SF:204,204,204,255:...] -C[TabbedPane.selected:SF:204,204,204,255:...] -C[TabbedPane.selectHighlight:SF:255,255,255,255:...] -C[TabbedPane.tabAreaBackground:SF:204,204,204,255:...] -C[Table.foreground:SF:0,0,0,255:...] -C[ToggleButton.focus:SF:96,96,96,255:...] -C[ToggleButton.select:SF:64,64,64,255:...] -C[ToolTip.backgroundInactive:SF:204,204,204,255:...] -C[ToolTip.foregroundInactive:SF:102,102,102,255:...] +C[Button.background:SF:64,64,64,255:...] +C[Button.darkShadow:SF:64,64,64,255:...] +C[Button.disabledText:SF:96,96,96,255:...] +C[Button.foreground:SF:208,208,208,255:...] +C[Button.highlight:SF:64,64,64,255:...] +C[Button.light:SF:64,64,64,255:...] +C[Button.select:SF:176,176,176,255:...] +C[Button.shadow:SF:64,64,64,255:...] +C[CheckBox.background:SF:32,32,32,255:...] +C[CheckBox.disabledText:SF:96,96,96,255:...] +C[CheckBox.foreground:SF:208,208,208,255:...] +C[CheckBoxMenuItem.acceleratorForeground:SF:208,208,208,255:...] +C[CheckBoxMenuItem.acceleratorSelectionForeground:SF:176,176,176,255:...] +C[CheckBoxMenuItem.background:SF:32,32,32,255:...] +C[CheckBoxMenuItem.disabledForeground:SF:96,96,96,255:...] +C[CheckBoxMenuItem.foreground:SF:208,208,208,255:...] +C[CheckBoxMenuItem.selectionBackground:SF:96,96,96,255:...] +C[CheckBoxMenuItem.selectionForeground:SF:176,176,176,255:...] +C[ColorChooser.background:SF:32,32,32,255:...] +C[ColorChooser.foreground:SF:208,208,208,255:...] +C[ColorChooser.swatchesDefaultRecentColor:SF:208,208,208,255:...] +C[ComboBox.background:SF:64,64,64,255:...] +C[ComboBox.buttonBackground:SF:64,64,64,255:...] +C[ComboBox.buttonDarkShadow:SF:64,64,64,255:...] +C[ComboBox.buttonHighlight:SF:64,64,64,255:...] +C[ComboBox.buttonShadow:SF:64,64,64,255:...] +C[ComboBox.disabledBackground:SF:64,64,64,255:...] +C[ComboBox.disabledForeground:SF:96,96,96,255:...] +C[ComboBox.foreground:SF:208,208,208,255:...] +C[ComboBox.selectionBackground:SF:96,96,96,255:...] +C[ComboBox.selectionForeground:SF:176,176,176,255:...] +C[Desktop.background:SF:16,16,16,255:Бэк в help->about или в search на главной странице] +C[EditorPane.background:SF:32,32,32,255:...] +C[EditorPane.caretForeground:SF:255,0,0,255:...] +C[EditorPane.foreground:SF:208,208,208,255:...] +C[EditorPane.inactiveForeground:SF:32,32,32,255:...] +C[EditorPane.selectionBackground:SF:64,64,64,255:...] +C[EditorPane.selectionForeground:SF:208,208,208,255:...] +C[FormattedTextField.background:SF:64,64,64,255:Поле, прикрученное к спиннеру] +C[FormattedTextField.caretForeground:SF:240,240,240,255:...] +C[FormattedTextField.foreground:SF:208,208,208,255:...] +C[FormattedTextField.inactiveBackground:SF:64,64,64,255:...] +C[FormattedTextField.inactiveForeground:SF:96,96,96,255:...] +C[FormattedTextField.selectionBackground:SF:224,224,224,255:...] +C[FormattedTextField.selectionForeground:SF:32,32,32,255:...] +C[InternalFrame.activeTitleBackground:SF:0,0,255,255:хзшеньки] +C[InternalFrame.activeTitleForeground:SF:0,255,0,255:...] +C[InternalFrame.borderColor:SF:204,204,204,255:...] +C[InternalFrame.borderDarkShadow:SF:102,102,102,255:...] +C[InternalFrame.borderHighlight:SF:255,255,255,255:...] +C[InternalFrame.borderLight:SF:255,255,255,255:...] +C[InternalFrame.borderShadow:SF:153,153,153,255:...] +C[InternalFrame.inactiveTitleBackground:SF:204,204,204,255:...] +C[InternalFrame.inactiveTitleForeground:SF:0,0,255,255:...] +C[Label.background:SF:16,16,16,255:...] +C[Label.disabledForeground:SF:176,176,176,255:...] +C[Label.disabledShadow:SF:176,176,176,255:...] +C[Label.foreground:SF:208,208,208,255:...] +C[List.background:SF:16,16,16,255:I. e. tools->options->editor->spellchecker] +C[List.dropLineColor:SF:64,64,64,255:...] +C[List.foreground:SF:208,208,208,255:...] +C[List.selectionBackground:SF:64,64,64,255:...] +C[List.selectionForeground:SF:176,176,176,255:...] +C[Menu.acceleratorForeground:SF:208,208,208,255:...] +C[Menu.acceleratorSelectionForeground:SF:176,176,176,255:...] +C[Menu.background:SF:32,32,32,255:...] +C[Menu.disabledForeground:SF:96,96,96,255:...] +C[Menu.foreground:SF:208,208,208,255:...] +C[Menu.selectionBackground:SF:64,64,64,255:...] +C[Menu.selectionForeground:SF:192,192,192,255:...] +C[MenuBar.background:SF:32,32,32,255:Панель, на которой лежит меню] +C[MenuBar.foreground:SF:208,208,208,255:...] +C[MenuBar.highlight:SF:32,32,32,255:...] +C[MenuBar.shadow:SF:32,32,32,255:...] +C[MenuItem.acceleratorForeground:SF:208,208,208,255:...] +C[MenuItem.acceleratorSelectionForeground:SF:176,176,176,255:...] +C[MenuItem.background:SF:32,32,32,255:...] +C[MenuItem.disabledForeground:SF:96,96,96,255:...] +C[MenuItem.foreground:SF:208,208,208,255:...] +C[MenuItem.selectionBackground:SF:96,96,96,255:...] +C[MenuItem.selectionForeground:SF:176,176,176,255:...] +C[OptionPane.background:SF:64,64,64,255:Окошки предупреждений, ошибок и вопросов] +C[OptionPane.foreground:SF:208,208,208,255:...] +C[OptionPane.messageForeground:SF:208,208,208,255:...] +C[Panel.background:SF:32,32,32,255:...] +C[Panel.foreground:SF:208,208,208,255:...] +C[PasswordField.background:SF:64,64,64,255:...] +C[PasswordField.caretForeground:SF:240,240,240,255:...] +C[PasswordField.foreground:SF:208,208,208,255:...] +C[PasswordField.inactiveBackground:SF:64,64,64,255:...] +C[PasswordField.inactiveForeground:SF:96,96,96,255:...] +C[PasswordField.selectionBackground:SF:224,224,224,255:...] +C[PasswordField.selectionForeground:SF:32,32,32,255:...] +C[PopupMenu.background:SF:64,64,64,255:...] +C[PopupMenu.foreground:SF:64,64,64,255:...] +C[ProgressBar.background:SF:16,16,16,255:help->check updates] +C[ProgressBar.foreground:SF:208,208,208,255:...] +C[ProgressBar.selectionBackground:SF:176,176,176,255:...] +C[ProgressBar.selectionForeground:SF:16,16,16,255:...] +C[RadioButton.background:SF:32,32,32,255:...] +C[RadioButton.darkShadow:SF:32,32,32,255:...] +C[RadioButton.disabledText:SF:96,96,96,255:...] +C[RadioButton.foreground:SF:208,208,208,255:...] +C[RadioButton.highlight:SF:32,32,32,255:...] +C[RadioButton.light:SF:32,32,32,255:...] +C[RadioButton.select:SF:176,176,176,255:...] +C[RadioButton.shadow:SF:32,32,32,255:...] +C[RadioButtonMenuItem.acceleratorForeground:SF:208,208,208,255:...] +C[RadioButtonMenuItem.acceleratorSelectionForeground:SF:176,176,176,255:...] +C[RadioButtonMenuItem.background:SF:32,32,32,255:...] +C[RadioButtonMenuItem.disabledForeground:SF:96,96,96,255:...] +C[RadioButtonMenuItem.foreground:SF:208,208,208,255:...] +C[RadioButtonMenuItem.selectionBackground:SF:96,96,96,255:...] +C[RadioButtonMenuItem.selectionForeground:SF:176,176,176,255:...] +C[ScrollBar.background:SF:32,32,32,255:...] +C[ScrollBar.foreground:SF:32,32,32,255:...] +C[ScrollBar.thumb:SF:64,64,64,255:...] +C[ScrollBar.thumbDarkShadow:SF:64,64,64,255:...] +C[ScrollBar.thumbHighlight:SF:64,64,64,255:...] +C[ScrollBar.thumbShadow:SF:96,96,96,255:...] +C[ScrollBar.track:SF:32,32,32,255:...] +C[ScrollBar.trackHighlight:SF:64,64,64,255:...] +C[ScrollPane.background:SF:32,32,32,255:Пнель под скролбарами. Видна в углу, если есть и горизонтальный, и вертикальный.] +C[ScrollPane.foreground:SF:208,208,208,255:...] +C[Separator.foreground:SF:64,64,64,255:...] +C[Separator.highlight:SF:32,32,32,255:...] +C[Separator.shadow:SF:32,32,32,255:...] +C[Slider.background:SF:32,32,32,255:color chooser->rgb] +C[Slider.focus:SF:64,64,64,0:...] +C[Slider.foreground:SF:80,80,80,255:...] +C[Slider.highlight:SF:64,64,64,255:...] +C[Slider.shadow:SF:64,64,64,255:...] +C[Slider.altTrackColor:SF:64,64,64,255:...] +C[Slider.tickColor:AT:0,0,0,255:...] +C[Spinner.background:SF:64,64,64,255:Стрелки вверх-вниз, прикручены к formatted text field] +C[Spinner.foreground:SF:64,64,64,255:...] +C[SplitPane.background:SF:32,32,32,255:Tools->options->editor->formatting] +C[SplitPane.darkShadow:SF:64,64,64,255:...] +C[SplitPane.highlight:SF:64,64,64,255:...] +C[SplitPane.shadow:SF:64,64,64,255:...] +C[SplitPaneDivider.draggingColor:SF:32,32,32,255:...] +C[TabbedPane.background:SF:64,64,64,255:Табы в color chooser'е] +C[TabbedPane.darkShadow:SF:32,32,32,255:...] +C[TabbedPane.focus:SF:32,32,32,255:...] +C[TabbedPane.foreground:SF:208,208,208,255:...] +C[TabbedPane.highlight:SF:32,32,32,255:...] +C[TabbedPane.light:SF:32,32,32,255:...] +C[TabbedPane.shadow:SF:32,32,32,255:...] +C[Table.background:SF:16,16,16,255:...] +C[Table.dropLineColor:SF:153,153,204,255:...] +C[Table.dropLineShortColor:SF:102,102,153,255:...] +C[Table.focusCellBackground:SF:64,64,64,255:...] +C[Table.focusCellForeground:SF:176,176,176,255:...] +C[Table.gridColor:SF:80,80,80,255:...] +C[Table.selectionBackground:SF:64,64,64,255:...] +C[Table.selectionForeground:SF:208,208,208,255:...] +C[Table.sortIconColor:SF:153,153,153,255:...] +C[TableHeader.background:SF:64,64,64,255:...] +C[TableHeader.focusCellBackground:SF:128,128,128,255:...] +C[TableHeader.foreground:SF:208,208,208,255:...] +C[TextArea.background:SF:48,48,48,255:Поле поиска на главной странице] +C[TextArea.caretForeground:SF:208,208,208,255:...] +C[TextArea.foreground:SF:208,208,208,255:...] +C[TextArea.inactiveForeground:SF:96,96,96,255:...] +C[TextArea.selectionBackground:SF:224,224,224,255:...] +C[TextArea.selectionForeground:SF:32,32,32,255:...] +C[TextField.background:SF:64,64,64,255:Tools->options->general->http proxy поле ввода] +C[TextField.caretForeground:SF:240,240,240,255:...] +C[TextField.darkShadow:SF:102,102,102,255:...] +C[TextField.foreground:SF:208,208,208,255:...] +C[TextField.highlight:SF:64,64,64,255:...] +C[TextField.inactiveBackground:SF:64,64,64,255:...] +C[TextField.inactiveForeground:SF:96,96,96,255:...] +C[TextField.light:SF:255,255,255,255:...] +C[TextField.selectionBackground:SF:176,176,176,255:dghfghfg...] +C[TextField.selectionForeground:SF:16,16,16,255:Цвет символов при выделении в текстовом поле] +C[TextField.shadow:SF:153,153,153,255:...] +C[TextPane.background:SF:48,48,48,255:Всплывает при поиске в search на главной] +C[TextPane.caretForeground:SF:255,0,0,255:...] +C[TextPane.foreground:SF:208,208,208,255:...] +C[TextPane.inactiveForeground:SF:96,96,96,255:...] +C[TextPane.selectionBackground:SF:224,224,224,255:...] +C[TextPane.selectionForeground:SF:32,32,32,255:...] +C[TitledBorder.titleColor:SF:208,208,208,255:Рамка и надпись preview в color chooser'e] +C[ToggleButton.background:SF:64,64,64,255:...] +C[ToggleButton.darkShadow:SF:64,64,64,255:...] +C[ToggleButton.disabledText:SF:96,96,96,255:...] +C[ToggleButton.foreground:SF:208,208,208,255:...] +C[ToggleButton.highlight:SF:64,64,64,255:...] +C[ToggleButton.light:SF:64,64,64,255:...] +C[ToggleButton.shadow:SF:64,64,64,255:...] +C[ToolBar.background:SF:32,32,32,255:...] +C[ToolBar.darkShadow:SF:64,64,64,255:...] +C[ToolBar.dockingBackground:SF:32,32,32,255:...] +C[ToolBar.dockingForeground:SF:64,64,64,255:...] +C[ToolBar.floatingBackground:SF:32,32,32,255:...] +C[ToolBar.floatingForeground:SF:64,64,64,255:...] +C[ToolBar.foreground:SF:208,208,208,255:...] +C[ToolBar.highlight:SF:32,32,32,255:...] +C[ToolBar.light:SF:32,32,32,255:...] +C[ToolBar.shadow:SF:32,32,32,255:...] +C[ToolTip.background:SF:96,96,96,255:...] +C[ToolTip.foreground:SF:8,8,8,255:...] +C[Tree.background:SF:16,16,16,255:file->new project - окошко steps слева, основные табы (general и т д) в tools->options] +C[Tree.dropLineColor:SF:224,224,224,255:...] +C[Tree.foreground:SF:208,208,208,255:...] +C[Tree.hash:SF:96,96,96,255:...] +C[Tree.line:SF:176,176,176,255:...] +C[Tree.selectionBackground:SF:96,96,96,255:...] +C[Tree.selectionBorderColor:SF:96,96,96,255:...] +C[Tree.selectionForeground:SF:0,255,0,255:...] +C[Tree.textBackground:SF:16,16,16,255:...] +C[Tree.textForeground:SF:208,208,208,255:...] +C[Viewport.background:SF:16,16,16,255:Tools->options->editor->macros - пенель под таблицей] +C[Viewport.foreground:SF:208,208,208,255:...] +C[activeCaption:SF:16,16,16,255:Фон табов слева в активном виде- навигатор-файлы-и тд ] +C[activeCaptionBorder:SF:16,16,16,255:...] +C[activeCaptionText:SF:208,208,208,255:...] +C[control:SF:48,48,48,255:Цвет неактивных табов в редакторе] +C[controlDkShadow:SF:48,48,48,255:Смешивается с controlHighlight пополам - тень табов в редакторе] +C[controlHighlight:SF:48,48,48,0:Смешивается с controlDkShadow пополам - тень табов в редакторе] +C[controlLtHighlight:SF:48,48,48,0:...] +C[controlShadow:SF:24,24,24,255:Нижняя полоска в окне редактора, перед путём или мини статусом] +C[controlText:SF:208,208,208,255:...] +C[desktop:SF:153,153,204,255:...] +C[inactiveCaption:SF:32,32,32,255:...] +C[inactiveCaptionBorder:SF:32,32,32,255:...] +C[inactiveCaptionText:SF:176,176,176,255:...] +C[info:SF:204,204,204,255:...] +C[infoText:SF:255,0,0,255:...] +C[menu:SF:204,204,204,255:...] +C[menuText:SF:0,255,0,255:...] +C[scrollbar:SF:204,204,204,255:...] +C[text:SF:255,255,255,255:...] +C[textHighlight:SF:204,204,204,255:...] +C[textHighlightText:SF:0,0,255,255:...] +C[textInactiveText:AT:128,128,128,255:...] +C[textText:SF:208,208,208,255:Цвет текста табов в редакторе, projects, files, navigator - короче, всего и сразу] +C[window:SF:16,16,16,255:Бэк files, когда ни один проект не открыт] +C[windowBorder:SF:16,16,16,255:...] +C[windowText:SF:208,208,208,255:...] +C[PropSheet.setBackground:AT:224,224,224,255:...] +C[PropSheet.selectedSetBackground:AT:204,204,204,255:...] +C[PropSheet.setForeground:AT:0,0,255,255:...] +C[PropSheet.selectedSetForeground:AT:255,0,0,255:...] +C[PropSheet.disabledForeground:AT:153,153,153,255:...] +C[PropSheet.selectionBackground:AT:204,204,204,255:...] +C[PropSheet.selectionForeground:AT:0,255,0,255:...] +C[CheckBoxMenuItem.disabledBackground:SF:64,64,64,255:...] +C[EditorPane.inactiveBackground:SF:32,32,32,255:...] +C[Focus.color:SF:96,96,96,255:...] +C[InternalFrame.background:SF:49,37,177,255:...] +C[InternalFrame.optionDialogBackground:SF:206,228,135,255:...] +C[InternalFrame.paletteBackground:SF:30,185,18,255:...] +C[Menu.disabledBackground:SF:32,32,32,255:...] +C[MenuBar.disabledBackground:SF:32,32,32,255:...] +C[MenuBar.disabledForeground:SF:96,96,96,255:...] +C[MenuBar.selectionBackground:SF:96,96,96,255:...] +C[MenuBar.selectionForeground:SF:176,176,176,255:...] +C[MenuItem.disabledBackground:SF:64,64,64,255:...] +C[PopupMenu.selectionBackground:SF:96,96,96,255:...] +C[PopupMenu.selectionForeground:SF:176,176,176,255:...] +C[RadioButtonMenuItem.disabledBackground:SF:64,64,64,255:...] +C[TextArea.inactiveBackground:SF:48,48,48,255:...] +C[TextComponent.selectionBackgroundInactive:SF:97,215,123,255:...] +C[TextPane.inactiveBackground:SF:48,48,48,255:...] +C[nb_workplace_fill:SF:50,221,208,255:...] +C[Nb.Desktop.background:SF:125,90,158,255:...] +C[nb.output.selectionBackground:SF:188,54,68,255:...] +C[nb.hyperlink.foreground:SF:220,244,200,255:...] +C[nb.output.background:SF:16,16,16,255:...] +C[nb.output.foreground:SF:208,208,208,255:...] +C[Tree.altbackground:SF:0,0,255,255:...] +C[PropSheet.customButtonForeground:SF:0,255,0,255:...] +C[netbeans.ps.buttonColor:SF:5,0,200,255:...] +C[netbeans.ps.background:SF:96,120,69,255:...] +C[nb.errorForeground:SF:210,245,244,255:...] +C[nb.warningForeground:SF:36,223,138,255:...] +C[TabRenderer.selectedActivatedBackground:SF:16,16,16,255:...] +C[TabRenderer.selectedActivatedForeground:SF:160,160,160,255:...] +C[TabRenderer.selectedForeground:SF:224,224,224,255:...] +C[TabRenderer.selectedBackground:SF:32,32,32,255:...] +C[Button.focus:SF:64,64,64,255:...] +C[CheckBox.focus:SF:32,32,32,255:...] +C[Checkbox.select:SF:176,176,176,255:...] +C[DesktopIcon.background:SF:204,204,204,255:...] +C[DesktopIcon.foreground:SF:255,0,0,255:...] +C[OptionPane.errorDialog.border.background:SF:153,51,51,255:...] +C[OptionPane.errorDialog.titlePane.background:SF:255,153,153,255:...] +C[OptionPane.errorDialog.titlePane.foreground:SF:51,0,0,255:...] +C[OptionPane.errorDialog.titlePane.shadow:SF:204,102,102,255:...] +C[OptionPane.questionDialog.border.background:SF:51,102,51,255:...] +C[OptionPane.questionDialog.titlePane.background:SF:153,204,153,255:...] +C[OptionPane.questionDialog.titlePane.foreground:SF:0,51,0,255:...] +C[OptionPane.questionDialog.titlePane.shadow:SF:102,153,102,255:...] +C[OptionPane.warningDialog.border.background:SF:153,102,51,255:...] +C[OptionPane.warningDialog.titlePane.background:SF:255,204,153,255:...] +C[OptionPane.warningDialog.titlePane.foreground:SF:102,51,0,255:...] +C[OptionPane.warningDialog.titlePane.shadow:SF:204,153,102,255:...] +C[RadioButton.focus:SF:32,32,32,255:...] +C[ScrollBar.darkShadow:SF:16,16,16,255:...] +C[ScrollBar.highlight:SF:48,48,48,255:...] +C[ScrollBar.shadow:SF:48,48,48,255:...] +C[Separator.background:SF:80,80,80,255:...] +C[SplitPane.dividerFocusColor:SF:64,64,64,255:...] +C[TabbedPane.selected:SF:32,32,32,255:...] +C[TabbedPane.selectHighlight:SF:48,48,48,192:...] +C[TabbedPane.tabAreaBackground:SF:32,32,32,255:...] +C[Table.foreground:SF:208,208,208,255:...] +C[ToggleButton.focus:SF:96,96,96,255:...] +C[ToggleButton.select:SF:96,96,96,255:...] +C[ToolTip.backgroundInactive:SF:204,204,204,255:...] +C[ToolTip.foregroundInactive:SF:102,102,102,255:...] +C[ComboBox.focus:SF:96,96,96,255:...] +C[Slider.thumb:SF:96,96,96,255:...] diff --git a/update/org-idp-laf-1.1.1.nbm b/update/org-idp-laf-1.1.1.nbm new file mode 100644 index 0000000..ec4c3fc Binary files /dev/null and b/update/org-idp-laf-1.1.1.nbm differ diff --git a/update/updates.xml b/update/updates.xml index ea67522..97d7c52 100644 --- a/update/updates.xml +++ b/update/updates.xml @@ -5,8 +5,8 @@ - - + +