mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-27 03:46:17 -06:00
properties: added spaces around '=' for easier reading
This commit is contained in:
@@ -16,59 +16,59 @@
|
||||
|
||||
#---- BusyLabel ----
|
||||
|
||||
JXBusyLabel.baseColor=#777
|
||||
JXBusyLabel.highlightColor=#e0e0e0
|
||||
JXBusyLabel.baseColor = #777
|
||||
JXBusyLabel.highlightColor = #e0e0e0
|
||||
|
||||
|
||||
#---- Header ----
|
||||
|
||||
JXHeader.background=@background
|
||||
JXHeader.startBackground=#4c5052
|
||||
JXHeader.background = @background
|
||||
JXHeader.startBackground = #4c5052
|
||||
|
||||
|
||||
#---- HighlighterFactory ----
|
||||
|
||||
UIColorHighlighter.stripingBackground=lighten(@textComponentBackground,5%)
|
||||
UIColorHighlighter.stripingBackground = lighten(@textComponentBackground,5%)
|
||||
|
||||
|
||||
#---- Hyperlink ----
|
||||
|
||||
Hyperlink.linkColor=#589df6
|
||||
Hyperlink.visitedColor=$Hyperlink.linkColor
|
||||
Hyperlink.disabledText=@disabledText
|
||||
Hyperlink.linkColor = #589df6
|
||||
Hyperlink.visitedColor = $Hyperlink.linkColor
|
||||
Hyperlink.disabledText = @disabledText
|
||||
|
||||
|
||||
#---- MonthView ----
|
||||
|
||||
JXMonthView.background=@textComponentBackground
|
||||
JXMonthView.monthStringBackground=#4c5052
|
||||
JXMonthView.monthStringForeground=@foreground
|
||||
JXMonthView.daysOfTheWeekForeground=#aaa
|
||||
JXMonthView.weekOfTheYearForeground=#888
|
||||
JXMonthView.unselectableDayForeground=#E05555
|
||||
JXMonthView.selectedBackground=@selectionBackground
|
||||
JXMonthView.flaggedDayForeground=#E05555
|
||||
JXMonthView.leadingDayForeground=@disabledText
|
||||
JXMonthView.trailingDayForeground=@disabledText
|
||||
JXMonthView.arrowColor=@foreground
|
||||
JXMonthView.disabledArrowColor=@disabledText
|
||||
JXMonthView.background = @textComponentBackground
|
||||
JXMonthView.monthStringBackground = #4c5052
|
||||
JXMonthView.monthStringForeground = @foreground
|
||||
JXMonthView.daysOfTheWeekForeground = #aaa
|
||||
JXMonthView.weekOfTheYearForeground = #888
|
||||
JXMonthView.unselectableDayForeground = #E05555
|
||||
JXMonthView.selectedBackground = @selectionBackground
|
||||
JXMonthView.flaggedDayForeground = #E05555
|
||||
JXMonthView.leadingDayForeground = @disabledText
|
||||
JXMonthView.trailingDayForeground = @disabledText
|
||||
JXMonthView.arrowColor = @foreground
|
||||
JXMonthView.disabledArrowColor = @disabledText
|
||||
|
||||
|
||||
#---- TaskPaneContainer ----
|
||||
|
||||
TaskPaneContainer.background=#3E434C
|
||||
TaskPaneContainer.border=10,10,10,10
|
||||
TaskPaneContainer.background = #3E434C
|
||||
TaskPaneContainer.border = 10,10,10,10
|
||||
|
||||
|
||||
#---- TaskPane ----
|
||||
|
||||
TaskPane.background=@background
|
||||
TaskPane.borderColor=$Button.borderColor
|
||||
TaskPane.contentInsets=10,10,10,10
|
||||
TaskPane.background = @background
|
||||
TaskPane.borderColor = $Button.borderColor
|
||||
TaskPane.contentInsets = 10,10,10,10
|
||||
|
||||
TaskPane.titleBackgroundGradientStart=#4c5052
|
||||
TaskPane.titleForeground=@foreground
|
||||
TaskPane.titleOver=#888
|
||||
TaskPane.specialTitleBackground=#afafaf
|
||||
TaskPane.specialTitleForeground=#222
|
||||
TaskPane.specialTitleOver=#666
|
||||
TaskPane.titleBackgroundGradientStart = #4c5052
|
||||
TaskPane.titleForeground = @foreground
|
||||
TaskPane.titleOver = #888
|
||||
TaskPane.specialTitleBackground = #afafaf
|
||||
TaskPane.specialTitleForeground = #222
|
||||
TaskPane.specialTitleOver = #666
|
||||
|
||||
@@ -16,29 +16,29 @@
|
||||
|
||||
#---- UI delegates ----
|
||||
|
||||
BusyLabelUI=com.formdev.flatlaf.swingx.ui.FlatBusyLabelUI
|
||||
DatePickerUI=com.formdev.flatlaf.swingx.ui.FlatDatePickerUI
|
||||
HeaderUI=com.formdev.flatlaf.swingx.ui.FlatHeaderUI
|
||||
HyperlinkUI=com.formdev.flatlaf.swingx.ui.FlatHyperlinkUI
|
||||
MonthViewUI=com.formdev.flatlaf.swingx.ui.FlatMonthViewUI
|
||||
swingx/TaskPaneUI=com.formdev.flatlaf.swingx.ui.FlatTaskPaneUI
|
||||
TitledPanelUI=com.formdev.flatlaf.swingx.ui.FlatTitledPanelUI
|
||||
BusyLabelUI = com.formdev.flatlaf.swingx.ui.FlatBusyLabelUI
|
||||
DatePickerUI = com.formdev.flatlaf.swingx.ui.FlatDatePickerUI
|
||||
HeaderUI = com.formdev.flatlaf.swingx.ui.FlatHeaderUI
|
||||
HyperlinkUI = com.formdev.flatlaf.swingx.ui.FlatHyperlinkUI
|
||||
MonthViewUI = com.formdev.flatlaf.swingx.ui.FlatMonthViewUI
|
||||
swingx/TaskPaneUI = com.formdev.flatlaf.swingx.ui.FlatTaskPaneUI
|
||||
TitledPanelUI = com.formdev.flatlaf.swingx.ui.FlatTitledPanelUI
|
||||
|
||||
|
||||
#---- DatePicker ----
|
||||
|
||||
JXDatePicker.border=com.formdev.flatlaf.swingx.ui.FlatDatePickerBorder
|
||||
JXDatePicker.border = com.formdev.flatlaf.swingx.ui.FlatDatePickerBorder
|
||||
|
||||
|
||||
#---- MonthView ----
|
||||
|
||||
JXMonthView.monthDownFileName={icon}com.formdev.flatlaf.swingx.ui.FlatMonthDownIcon
|
||||
JXMonthView.monthUpFileName={icon}com.formdev.flatlaf.swingx.ui.FlatMonthUpIcon
|
||||
JXMonthView.monthDownFileName = {icon}com.formdev.flatlaf.swingx.ui.FlatMonthDownIcon
|
||||
JXMonthView.monthUpFileName = {icon}com.formdev.flatlaf.swingx.ui.FlatMonthUpIcon
|
||||
|
||||
|
||||
#---- TitledPanel ----
|
||||
|
||||
JXTitledPanel.borderColor=$Button.borderColor
|
||||
JXTitledPanel.titleBackground=$TaskPane.titleBackgroundGradientStart
|
||||
JXTitledPanel.titleForeground=$TaskPane.titleForeground
|
||||
JXTitledPanel.captionInsets=4,10,4,10
|
||||
JXTitledPanel.borderColor = $Button.borderColor
|
||||
JXTitledPanel.titleBackground = $TaskPane.titleBackgroundGradientStart
|
||||
JXTitledPanel.titleForeground = $TaskPane.titleForeground
|
||||
JXTitledPanel.captionInsets = 4,10,4,10
|
||||
|
||||
@@ -16,59 +16,59 @@
|
||||
|
||||
#---- BusyLabel ----
|
||||
|
||||
JXBusyLabel.baseColor=#c4c4c4
|
||||
JXBusyLabel.highlightColor=#808080
|
||||
JXBusyLabel.baseColor = #c4c4c4
|
||||
JXBusyLabel.highlightColor = #808080
|
||||
|
||||
|
||||
#---- Header ----
|
||||
|
||||
JXHeader.background=@background
|
||||
JXHeader.startBackground=#fff
|
||||
JXHeader.background = @background
|
||||
JXHeader.startBackground = #fff
|
||||
|
||||
|
||||
#---- HighlighterFactory ----
|
||||
|
||||
UIColorHighlighter.stripingBackground=darken(@textComponentBackground,5%)
|
||||
UIColorHighlighter.stripingBackground = darken(@textComponentBackground,5%)
|
||||
|
||||
|
||||
#---- Hyperlink ----
|
||||
|
||||
Hyperlink.linkColor=$Component.linkColor
|
||||
Hyperlink.visitedColor=$Hyperlink.linkColor
|
||||
Hyperlink.disabledText=@disabledText
|
||||
Hyperlink.linkColor = $Component.linkColor
|
||||
Hyperlink.visitedColor = $Hyperlink.linkColor
|
||||
Hyperlink.disabledText = @disabledText
|
||||
|
||||
|
||||
#---- MonthView ----
|
||||
|
||||
JXMonthView.background=@textComponentBackground
|
||||
JXMonthView.monthStringBackground=#dfdfdf
|
||||
JXMonthView.monthStringForeground=@foreground
|
||||
JXMonthView.daysOfTheWeekForeground=#444
|
||||
JXMonthView.weekOfTheYearForeground=#666
|
||||
JXMonthView.unselectableDayForeground=#E02222
|
||||
JXMonthView.selectedBackground=#B9CEF8
|
||||
JXMonthView.flaggedDayForeground=#E02222
|
||||
JXMonthView.leadingDayForeground=@disabledText
|
||||
JXMonthView.trailingDayForeground=@disabledText
|
||||
JXMonthView.arrowColor=@foreground
|
||||
JXMonthView.disabledArrowColor=@disabledText
|
||||
JXMonthView.background = @textComponentBackground
|
||||
JXMonthView.monthStringBackground = #dfdfdf
|
||||
JXMonthView.monthStringForeground = @foreground
|
||||
JXMonthView.daysOfTheWeekForeground = #444
|
||||
JXMonthView.weekOfTheYearForeground = #666
|
||||
JXMonthView.unselectableDayForeground = #E02222
|
||||
JXMonthView.selectedBackground = #B9CEF8
|
||||
JXMonthView.flaggedDayForeground = #E02222
|
||||
JXMonthView.leadingDayForeground = @disabledText
|
||||
JXMonthView.trailingDayForeground = @disabledText
|
||||
JXMonthView.arrowColor = @foreground
|
||||
JXMonthView.disabledArrowColor = @disabledText
|
||||
|
||||
|
||||
#---- TaskPaneContainer ----
|
||||
|
||||
TaskPaneContainer.background=#E6EBF0
|
||||
TaskPaneContainer.border=10,10,10,10
|
||||
TaskPaneContainer.background = #E6EBF0
|
||||
TaskPaneContainer.border = 10,10,10,10
|
||||
|
||||
|
||||
#---- TaskPane ----
|
||||
|
||||
TaskPane.background=@background
|
||||
TaskPane.borderColor=$Button.borderColor
|
||||
TaskPane.contentInsets=10,10,10,10
|
||||
TaskPane.background = @background
|
||||
TaskPane.borderColor = $Button.borderColor
|
||||
TaskPane.contentInsets = 10,10,10,10
|
||||
|
||||
TaskPane.titleBackgroundGradientStart=#dfdfdf
|
||||
TaskPane.titleForeground=#222
|
||||
TaskPane.titleOver=#666
|
||||
TaskPane.specialTitleBackground=#afafaf
|
||||
TaskPane.specialTitleForeground=#222
|
||||
TaskPane.specialTitleOver=#666
|
||||
TaskPane.titleBackgroundGradientStart = #dfdfdf
|
||||
TaskPane.titleForeground = #222
|
||||
TaskPane.titleOver = #666
|
||||
TaskPane.specialTitleBackground = #afafaf
|
||||
TaskPane.specialTitleForeground = #222
|
||||
TaskPane.specialTitleOver = #666
|
||||
|
||||
Reference in New Issue
Block a user