|
|
|
@ -23,24 +23,54 @@ PasswordField.showPressed.icon = navigation/eye.svg[a
|
|
|
|
|
TextField.search.searchWithHistory.icon = navigation/searchWithHistory.svg[aware] |
|
|
|
|
TextField.search.search.icon = navigation/search.svg[aware] |
|
|
|
|
TextField.search.clear.icon = navigation/clear.svg[aware](12,12) |
|
|
|
|
|
|
|
|
|
Slider.horizontalThumbIcon = empty(0,0) |
|
|
|
|
Slider.verticalThumbIcon = empty(0,0) |
|
|
|
|
Slider.volume.enabled_level_0.icon = indicator/speaker_0.svg[aware](22,22) |
|
|
|
|
Slider.volume.enabled_level_1.icon = indicator/speaker_1.svg[aware](22,22) |
|
|
|
|
Slider.volume.enabled_level_2.icon = indicator/speaker_2.svg[aware](22,22) |
|
|
|
|
Slider.volume.enabled_level_3.icon = indicator/speaker_3.svg[aware](22,22) |
|
|
|
|
|
|
|
|
|
Slider.volume.disabled_level_0.icon = indicator/speaker_0.svg[dual](22,22) |
|
|
|
|
Slider.volume.disabled_level_1.icon = indicator/speaker_1.svg[dual](22,22) |
|
|
|
|
Slider.volume.disabled_level_2.icon = indicator/speaker_2.svg[dual](22,22) |
|
|
|
|
Slider.volume.disabled_level_3.icon = indicator/speaker_3.svg[dual](22,22) |
|
|
|
|
|
|
|
|
|
Tree.collapsedIcon = navigation/arrowRight.svg[aware] |
|
|
|
|
Tree.expandedIcon = navigation/arrowDown.svg[aware] |
|
|
|
|
Menu.arrowIcon = navigation/arrowRight.svg[aware] |
|
|
|
|
CheckBoxMenuItem.checkIcon = empty(16,16) |
|
|
|
|
RadioButtonMenuItem.checkIcon = empty(16,16) |
|
|
|
|
Table.ascendingSortIcon = navigation/arrowSplitCenterH.svg[aware] |
|
|
|
|
Table.descendingSortIcon = navigation/arrowSplitCenterH.svg[aware] |
|
|
|
|
Tree.closedIcon = files/folder.svg[aware] |
|
|
|
|
Tree.openIcon = files/folder.svg[aware] |
|
|
|
|
Tree.leafIcon = files/general.svg[aware] |
|
|
|
|
|
|
|
|
|
FileChooser.newFolderIcon = files/newFolder.svg[aware] |
|
|
|
|
FileChooser.upFolderIcon = files/upFolder.svg[aware] |
|
|
|
|
FileChooser.homeFolderIcon = files/homeFolder.svg[aware] |
|
|
|
|
|
|
|
|
|
FileView.fileIcon = files/general.svg[aware] |
|
|
|
|
FileView.directoryIcon = files/folder.svg[aware] |
|
|
|
|
|
|
|
|
|
Menu.arrowIcon = navigation/arrowRight.svg[aware] |
|
|
|
|
MenuItem.arrowIcon = navigation/arrowRight.svg[aware] |
|
|
|
|
|
|
|
|
|
CheckBox.icon = empty(13,13) |
|
|
|
|
RadioButton.icon = empty(13,13) |
|
|
|
|
CheckBoxMenuItem.arrowIcon = empty(16,16) |
|
|
|
|
RadioButtonMenuItem.arrowIcon = empty(16,16) |
|
|
|
|
CheckBoxMenuItem.checkIcon = empty(13,13) |
|
|
|
|
RadioButtonMenuItem.checkIcon = empty(13,13) |
|
|
|
|
|
|
|
|
|
Table.ascendingSortIcon = menu/upDown.svg[aware] |
|
|
|
|
Table.descendingSortIcon = menu/upDown.svg[aware] |
|
|
|
|
|
|
|
|
|
TabbedPane.newTab.icon = navigation/add.svg[aware] |
|
|
|
|
TabbedPane.moreTabs.icon = navigation/moreTabs.svg[aware] |
|
|
|
|
|
|
|
|
|
SplitPane.horizontalGlue.icon = navigation/horizontalGlue.svg[aware](4,13) |
|
|
|
|
SplitPane.verticalGlue.icon = navigation/verticalGlue.svg[aware](13,4) |
|
|
|
|
|
|
|
|
|
SplitPaneDivider.leftOneTouch.icon = navigation/arrowLeft.svg[aware] |
|
|
|
|
SplitPaneDivider.rightOneTouch.icon = navigation/arrowRight.svg[aware] |
|
|
|
|
SplitPaneDivider.topOneTouch.icon = navigation/arrowUp.svg[aware](13,13) |
|
|
|
|
SplitPaneDivider.bottomOneTouch.icon = navigation/arrowDown.svg[aware](13,13) |
|
|
|
|
|
|
|
|
|
InternalFrame.icon = frame/frame.svg[aware] |
|
|
|
|
OptionPane.informationIcon = dialog/informationDialog.svg[aware](32,32) |
|
|
|
@ -48,6 +78,16 @@ OptionPane.questionIcon = dialog/questionDialo
|
|
|
|
|
OptionPane.warningIcon = dialog/warningDialog.svg[aware](32,32) |
|
|
|
|
OptionPane.errorIcon = dialog/errorDialog.svg[aware](32,32) |
|
|
|
|
|
|
|
|
|
#Shadows Experimental |
|
|
|
|
#Shadow.Top.icon = shadow/top.svg(4,7) |
|
|
|
|
#Shadow.TopRight.icon = shadow/topRight.svg(18,14) |
|
|
|
|
#Shadow.Right.icon = shadow/right.svg(11,4) |
|
|
|
|
#Shadow.BottomRight.icon = shadow/bottomRight.svg(18,22) |
|
|
|
|
#Shadow.Bottom.icon = shadow/bottom.svg(4,14) |
|
|
|
|
#Shadow.BottomLeft.icon = shadow/bottomLeft.svg(18,22) |
|
|
|
|
#Shadow.Left.icon = shadow/left.svg(11,4) |
|
|
|
|
#Shadow.TopLeft.icon = shadow/topLeft.svg(18,14) |
|
|
|
|
|
|
|
|
|
#Darcula Colors |
|
|
|
|
darcula.background = 3c3f41 |
|
|
|
|
darcula.textBackground = 3c3f41 |
|
|
|
@ -79,10 +119,14 @@ Background.blue = 3e434c
|
|
|
|
|
swing.boldMetal = false |
|
|
|
|
|
|
|
|
|
#Panel |
|
|
|
|
PanelUI = com.weis.darklaf.ui.DarkPanelUI |
|
|
|
|
PanelUI = com.weis.darklaf.ui.panel.DarkPanelUI |
|
|
|
|
Panel.foreground = bbbbbb |
|
|
|
|
Panel.background = 3c3f41 |
|
|
|
|
|
|
|
|
|
#RootPane |
|
|
|
|
RootPaneUI = com.weis.darklaf.ui.rootpane.DarkRootPaneUI |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#OptionPane |
|
|
|
|
OptionPane.messageForeground = bbbbbb |
|
|
|
|
|
|
|
|
@ -202,8 +246,8 @@ ProgressBar.border = com.bulenkov.darcula
|
|
|
|
|
ProgressBar.foreground = 808080 |
|
|
|
|
|
|
|
|
|
#CheckBox (done...) |
|
|
|
|
CheckBoxUI = com.weis.darklaf.ui.button.DarkCheckBoxUI |
|
|
|
|
CheckBox.border = com.weis.darklaf.ui.button.DarkCheckBoxBorder |
|
|
|
|
CheckBoxUI = com.weis.darklaf.ui.checkbox.DarkCheckBoxUI |
|
|
|
|
CheckBox.border = com.weis.darklaf.ui.checkbox.DarkCheckBoxBorder |
|
|
|
|
CheckBox.darcula.activeFillColor = 43494A |
|
|
|
|
CheckBox.darcula.inactiveFillColor = 606060 |
|
|
|
|
CheckBox.darcula.activeBorderColor = 6B6B6B |
|
|
|
@ -212,7 +256,7 @@ CheckBox.darcula.selectionEnabledColor = A7A7A7
|
|
|
|
|
CheckBox.darcula.selectionDisabledColor = 606060 |
|
|
|
|
|
|
|
|
|
#RadioButton (done) |
|
|
|
|
RadioButtonUI = com.weis.darklaf.ui.button.DarkRadioButtonUI |
|
|
|
|
RadioButtonUI = com.weis.darklaf.ui.radiobutton.DarkRadioButtonUI |
|
|
|
|
RadioButton.darcula.selectionEnabledColor = A7A7A7 |
|
|
|
|
RadioButton.darcula.selectionDisabledColor = 606060 |
|
|
|
|
RadioButton.darcula.inactiveFillColor = 3c3f41 |
|
|
|
@ -247,8 +291,7 @@ Menu.border = com.weis.darklaf.ui.
|
|
|
|
|
|
|
|
|
|
MenuBar.disabledBackground = 3c3f41 |
|
|
|
|
MenuBar.shadow = 3c3f41 |
|
|
|
|
MenuBar.darcula.borderColor = 555555 |
|
|
|
|
MenuBar.darcula.borderShadowColor = 282828 |
|
|
|
|
MenuBar.borderColor = 555555 |
|
|
|
|
|
|
|
|
|
MenuItemUI = com.weis.darklaf.ui.menu.DarkMenuItemUIBase |
|
|
|
|
MenuItem.acceleratorForeground = eeeeee |
|
|
|
@ -262,17 +305,17 @@ PopupMenu.translucentBackground = 3c3f41
|
|
|
|
|
PopupMenu.borderColor = 555555 |
|
|
|
|
|
|
|
|
|
#Separator (done...) |
|
|
|
|
SeparatorUI = com.weis.darklaf.ui.DarkSeparatorUI |
|
|
|
|
SeparatorUI = com.weis.darklaf.ui.separator.DarkSeparatorUI |
|
|
|
|
PopupMenuSeparatorUI = com.weis.darklaf.ui.menu.DarkPopupMenuSeparatorUI |
|
|
|
|
Separator.foreground = 555555 |
|
|
|
|
Separator.background = 3c3f41 |
|
|
|
|
|
|
|
|
|
#MenuItemVariants (done) |
|
|
|
|
RadioButtonMenuItemUI = com.weis.darklaf.ui.button.DarkRadioButtonMenuItemUI |
|
|
|
|
RadioButtonMenuItemUI = com.weis.darklaf.ui.radiobutton.DarkRadioButtonMenuItemUI |
|
|
|
|
RadioButtonMenuItem.borderPainted = false |
|
|
|
|
RadioMenuItem.acceleratorForeground = eeeeee |
|
|
|
|
|
|
|
|
|
CheckBoxMenuItemUI = com.weis.darklaf.ui.button.DarkCheckBoxMenuItemUI |
|
|
|
|
CheckBoxMenuItemUI = com.weis.darklaf.ui.checkbox.DarkCheckBoxMenuItemUI |
|
|
|
|
CheckBoxMenuItem.borderPainted = false |
|
|
|
|
CheckBoxMenuItem.acceleratorForeground = eeeeee |
|
|
|
|
|
|
|
|
@ -323,11 +366,14 @@ Slider.volume.selectedTrackColor = 5394ec
|
|
|
|
|
Slider.volume.disabledTrackColor = 475b81 |
|
|
|
|
|
|
|
|
|
#SplitPane |
|
|
|
|
SplitPaneUI = com.bulenkov.darcula.ui.DarculaSplitPaneUI |
|
|
|
|
SplitPaneUI = com.weis.darklaf.ui.splitpane.DarkSplitPaneUI |
|
|
|
|
SplitPane.highlight = 3c3f41 |
|
|
|
|
SplitPane.dividerLineColor = 555555 |
|
|
|
|
|
|
|
|
|
SplitPaneDivider.border = com.weis.darklaf.ui.splitpane.DarkSplitPaneDividerBorder |
|
|
|
|
|
|
|
|
|
#StatusBar (done...) |
|
|
|
|
StatusBarUI = com.weis.darklaf.ui.DarkStatusBarUI |
|
|
|
|
StatusBarUI = com.weis.darklaf.ui.statusbar.DarkStatusBarUI |
|
|
|
|
StatusBar.topColor = 555555 |
|
|
|
|
StatusBar.background = 3c3f41 |
|
|
|
|
|
|
|
|
|