Update to 1.1.1

master
Clochard Pagan 11 years ago
parent fd1c99c7f9
commit e8928d9266

@ -1,7 +1,7 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
AutoUpdate-Show-In-Client: true AutoUpdate-Show-In-Client: true
OpenIDE-Module: org.idp.laf/1 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-Localizing-Bundle: org/idp/laf/Bundle.properties
OpenIDE-Module-Install: org/idp/laf/Installer.class OpenIDE-Module-Install: org/idp/laf/Installer.class
OpenIDE-Module-Requires: org.openide.windows.WindowManager OpenIDE-Module-Requires: org.openide.windows.WindowManager

@ -187,17 +187,19 @@ 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); javax.swing.border.EmptyBorder ceb = new EmptyBorder(0,0,0,0);
UIManager.put ("EditorPane.border", ceb); // Editor FUCKING LINE! 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));
// }

@ -10,37 +10,69 @@ package org.idp.laf;
*/ */
public class Keys { public class Keys {
public static final String [] borders = { public static final String [] borders =
{
"Button.border", "Button.border",
"CheckBox.border", "CheckBox.border",
"CheckBoxMenuItem.border", "ComboBox.border",
"DesktopIcon.border", "ComboBox.editorBorder",
"EditorPane.border", "ProgressBar.border",
"FormattedTextField.border", "RadioButton.border",
"Menu.border", "Spinner.arrowButtonBorder",
"List.focusCellHighlightBorder", "Spinner.border",
"MenuBar.border", "ToggleButton.border",
"MenuItem.border", "ToolTip.border",
"OptionPane.border", "ToolTip.borderInactive",
"PasswordField.border", "EditorPane.border",
"PopupMenu.border", "FormattedTextField.border",
"ProgressBar.border", "PasswordField.border",
"RadioButton.border", "TextArea.border",
"RadioButtonMenuItem.border", "TextField.border",
"ScrollPane.border", "TextPane.border",
"SplitPane.border", "List.evenRowBackgroundPainter",
//"TabbedPane.tabsOverlapBorder", boolean WTF?! "List.focusCellHighlightBorder",
"Table.focusCellHighlightBorder", "List.oddRowBackgroundPainter",
"Table.scrollPaneBorder", "List.sourceListBackgroundPainter",
"TableHeader.cellBorder", "List.sourceListFocusedSelectionBackgroundPainter",
"TextArea.border", "List.sourceListSelectionBackgroundPainter",
"TextField.border", "Table.focusCellHighlightBorder",
"TextPane.border", "Table.focusSelectedCellHighlightBorder",
"TitledBorder.border", "Table.scrollPaneBorder",
"ToggleButton.border", "TableHeader.cellBorder",
"ToolBar.border", "Tree.editorBorder",
"ToolTip.border", "RootPane.ColorChooserDialogBorder",
"Tree.editorBorder", "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.leftBorder",
"Nb.Editor.Status.innerBorder", "Nb.Editor.Status.innerBorder",
"Nb.Editor.Status.rightBorder", "Nb.Editor.Status.rightBorder",
@ -48,18 +80,16 @@ public class Keys {
"Nb.Editor.Toolbar.border", "Nb.Editor.Toolbar.border",
"Nb.Explorer.Status.border", "Nb.Explorer.Status.border",
"Nb.Desktop.border", "Nb.Desktop.border",
// "TabbedContainer.editor.contentBorder", null "TabbedContainer.editor.contentBorder",
// "TabbedContainer.editor.tabsBorder", null "TabbedContainer.editor.tabsBorder",
"TabbedContainer.editor.outerBorder", "TabbedContainer.editor.outerBorder",
// "TabbedContainer.view.contentBorder", null "TabbedContainer.view.contentBorder",
// "TabbedContainer.view.tabsBorder", null "TabbedContainer.view.tabsBorder",
"TabbedContainer.view.outerBorder", "TabbedContainer.view.outerBorder",
// "TabbedContainer.sliding.contentBorder", null "TabbedContainer.sliding.contentBorder",
// "TabbedContainer.sliding.tabsBorder", null "TabbedContainer.sliding.tabsBorder",
// "TabbedContainer.sliding.outerBorder", null "TabbedContainer.sliding.outerBorder",
"nb.explorer.ministatusbar.border", "nb.explorer.ministatusbar.border",
// "nb.desktop.splitpane.border", null
"CheckBox.border"
}; };

@ -29,14 +29,14 @@ C[ComboBox.disabledForeground:SF:96,96,96,255:...]
C[ComboBox.foreground:SF:208,208,208,255:...] C[ComboBox.foreground:SF:208,208,208,255:...]
C[ComboBox.selectionBackground:SF:96,96,96,255:...] C[ComboBox.selectionBackground:SF:96,96,96,255:...]
C[ComboBox.selectionForeground:SF:176,176,176,255:...] C[ComboBox.selectionForeground:SF:176,176,176,255:...]
C[Desktop.background:SF:16,16,16,255:...] C[Desktop.background:SF:16,16,16,255:Бэк в help->about или в search на главной странице]
C[EditorPane.background:SF:32,32,32,255:...] C[EditorPane.background:SF:32,32,32,255:...]
C[EditorPane.caretForeground:SF:0,0,0,255:...] C[EditorPane.caretForeground:SF:255,0,0,255:...]
C[EditorPane.foreground:SF:208,208,208,255:...] C[EditorPane.foreground:SF:208,208,208,255:...]
C[EditorPane.inactiveForeground:SF:32,32,32,255:...] C[EditorPane.inactiveForeground:SF:32,32,32,255:...]
C[EditorPane.selectionBackground:SF:64,64,64,255:...] C[EditorPane.selectionBackground:SF:64,64,64,255:...]
C[EditorPane.selectionForeground:SF:208,208,208,255:...] C[EditorPane.selectionForeground:SF:208,208,208,255:...]
C[FormattedTextField.background:SF:255,255,255,255:...] C[FormattedTextField.background:SF:64,64,64,255:Поле, прикрученное к спиннеру]
C[FormattedTextField.caretForeground:SF:240,240,240,255:...] C[FormattedTextField.caretForeground:SF:240,240,240,255:...]
C[FormattedTextField.foreground:SF:208,208,208,255:...] C[FormattedTextField.foreground:SF:208,208,208,255:...]
C[FormattedTextField.inactiveBackground:SF:64,64,64,255:...] C[FormattedTextField.inactiveBackground:SF:64,64,64,255:...]
@ -44,19 +44,19 @@ C[FormattedTextField.inactiveForeground:SF:96,96,96,255:...]
C[FormattedTextField.selectionBackground:SF:224,224,224,255:...] C[FormattedTextField.selectionBackground:SF:224,224,224,255:...]
C[FormattedTextField.selectionForeground:SF:32,32,32,255:...] C[FormattedTextField.selectionForeground:SF:32,32,32,255:...]
C[InternalFrame.activeTitleBackground:SF:0,0,255,255:хзшеньки] C[InternalFrame.activeTitleBackground:SF:0,0,255,255:хзшеньки]
C[InternalFrame.activeTitleForeground:SF:0,0,0,255:...] C[InternalFrame.activeTitleForeground:SF:0,255,0,255:...]
C[InternalFrame.borderColor:SF:204,204,204,255:...] C[InternalFrame.borderColor:SF:204,204,204,255:...]
C[InternalFrame.borderDarkShadow:SF:102,102,102,255:...] C[InternalFrame.borderDarkShadow:SF:102,102,102,255:...]
C[InternalFrame.borderHighlight:SF:255,255,255,255:...] C[InternalFrame.borderHighlight:SF:255,255,255,255:...]
C[InternalFrame.borderLight:SF:255,255,255,255:...] C[InternalFrame.borderLight:SF:255,255,255,255:...]
C[InternalFrame.borderShadow:SF:153,153,153,255:...] C[InternalFrame.borderShadow:SF:153,153,153,255:...]
C[InternalFrame.inactiveTitleBackground:SF:204,204,204,255:...] C[InternalFrame.inactiveTitleBackground:SF:204,204,204,255:...]
C[InternalFrame.inactiveTitleForeground:SF:0,0,0,255:...] C[InternalFrame.inactiveTitleForeground:SF:0,0,255,255:...]
C[Label.background:SF:16,16,16,255:...] C[Label.background:SF:16,16,16,255:...]
C[Label.disabledForeground:SF:176,176,176,255:...] C[Label.disabledForeground:SF:176,176,176,255:...]
C[Label.disabledShadow:SF:176,176,176,255:...] C[Label.disabledShadow:SF:176,176,176,255:...]
C[Label.foreground:SF:208,208,208,255:...] C[Label.foreground:SF:208,208,208,255:...]
C[List.background:SF:22,22,22,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.dropLineColor:SF:64,64,64,255:...]
C[List.foreground:SF:208,208,208,255:...] C[List.foreground:SF:208,208,208,255:...]
C[List.selectionBackground:SF:64,64,64,255:...] C[List.selectionBackground:SF:64,64,64,255:...]
@ -64,11 +64,11 @@ C[List.selectionForeground:SF:176,176,176,255:...]
C[Menu.acceleratorForeground:SF:208,208,208,255:...] C[Menu.acceleratorForeground:SF:208,208,208,255:...]
C[Menu.acceleratorSelectionForeground:SF:176,176,176,255:...] C[Menu.acceleratorSelectionForeground:SF:176,176,176,255:...]
C[Menu.background:SF:32,32,32,255:...] C[Menu.background:SF:32,32,32,255:...]
C[Menu.disabledForeground:SF:176,176,176,255:...] C[Menu.disabledForeground:SF:96,96,96,255:...]
C[Menu.foreground:SF:208,208,208,255:...] C[Menu.foreground:SF:208,208,208,255:...]
C[Menu.selectionBackground:SF:64,64,64,255:...] C[Menu.selectionBackground:SF:64,64,64,255:...]
C[Menu.selectionForeground:SF:192,192,192,255:...] C[Menu.selectionForeground:SF:192,192,192,255:...]
C[MenuBar.background:SF:32,32,32,255:...] C[MenuBar.background:SF:32,32,32,255:Панель, на которой лежит меню]
C[MenuBar.foreground:SF:208,208,208,255:...] C[MenuBar.foreground:SF:208,208,208,255:...]
C[MenuBar.highlight:SF:32,32,32,255:...] C[MenuBar.highlight:SF:32,32,32,255:...]
C[MenuBar.shadow:SF:32,32,32,255:...] C[MenuBar.shadow:SF:32,32,32,255:...]
@ -79,7 +79,7 @@ C[MenuItem.disabledForeground:SF:96,96,96,255:...]
C[MenuItem.foreground:SF:208,208,208,255:...] C[MenuItem.foreground:SF:208,208,208,255:...]
C[MenuItem.selectionBackground:SF:96,96,96,255:...] C[MenuItem.selectionBackground:SF:96,96,96,255:...]
C[MenuItem.selectionForeground:SF:176,176,176,255:...] C[MenuItem.selectionForeground:SF:176,176,176,255:...]
C[OptionPane.background:SF:64,64,64,255:...] C[OptionPane.background:SF:64,64,64,255:Окошки предупреждений, ошибок и вопросов]
C[OptionPane.foreground:SF:208,208,208,255:...] C[OptionPane.foreground:SF:208,208,208,255:...]
C[OptionPane.messageForeground:SF:208,208,208,255:...] C[OptionPane.messageForeground:SF:208,208,208,255:...]
C[Panel.background:SF:32,32,32,255:...] C[Panel.background:SF:32,32,32,255:...]
@ -93,7 +93,7 @@ C[PasswordField.selectionBackground:SF:224,224,224,255:...]
C[PasswordField.selectionForeground:SF:32,32,32,255:...] C[PasswordField.selectionForeground:SF:32,32,32,255:...]
C[PopupMenu.background:SF:64,64,64,255:...] C[PopupMenu.background:SF:64,64,64,255:...]
C[PopupMenu.foreground:SF:64,64,64,255:...] C[PopupMenu.foreground:SF:64,64,64,255:...]
C[ProgressBar.background:SF:16,16,16,255:...] C[ProgressBar.background:SF:16,16,16,255:help->check updates]
C[ProgressBar.foreground:SF:208,208,208,255:...] C[ProgressBar.foreground:SF:208,208,208,255:...]
C[ProgressBar.selectionBackground:SF:176,176,176,255:...] C[ProgressBar.selectionBackground:SF:176,176,176,255:...]
C[ProgressBar.selectionForeground:SF:16,16,16,255:...] C[ProgressBar.selectionForeground:SF:16,16,16,255:...]
@ -120,157 +120,158 @@ C[ScrollBar.thumbHighlight:SF:64,64,64,255:...]
C[ScrollBar.thumbShadow:SF:96,96,96,255:...] C[ScrollBar.thumbShadow:SF:96,96,96,255:...]
C[ScrollBar.track:SF:32,32,32,255:...] C[ScrollBar.track:SF:32,32,32,255:...]
C[ScrollBar.trackHighlight:SF:64,64,64,255:...] C[ScrollBar.trackHighlight:SF:64,64,64,255:...]
C[ScrollPane.background:SF:32,32,32,255:...] C[ScrollPane.background:SF:32,32,32,255:Пнель под скролбарами. Видна в углу, если есть и горизонтальный, и вертикальный.]
C[ScrollPane.foreground:SF:208,208,208,255:...] C[ScrollPane.foreground:SF:208,208,208,255:...]
C[Separator.foreground:SF:64,64,64,255:...] C[Separator.foreground:SF:64,64,64,255:...]
C[Separator.highlight:SF:32,32,32,255:...] C[Separator.highlight:SF:32,32,32,255:...]
C[Separator.shadow:SF:32,32,32,255:...] C[Separator.shadow:SF:32,32,32,255:...]
C[Slider.background:SF:64,64,64,255:...] C[Slider.background:SF:32,32,32,255:color chooser->rgb]
C[Slider.focus:SF:96,96,96,255:...] C[Slider.focus:SF:64,64,64,0:...]
C[Slider.foreground:SF:80,80,80,255:...] C[Slider.foreground:SF:80,80,80,255:...]
C[Slider.highlight:SF:64,64,64,255:...] C[Slider.highlight:SF:64,64,64,255:...]
C[Slider.shadow: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[Slider.tickColor:AT:0,0,0,255:...]
C[Spinner.background:SF:64,64,64,255:...] C[Spinner.background:SF:64,64,64,255:Стрелки вверх-вниз, прикручены к formatted text field]
C[Spinner.foreground:SF:64,64,64,255:...] C[Spinner.foreground:SF:64,64,64,255:...]
C[SplitPane.background:SF:32,32,32,255:...] C[SplitPane.background:SF:32,32,32,255:Tools->options->editor->formatting]
C[SplitPane.darkShadow:SF:64,64,64,255:...] C[SplitPane.darkShadow:SF:64,64,64,255:...]
C[SplitPane.highlight:SF:64,64,64,255:...] C[SplitPane.highlight:SF:64,64,64,255:...]
C[SplitPane.shadow:SF:64,64,64,255:...] C[SplitPane.shadow:SF:64,64,64,255:...]
C[SplitPaneDivider.draggingColor:SF:32,32,32,255:...] C[SplitPaneDivider.draggingColor:SF:32,32,32,255:...]
C[TabbedPane.background:SF:64,64,64,255:...] C[TabbedPane.background:SF:64,64,64,255:Табы в color chooser'е]
C[TabbedPane.darkShadow:SF:32,32,32,255:...] C[TabbedPane.darkShadow:SF:32,32,32,255:...]
C[TabbedPane.focus:SF:96,96,96,255:...] C[TabbedPane.focus:SF:32,32,32,255:...]
C[TabbedPane.foreground:SF:208,208,208,255:...] C[TabbedPane.foreground:SF:208,208,208,255:...]
C[TabbedPane.highlight:SF:32,32,32,255:...] C[TabbedPane.highlight:SF:32,32,32,255:...]
C[TabbedPane.light:SF:32,32,32,255:...] C[TabbedPane.light:SF:32,32,32,255:...]
C[TabbedPane.shadow:SF:32,32,32,255:...] C[TabbedPane.shadow:SF:32,32,32,255:...]
C[Table.background:SF:255,255,255,255:...] C[Table.background:SF:16,16,16,255:...]
C[Table.dropLineColor:SF:153,153,204,255:...] C[Table.dropLineColor:SF:153,153,204,255:...]
C[Table.dropLineShortColor:SF:102,102,153,255:...] C[Table.dropLineShortColor:SF:102,102,153,255:...]
C[Table.focusCellBackground:SF:255,255,255,255:...] C[Table.focusCellBackground:SF:64,64,64,255:...]
C[Table.focusCellForeground:SF:0,0,0,255:...] C[Table.focusCellForeground:SF:176,176,176,255:...]
C[Table.gridColor:SF:153,153,153,255:...] C[Table.gridColor:SF:80,80,80,255:...]
C[Table.selectionBackground:SF:204,204,255,255:...] C[Table.selectionBackground:SF:64,64,64,255:...]
C[Table.selectionForeground:SF:0,0,0,255:...] C[Table.selectionForeground:SF:208,208,208,255:...]
C[Table.sortIconColor:SF:153,153,153,255:...] C[Table.sortIconColor:SF:153,153,153,255:...]
C[TableHeader.background:SF:204,204,204,255:...] C[TableHeader.background:SF:64,64,64,255:...]
C[TableHeader.focusCellBackground:SF:255,255,255,255:...] C[TableHeader.focusCellBackground:SF:128,128,128,255:...]
C[TableHeader.foreground:SF:0,0,0,255:...] C[TableHeader.foreground:SF:208,208,208,255:...]
C[TextArea.background:SF:176,176,176,255:...] C[TextArea.background:SF:48,48,48,255:Поле поиска на главной странице]
C[TextArea.caretForeground:SF:8,8,8,255:...] C[TextArea.caretForeground:SF:208,208,208,255:...]
C[TextArea.foreground:SF:8,8,0,255:...] C[TextArea.foreground:SF:208,208,208,255:...]
C[TextArea.inactiveForeground:SF:153,153,153,255:...] C[TextArea.inactiveForeground:SF:96,96,96,255:...]
C[TextArea.selectionBackground:SF:224,224,224,255:...] C[TextArea.selectionBackground:SF:224,224,224,255:...]
C[TextArea.selectionForeground:SF:64,64,64,255:...] C[TextArea.selectionForeground:SF:32,32,32,255:...]
C[TextField.background:SF:176,176,176,255:...] C[TextField.background:SF:64,64,64,255:Tools->options->general->http proxy поле ввода]
C[TextField.caretForeground:SF:8,8,8,255:...] C[TextField.caretForeground:SF:240,240,240,255:...]
C[TextField.darkShadow:SF:102,102,102,255:...] C[TextField.darkShadow:SF:102,102,102,255:...]
C[TextField.foreground:SF:8,8,0,255:...] C[TextField.foreground:SF:208,208,208,255:...]
C[TextField.highlight:SF:255,255,255,255:...] C[TextField.highlight:SF:64,64,64,255:...]
C[TextField.inactiveBackground:SF:204,204,204,255:...] C[TextField.inactiveBackground:SF:64,64,64,255:...]
C[TextField.inactiveForeground:SF:153,153,153,255:...] C[TextField.inactiveForeground:SF:96,96,96,255:...]
C[TextField.light:SF:255,255,255,255:...] C[TextField.light:SF:255,255,255,255:...]
C[TextField.selectionBackground:SF:224,224,224,255:dghfghfg...] C[TextField.selectionBackground:SF:176,176,176,255:dghfghfg...]
C[TextField.selectionForeground:SF:64,64,64,255:Цвет символов при выделении в текстовом поле] C[TextField.selectionForeground:SF:16,16,16,255:Цвет символов при выделении в текстовом поле]
C[TextField.shadow:SF:153,153,153,255:...] C[TextField.shadow:SF:153,153,153,255:...]
C[TextPane.background:SF:255,255,255,255:...] C[TextPane.background:SF:48,48,48,255:Всплывает при поиске в search на главной]
C[TextPane.caretForeground:SF:0,0,0,255:...] C[TextPane.caretForeground:SF:255,0,0,255:...]
C[TextPane.foreground:SF:0,0,0,255:...] C[TextPane.foreground:SF:208,208,208,255:...]
C[TextPane.inactiveForeground:SF:153,153,153,255:...] C[TextPane.inactiveForeground:SF:96,96,96,255:...]
C[TextPane.selectionBackground:SF:204,204,255,255:...] C[TextPane.selectionBackground:SF:224,224,224,255:...]
C[TextPane.selectionForeground:SF:0,0,0,255:...] C[TextPane.selectionForeground:SF:32,32,32,255:...]
C[TitledBorder.titleColor:SF:224,224,224,255:...] C[TitledBorder.titleColor:SF:208,208,208,255:Рамка и надпись preview в color chooser'e]
C[ToggleButton.background:SF:44,44,44,255:...] C[ToggleButton.background:SF:64,64,64,255:...]
C[ToggleButton.darkShadow:SF:102,102,102,255:...] C[ToggleButton.darkShadow:SF:64,64,64,255:...]
C[ToggleButton.disabledText:SF:153,153,153,255:...] C[ToggleButton.disabledText:SF:96,96,96,255:...]
C[ToggleButton.foreground:SF:176,176,176,255:...] C[ToggleButton.foreground:SF:208,208,208,255:...]
C[ToggleButton.highlight:SF:255,255,255,255:...] C[ToggleButton.highlight:SF:64,64,64,255:...]
C[ToggleButton.light:SF:255,255,255,255:...] C[ToggleButton.light:SF:64,64,64,255:...]
C[ToggleButton.shadow:SF:153,153,153,255:...] C[ToggleButton.shadow:SF:64,64,64,255:...]
C[ToolBar.background:SF:32,32,32,255:...] C[ToolBar.background:SF:32,32,32,255:...]
C[ToolBar.darkShadow:SF:102,102,102,255:...] C[ToolBar.darkShadow:SF:64,64,64,255:...]
C[ToolBar.dockingBackground:SF:204,204,204,255:...] C[ToolBar.dockingBackground:SF:32,32,32,255:...]
C[ToolBar.dockingForeground:SF:102,102,153,255:...] C[ToolBar.dockingForeground:SF:64,64,64,255:...]
C[ToolBar.floatingBackground:SF:204,204,204,255:...] C[ToolBar.floatingBackground:SF:32,32,32,255:...]
C[ToolBar.floatingForeground:SF:204,204,255,255:...] C[ToolBar.floatingForeground:SF:64,64,64,255:...]
C[ToolBar.foreground:SF:0,0,0,255:...] C[ToolBar.foreground:SF:208,208,208,255:...]
C[ToolBar.highlight:SF:255,255,255,255:...] C[ToolBar.highlight:SF:32,32,32,255:...]
C[ToolBar.light:SF:255,255,255,255:...] C[ToolBar.light:SF:32,32,32,255:...]
C[ToolBar.shadow:SF:153,153,153,255:...] C[ToolBar.shadow:SF:32,32,32,255:...]
C[ToolTip.background:SF:96,96,96,255:...] C[ToolTip.background:SF:96,96,96,255:...]
C[ToolTip.foreground:SF:8,8,8,255:...] C[ToolTip.foreground:SF:8,8,8,255:...]
C[Tree.background:SF:16,16,16,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.dropLineColor:SF:224,224,224,255:...]
C[Tree.foreground:SF:0,0,0,255:...] C[Tree.foreground:SF:208,208,208,255:...]
C[Tree.hash:SF:96,96,96,255:...] C[Tree.hash:SF:96,96,96,255:...]
C[Tree.line:SF:176,176,176,255:...] C[Tree.line:SF:176,176,176,255:...]
C[Tree.selectionBackground:SF:204,204,255,255:...] C[Tree.selectionBackground:SF:96,96,96,255:...]
C[Tree.selectionBorderColor:SF:153,153,204,255:...] C[Tree.selectionBorderColor:SF:96,96,96,255:...]
C[Tree.selectionForeground:SF:0,0,0,255:...] C[Tree.selectionForeground:SF:0,255,0,255:...]
C[Tree.textBackground:SF:208,208,208,255:...] C[Tree.textBackground:SF:16,16,16,255:...]
C[Tree.textForeground:SF:0,0,0,255:...] C[Tree.textForeground:SF:208,208,208,255:...]
C[Viewport.background:SF:204,204,204,255:...] C[Viewport.background:SF:16,16,16,255:Tools->options->editor->macros - пенель под таблицей]
C[Viewport.foreground:SF:0,0,0,255:...] C[Viewport.foreground:SF:208,208,208,255:...]
C[activeCaption:SF:48,48,48,255:Фон табов слева в активном виде- навигатор-файлы-и тд ] C[activeCaption:SF:16,16,16,255:Фон табов слева в активном виде- навигатор-файлы-и тд ]
C[activeCaptionBorder:SF:16,16,16,255:...] C[activeCaptionBorder:SF:16,16,16,255:...]
C[activeCaptionText:SF:224,224,224,255:...] C[activeCaptionText:SF:208,208,208,255:...]
C[control:SF:48,48,48,255:Цвет неактивных табов в редакторе] C[control:SF:48,48,48,255:Цвет неактивных табов в редакторе]
C[controlDkShadow:SF:48,48,48,255:Смешивается с controlHighlight пополам - тень табов в редакторе] C[controlDkShadow:SF:48,48,48,255:Смешивается с controlHighlight пополам - тень табов в редакторе]
C[controlHighlight:SF:48,48,48,0:Смешивается с controlDkShadow пополам - тень табов в редакторе] C[controlHighlight:SF:48,48,48,0:Смешивается с controlDkShadow пополам - тень табов в редакторе]
C[controlLtHighlight:SF:48,48,48,0:...] C[controlLtHighlight:SF:48,48,48,0:...]
C[controlShadow:SF:24,24,24,255:Нижняя полоска в окне редактора, перед путём или мини статусом] C[controlShadow:SF:24,24,24,255:Нижняя полоска в окне редактора, перед путём или мини статусом]
C[controlText:SF:0,0,0,255:...] C[controlText:SF:208,208,208,255:...]
C[desktop:SF:153,153,204,255:...] C[desktop:SF:153,153,204,255:...]
C[inactiveCaption:SF:32,32,32,255:...] C[inactiveCaption:SF:32,32,32,255:...]
C[inactiveCaptionBorder:SF:32,32,32,255:...] C[inactiveCaptionBorder:SF:32,32,32,255:...]
C[inactiveCaptionText:SF:176,176,176,255:...] C[inactiveCaptionText:SF:176,176,176,255:...]
C[info:SF:204,204,255,255:...] C[info:SF:204,204,204,255:...]
C[infoText:SF:0,0,0,255:...] C[infoText:SF:255,0,0,255:...]
C[menu:SF:204,204,204,255:...] C[menu:SF:204,204,204,255:...]
C[menuText:SF:0,0,0,255:...] C[menuText:SF:0,255,0,255:...]
C[scrollbar:SF:204,204,204,255:...] C[scrollbar:SF:204,204,204,255:...]
C[text:SF:255,255,255,255:...] C[text:SF:255,255,255,255:...]
C[textHighlight:SF:204,204,255,255:...] C[textHighlight:SF:204,204,204,255:...]
C[textHighlightText:SF:0,0,0,255:...] C[textHighlightText:SF:0,0,255,255:...]
C[textInactiveText:AT:128,128,128,255:...] C[textInactiveText:AT:128,128,128,255:...]
C[textText:SF:0,0,0,255:...] C[textText:SF:208,208,208,255:Цвет текста табов в редакторе, projects, files, navigator - короче, всего и сразу]
C[window:SF:255,255,255,255:...] C[window:SF:16,16,16,255:Бэк files, когда ни один проект не открыт]
C[windowBorder:SF:204,204,204,255:...] C[windowBorder:SF:16,16,16,255:...]
C[windowText:SF:0,0,0,255:...] C[windowText:SF:208,208,208,255:...]
C[PropSheet.setBackground:AT:224,224,224,255:...] C[PropSheet.setBackground:AT:224,224,224,255:...]
C[PropSheet.selectedSetBackground:AT:204,204,255,255:...] C[PropSheet.selectedSetBackground:AT:204,204,204,255:...]
C[PropSheet.setForeground:AT:0,0,0,255:...] C[PropSheet.setForeground:AT:0,0,255,255:...]
C[PropSheet.selectedSetForeground:AT:0,0,0,255:...] C[PropSheet.selectedSetForeground:AT:255,0,0,255:...]
C[PropSheet.disabledForeground:AT:153,153,153,255:...] C[PropSheet.disabledForeground:AT:153,153,153,255:...]
C[PropSheet.selectionBackground:AT:204,204,255,255:...] C[PropSheet.selectionBackground:AT:204,204,204,255:...]
C[PropSheet.selectionForeground:AT:0,0,0,255:...] C[PropSheet.selectionForeground:AT:0,255,0,255:...]
C[CheckBoxMenuItem.disabledBackground:SF:242,163,15,255:...] C[CheckBoxMenuItem.disabledBackground:SF:64,64,64,255:...]
C[EditorPane.inactiveBackground:SF:33,153,207,255:...] C[EditorPane.inactiveBackground:SF:32,32,32,255:...]
C[Focus.color:SF:96,96,96,255:...] C[Focus.color:SF:96,96,96,255:...]
C[InternalFrame.background:SF:49,37,177,255:...] C[InternalFrame.background:SF:49,37,177,255:...]
C[InternalFrame.optionDialogBackground:SF:206,228,135,255:...] C[InternalFrame.optionDialogBackground:SF:206,228,135,255:...]
C[InternalFrame.paletteBackground:SF:30,185,18,255:...] C[InternalFrame.paletteBackground:SF:30,185,18,255:...]
C[Menu.disabledBackground:SF:163,246,24,255:...] C[Menu.disabledBackground:SF:32,32,32,255:...]
C[MenuBar.disabledBackground:SF:88,59,127,255:...] C[MenuBar.disabledBackground:SF:32,32,32,255:...]
C[MenuBar.disabledForeground:SF:85,54,156,255:...] C[MenuBar.disabledForeground:SF:96,96,96,255:...]
C[MenuBar.selectionBackground:SF:99,236,248,255:...] C[MenuBar.selectionBackground:SF:96,96,96,255:...]
C[MenuBar.selectionForeground:SF:106,58,238,255:...] C[MenuBar.selectionForeground:SF:176,176,176,255:...]
C[MenuItem.disabledBackground:SF:200,148,158,255:...] C[MenuItem.disabledBackground:SF:64,64,64,255:...]
C[PopupMenu.selectionBackground:SF:130,232,140,255:...] C[PopupMenu.selectionBackground:SF:96,96,96,255:...]
C[PopupMenu.selectionForeground:SF:10,101,158,255:...] C[PopupMenu.selectionForeground:SF:176,176,176,255:...]
C[RadioButtonMenuItem.disabledBackground:SF:50,68,255,255:...] C[RadioButtonMenuItem.disabledBackground:SF:64,64,64,255:...]
C[TextArea.inactiveBackground:SF:23,126,252,255:...] C[TextArea.inactiveBackground:SF:48,48,48,255:...]
C[TextComponent.selectionBackgroundInactive:SF:97,215,123,255:...] C[TextComponent.selectionBackgroundInactive:SF:97,215,123,255:...]
C[TextPane.inactiveBackground:SF:24,4,183,255:...] C[TextPane.inactiveBackground:SF:48,48,48,255:...]
C[nb_workplace_fill:SF:50,221,208,255:...] C[nb_workplace_fill:SF:50,221,208,255:...]
C[Nb.Desktop.background:SF:125,90,158,255:...] C[Nb.Desktop.background:SF:125,90,158,255:...]
C[nb.output.selectionBackground:SF:188,54,68,255:...] C[nb.output.selectionBackground:SF:188,54,68,255:...]
C[nb.hyperlink.foreground:SF:220,244,200,255:...] C[nb.hyperlink.foreground:SF:220,244,200,255:...]
C[nb.output.background:SF:16,16,16,255:...] C[nb.output.background:SF:16,16,16,255:...]
C[nb.output.foreground:SF:155,166,203,255:...] C[nb.output.foreground:SF:208,208,208,255:...]
C[Tree.altbackground:SF:78,4,117,255:...] C[Tree.altbackground:SF:0,0,255,255:...]
C[PropSheet.customButtonForeground:SF:85,78,232,255:...] C[PropSheet.customButtonForeground:SF:0,255,0,255:...]
C[netbeans.ps.buttonColor:SF:5,0,200,255:...] C[netbeans.ps.buttonColor:SF:5,0,200,255:...]
C[netbeans.ps.background:SF:96,120,69,255:...] C[netbeans.ps.background:SF:96,120,69,255:...]
C[nb.errorForeground:SF:210,245,244,255:...] C[nb.errorForeground:SF:210,245,244,255:...]
@ -279,11 +280,11 @@ C[TabRenderer.selectedActivatedBackground:SF:16,16,16,255:...]
C[TabRenderer.selectedActivatedForeground:SF:160,160,160,255:...] C[TabRenderer.selectedActivatedForeground:SF:160,160,160,255:...]
C[TabRenderer.selectedForeground:SF:224,224,224,255:...] C[TabRenderer.selectedForeground:SF:224,224,224,255:...]
C[TabRenderer.selectedBackground:SF:32,32,32,255:...] C[TabRenderer.selectedBackground:SF:32,32,32,255:...]
C[Button.focus:SF:96,96,96,255:...] C[Button.focus:SF:64,64,64,255:...]
C[CheckBox.focus:SF:96,96,96,255:...] C[CheckBox.focus:SF:32,32,32,255:...]
C[Checkbox.select:SF:153,153,153,255:...] C[Checkbox.select:SF:176,176,176,255:...]
C[DesktopIcon.background:SF:204,204,204,255:...] C[DesktopIcon.background:SF:204,204,204,255:...]
C[DesktopIcon.foreground:SF:0,0,0,255:...] C[DesktopIcon.foreground:SF:255,0,0,255:...]
C[OptionPane.errorDialog.border.background:SF:153,51,51,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.background:SF:255,153,153,255:...]
C[OptionPane.errorDialog.titlePane.foreground:SF:51,0,0,255:...] C[OptionPane.errorDialog.titlePane.foreground:SF:51,0,0,255:...]
@ -296,17 +297,19 @@ C[OptionPane.warningDialog.border.background:SF:153,102,51,255:...]
C[OptionPane.warningDialog.titlePane.background:SF:255,204,153,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.foreground:SF:102,51,0,255:...]
C[OptionPane.warningDialog.titlePane.shadow:SF:204,153,102,255:...] C[OptionPane.warningDialog.titlePane.shadow:SF:204,153,102,255:...]
C[RadioButton.focus:SF:96,96,96,255:...] C[RadioButton.focus:SF:32,32,32,255:...]
C[ScrollBar.darkShadow:SF:16,16,16,255:...] C[ScrollBar.darkShadow:SF:16,16,16,255:...]
C[ScrollBar.highlight:SF:48,48,48,255:...] C[ScrollBar.highlight:SF:48,48,48,255:...]
C[ScrollBar.shadow:SF:48,48,48,255:...] C[ScrollBar.shadow:SF:48,48,48,255:...]
C[Separator.background:SF:80,80,80,255:...] C[Separator.background:SF:80,80,80,255:...]
C[SplitPane.dividerFocusColor:SF:204,204,204,255:...] C[SplitPane.dividerFocusColor:SF:64,64,64,255:...]
C[TabbedPane.selected:SF:204,204,204,255:...] C[TabbedPane.selected:SF:32,32,32,255:...]
C[TabbedPane.selectHighlight:SF:255,255,255,255:...] C[TabbedPane.selectHighlight:SF:48,48,48,192:...]
C[TabbedPane.tabAreaBackground:SF:204,204,204,255:...] C[TabbedPane.tabAreaBackground:SF:32,32,32,255:...]
C[Table.foreground:SF:0,0,0,255:...] C[Table.foreground:SF:208,208,208,255:...]
C[ToggleButton.focus:SF:96,96,96,255:...] C[ToggleButton.focus:SF:96,96,96,255:...]
C[ToggleButton.select:SF:64,64,64,255:...] C[ToggleButton.select:SF:96,96,96,255:...]
C[ToolTip.backgroundInactive:SF:204,204,204,255:...] C[ToolTip.backgroundInactive:SF:204,204,204,255:...]
C[ToolTip.foregroundInactive:SF:102,102,102,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:...]

Binary file not shown.

@ -5,8 +5,8 @@
<module_group name="Look &amp; Feel"> <module_group name="Look &amp; Feel">
<module codenamebase="org.idp.laf" distribution="org-idp-laf-1.1.0.nbm" downloadsize="22120" homepage="http://idp-crew.com/index.php/projects/laf/" license="AD9FBBC9" moduleauthor="Clochard Pagan &lt;pagan@idp-crew.com&gt;" needsrestart="true" releasedate="2015/03/23"> <module codenamebase="org.idp.laf" distribution="org-idp-laf-1.1.1.nbm" downloadsize="22480" homepage="http://idp-crew.com/index.php/projects/laf/" license="AD9FBBC9" moduleauthor="Clochard Pagan &lt;pagan@idp-crew.com&gt;" needsrestart="true" releasedate="2015/03/23">
<manifest AutoUpdate-Show-In-Client="true" OpenIDE-Module="org.idp.laf/1" OpenIDE-Module-Display-Category="Base IDE" OpenIDE-Module-Implementation-Version="3" OpenIDE-Module-Java-Dependencies="Java &gt; 1.6" OpenIDE-Module-Long-Description="This plugin was designed only to compose well readable and enoght radk theme for Netbeans, But day by day it was enlarging - and now it is what it is." OpenIDE-Module-Module-Dependencies="org.netbeans.modules.settings/1 &gt; 1.45.1, org.netbeans.swing.plaf &gt; 1.37.1, org.netbeans.swing.tabcontrol &gt; 1.51.1, org.openide.awt &gt; 7.62.1, org.openide.explorer &gt; 6.57.1, org.openide.modules &gt; 7.43.1, org.openide.util &gt; 8.39.1, org.openide.util.lookup &gt; 8.25.1, org.openide.windows &gt; 6.71.1" OpenIDE-Module-Name="[idP!] Crew LAF" OpenIDE-Module-Requires="org.openide.windows.WindowManager, org.openide.modules.ModuleFormat1" OpenIDE-Module-Short-Description="Editor for Netbeans Metal Look and Feel" OpenIDE-Module-Specification-Version="1.1.0"/> <manifest AutoUpdate-Show-In-Client="true" OpenIDE-Module="org.idp.laf/1" OpenIDE-Module-Display-Category="Base IDE" OpenIDE-Module-Implementation-Version="3" OpenIDE-Module-Java-Dependencies="Java &gt; 1.6" OpenIDE-Module-Long-Description="This plugin was designed only to compose well readable and enoght radk theme for Netbeans, But day by day it was enlarging - and now it is what it is." OpenIDE-Module-Module-Dependencies="org.netbeans.modules.settings/1 &gt; 1.45.1, org.netbeans.swing.plaf &gt; 1.37.1, org.netbeans.swing.tabcontrol &gt; 1.51.1, org.openide.awt &gt; 7.62.1, org.openide.explorer &gt; 6.57.1, org.openide.modules &gt; 7.43.1, org.openide.util &gt; 8.39.1, org.openide.util.lookup &gt; 8.25.1, org.openide.windows &gt; 6.71.1" OpenIDE-Module-Name="[idP!] Crew LAF" OpenIDE-Module-Requires="org.openide.windows.WindowManager, org.openide.modules.ModuleFormat1" OpenIDE-Module-Short-Description="Editor for Netbeans Metal Look and Feel" OpenIDE-Module-Specification-Version="1.1.1"/>
</module> </module>
</module_group> </module_group>

Loading…
Cancel
Save