|
|
|
@ -22,40 +22,40 @@
|
|
|
|
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
|
|
|
|
# SOFTWARE. |
|
|
|
|
# |
|
|
|
|
ButtonUI = com.github.weisj.darklaf.ui.button.DarkButtonUI |
|
|
|
|
Button.border = com.github.weisj.darklaf.ui.button.DarkButtonBorder |
|
|
|
|
Button.disabledText = %textForegroundInactive |
|
|
|
|
Button.shadow = %shadow |
|
|
|
|
Button.selectedButtonForeground = %textForegroundDefault |
|
|
|
|
Button.activeBorderColor = %widgetBorder |
|
|
|
|
Button.inactiveBorderColor = %widgetBorderInactive |
|
|
|
|
Button.defaultBorderColor = %widgetBorderDefault |
|
|
|
|
Button.focusBorderColor = %glowFocusLine |
|
|
|
|
Button.inactiveFillColor = %widgetFillInactive |
|
|
|
|
Button.defaultFillColor = %widgetFillDefault |
|
|
|
|
Button.defaultFillColorRollOver = %hoverHighlightDefault |
|
|
|
|
Button.defaultFillColorClick = %clickHighlightDefault |
|
|
|
|
Button.activeFillColor = %widgetFill |
|
|
|
|
Button.activeFillColorRollOver = %hoverHighlight |
|
|
|
|
Button.activeFillColorClick = %clickHighlight |
|
|
|
|
ButtonUI = com.github.weisj.darklaf.ui.button.DarkButtonUI |
|
|
|
|
Button.border = com.github.weisj.darklaf.ui.button.DarkButtonBorder |
|
|
|
|
Button.disabledText = %textForegroundInactive |
|
|
|
|
Button.shadow = %shadow |
|
|
|
|
Button.selectedButtonForeground = %textForegroundDefault |
|
|
|
|
Button.activeBorderColor = %widgetBorder |
|
|
|
|
Button.inactiveBorderColor = %widgetBorderInactive |
|
|
|
|
Button.defaultBorderColor = %widgetBorderDefault |
|
|
|
|
Button.focusBorderColor = %glowFocusLine |
|
|
|
|
Button.inactiveFillColor = %widgetFillInactive |
|
|
|
|
Button.defaultFillColor = %widgetFillDefault |
|
|
|
|
Button.defaultFillColorRollOver = %hoverHighlightDefault |
|
|
|
|
Button.defaultFillColorClick = %clickHighlightDefault |
|
|
|
|
Button.activeFillColor = %widgetFill |
|
|
|
|
Button.activeFillColorRollOver = %hoverHighlight |
|
|
|
|
Button.activeFillColorClick = %clickHighlight |
|
|
|
|
|
|
|
|
|
Button.arc = %arc |
|
|
|
|
Button.squareArc = %arcSecondary |
|
|
|
|
Button.focusArc = %arcFocus |
|
|
|
|
Button.squareFocusArc = %arcSecondaryFocus |
|
|
|
|
Button.minimumArc = %arcSecondary |
|
|
|
|
Button.borderThickness = %borderThickness |
|
|
|
|
Button.shadowHeight = %shadowHeight |
|
|
|
|
Button.arc = %arc |
|
|
|
|
Button.squareArc = %arcSecondary |
|
|
|
|
Button.focusArc = %arcFocus |
|
|
|
|
Button.squareFocusArc = %arcSecondaryFocus |
|
|
|
|
Button.minimumArc = %arcSecondary |
|
|
|
|
Button.borderThickness = %borderThickness |
|
|
|
|
Button.shadowHeight = %shadowHeight |
|
|
|
|
|
|
|
|
|
Button.rolloverEnabled = false |
|
|
|
|
Button.borderInsets = 8,16,8,16 |
|
|
|
|
Button.thinBorderInsets = 4,8,4,8 |
|
|
|
|
Button.squareThinBorderInsets = 4,4,4,4 |
|
|
|
|
Button.squareBorderInsets = 8,8,8,8 |
|
|
|
|
Button.onlyLabelInsets = 0,0,0,0 |
|
|
|
|
Button.fullShadowInsets = 0,0,0,0 |
|
|
|
|
Button.rolloverEnabled = false |
|
|
|
|
Button.borderInsets = 8,16,8,16 |
|
|
|
|
Button.thinBorderInsets = 4,8,4,8 |
|
|
|
|
Button.squareThinBorderInsets = 4,4,4,4 |
|
|
|
|
Button.squareBorderInsets = 8,8,8,8 |
|
|
|
|
Button.onlyLabelInsets = 0,0,0,0 |
|
|
|
|
Button.fullShadowInsets = 0,0,0,0 |
|
|
|
|
|
|
|
|
|
Button.shadow.hover = %hoverHighlight |
|
|
|
|
Button.shadow.click = %clickHighlight |
|
|
|
|
Button.shadow.hover = %hoverHighlight |
|
|
|
|
Button.shadow.click = %clickHighlight |
|
|
|
|
|
|
|
|
|
Button.defaultButtonFollowFocus = false |
|
|
|
|
Button.defaultButtonFollowsFocus = false |
|
|
|
|