|
|
|
@ -24,16 +24,16 @@
|
|
|
|
|
# |
|
|
|
|
# suppress inspection "UnusedProperty" for whole file |
|
|
|
|
# |
|
|
|
|
TreeUI = com.github.weisj.darklaf.ui.tree.DarkTreeUI |
|
|
|
|
Tree.editorBorder = com.github.weisj.darklaf.ui.tree.DarkTreeCellBorder |
|
|
|
|
Tree.editorBorderColor = %widgetBorder |
|
|
|
|
Tree.rendererFillBackground = false |
|
|
|
|
Tree.selectionBorderColor = null |
|
|
|
|
Tree.line = %borderFocus |
|
|
|
|
Tree.hash = %borderFocus |
|
|
|
|
Tree.lineFocusSelected = %borderFocus |
|
|
|
|
Tree.lineSelected = %gridLine |
|
|
|
|
Tree.lineUnselected = %gridLine |
|
|
|
|
TreeUI = com.github.weisj.darklaf.ui.tree.DarkTreeUI |
|
|
|
|
Tree.editorBorder = com.github.weisj.darklaf.ui.tree.DarkTreeCellBorder |
|
|
|
|
Tree.editorBorderColor = %widgetBorder |
|
|
|
|
Tree.rendererFillBackground = false |
|
|
|
|
Tree.selectionBorderColor = null |
|
|
|
|
Tree.line = %borderFocus |
|
|
|
|
Tree.hash = %borderFocus |
|
|
|
|
Tree.lineFocusSelected = %borderFocus |
|
|
|
|
Tree.lineSelected = %gridLine |
|
|
|
|
Tree.lineUnselected = %gridLine |
|
|
|
|
|
|
|
|
|
Tree.background = %Cell.background |
|
|
|
|
Tree.backgroundAlternative = %Cell.backgroundAlternative |
|
|
|
@ -59,29 +59,30 @@ Tree.inactiveForegroundSelected = %Cell.inactiveForegroundSelected
|
|
|
|
|
Tree.inactiveForegroundNoFocus = %Cell.inactiveForegroundNoFocus |
|
|
|
|
Tree.inactiveSelectedNoFocus = %Cell.inactiveSelectedNoFocus |
|
|
|
|
|
|
|
|
|
Tree.textBackground = %textBackground |
|
|
|
|
Tree.rowHeight = 22 |
|
|
|
|
Tree.dropLineColor = %dropForeground |
|
|
|
|
Tree.textBackground = %textBackground |
|
|
|
|
Tree.rowHeight = 22 |
|
|
|
|
Tree.dropLineColor = %dropForeground |
|
|
|
|
|
|
|
|
|
Tree.alternateRowColor = false |
|
|
|
|
Tree.renderBooleanAsCheckBox = true |
|
|
|
|
Tree.booleanRenderType = checkBox |
|
|
|
|
Tree.defaultLineStyle = line |
|
|
|
|
Tree.alternateRowColor = false |
|
|
|
|
Tree.renderBooleanAsCheckBox = true |
|
|
|
|
Tree.booleanRenderType = checkBox |
|
|
|
|
Tree.defaultLineStyle = line |
|
|
|
|
Tree.showFullRowInPopup = true |
|
|
|
|
|
|
|
|
|
Tree.editorBorderInsets = 2,5,2,5 |
|
|
|
|
Tree.editorBorderInsets = 2,5,2,5 |
|
|
|
|
|
|
|
|
|
#Icons |
|
|
|
|
Tree.collapsedIcon = navigation/arrowRight.svg[themed] |
|
|
|
|
Tree.expandedIcon = navigation/arrowDown.svg[themed] |
|
|
|
|
Tree.closedIcon = files/folder.svg[themed] |
|
|
|
|
Tree.openIcon = files/folder.svg[themed] |
|
|
|
|
Tree.leafIcon = files/general.svg[themed] |
|
|
|
|
Tree.collapsed.selected.focused.icon = navigation/arrowRightSelected.svg[themed] |
|
|
|
|
Tree.collapsed.selected.unfocused.icon = navigation/arrowRight.svg[themed] |
|
|
|
|
Tree.collapsed.unselected.focused.icon = navigation/arrowRight.svg[themed] |
|
|
|
|
Tree.collapsed.unselected.unfocused.icon = navigation/arrowRight.svg[themed] |
|
|
|
|
Tree.collapsedIcon = navigation/arrowRight.svg[themed] |
|
|
|
|
Tree.expandedIcon = navigation/arrowDown.svg[themed] |
|
|
|
|
Tree.closedIcon = files/folder.svg[themed] |
|
|
|
|
Tree.openIcon = files/folder.svg[themed] |
|
|
|
|
Tree.leafIcon = files/general.svg[themed] |
|
|
|
|
Tree.collapsed.selected.focused.icon = navigation/arrowRightSelected.svg[themed] |
|
|
|
|
Tree.collapsed.selected.unfocused.icon = navigation/arrowRight.svg[themed] |
|
|
|
|
Tree.collapsed.unselected.focused.icon = navigation/arrowRight.svg[themed] |
|
|
|
|
Tree.collapsed.unselected.unfocused.icon = navigation/arrowRight.svg[themed] |
|
|
|
|
|
|
|
|
|
Tree.expanded.selected.focused.icon = navigation/arrowDownSelected.svg[themed] |
|
|
|
|
Tree.expanded.selected.unfocused.icon = navigation/arrowDown.svg[themed] |
|
|
|
|
Tree.expanded.unselected.focused.icon = navigation/arrowDown.svg[themed] |
|
|
|
|
Tree.expanded.unselected.unfocused.icon = navigation/arrowDown.svg[themed] |
|
|
|
|
Tree.expanded.selected.focused.icon = navigation/arrowDownSelected.svg[themed] |
|
|
|
|
Tree.expanded.selected.unfocused.icon = navigation/arrowDown.svg[themed] |
|
|
|
|
Tree.expanded.unselected.focused.icon = navigation/arrowDown.svg[themed] |
|
|
|
|
Tree.expanded.unselected.unfocused.icon = navigation/arrowDown.svg[themed] |
|
|
|
|