mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
hex color values in .properties files now must start with a # character
This commit is contained in:
@@ -16,19 +16,19 @@
|
||||
|
||||
#---- BusyLabel ----
|
||||
|
||||
JXBusyLabel.baseColor=777777
|
||||
JXBusyLabel.highlightColor=e0e0e0
|
||||
JXBusyLabel.baseColor=#777777
|
||||
JXBusyLabel.highlightColor=#e0e0e0
|
||||
|
||||
|
||||
#---- Header ----
|
||||
|
||||
JXHeader.background=@background
|
||||
JXHeader.startBackground=4c5052
|
||||
JXHeader.startBackground=#4c5052
|
||||
|
||||
|
||||
#---- Hyperlink ----
|
||||
|
||||
Hyperlink.linkColor=589df6
|
||||
Hyperlink.linkColor=#589df6
|
||||
Hyperlink.visitedColor=@@Hyperlink.linkColor
|
||||
Hyperlink.disabledText=@disabledText
|
||||
|
||||
@@ -36,13 +36,13 @@ Hyperlink.disabledText=@disabledText
|
||||
#---- MonthView ----
|
||||
|
||||
JXMonthView.background=@textComponentBackground
|
||||
JXMonthView.monthStringBackground=4c5052
|
||||
JXMonthView.monthStringBackground=#4c5052
|
||||
JXMonthView.monthStringForeground=@foreground
|
||||
JXMonthView.daysOfTheWeekForeground=aaaaaa
|
||||
JXMonthView.weekOfTheYearForeground=888888
|
||||
JXMonthView.unselectableDayForeground=E05555
|
||||
JXMonthView.daysOfTheWeekForeground=#aaaaaa
|
||||
JXMonthView.weekOfTheYearForeground=#888888
|
||||
JXMonthView.unselectableDayForeground=#E05555
|
||||
JXMonthView.selectedBackground=@selectionBackground
|
||||
JXMonthView.flaggedDayForeground=E05555
|
||||
JXMonthView.flaggedDayForeground=#E05555
|
||||
JXMonthView.leadingDayForeground=@disabledText
|
||||
JXMonthView.trailingDayForeground=@disabledText
|
||||
JXMonthView.arrowColor=@foreground
|
||||
@@ -51,7 +51,7 @@ JXMonthView.disabledArrowColor=@disabledText
|
||||
|
||||
#---- TaskPaneContainer ----
|
||||
|
||||
TaskPaneContainer.background=3E434C
|
||||
TaskPaneContainer.background=#3E434C
|
||||
TaskPaneContainer.border=10,10,10,10
|
||||
|
||||
|
||||
@@ -61,9 +61,9 @@ TaskPane.background=@background
|
||||
TaskPane.borderColor=@@Button.borderColor
|
||||
TaskPane.contentInsets=10,10,10,10
|
||||
|
||||
TaskPane.titleBackgroundGradientStart=4c5052
|
||||
TaskPane.titleBackgroundGradientStart=#4c5052
|
||||
TaskPane.titleForeground=@foreground
|
||||
TaskPane.titleOver=888888
|
||||
TaskPane.specialTitleBackground=afafaf
|
||||
TaskPane.specialTitleForeground=222222
|
||||
TaskPane.specialTitleOver=666666
|
||||
TaskPane.titleOver=#888888
|
||||
TaskPane.specialTitleBackground=#afafaf
|
||||
TaskPane.specialTitleForeground=#222222
|
||||
TaskPane.specialTitleOver=#666666
|
||||
|
||||
@@ -16,19 +16,19 @@
|
||||
|
||||
#---- BusyLabel ----
|
||||
|
||||
JXBusyLabel.baseColor=c4c4c4
|
||||
JXBusyLabel.highlightColor=808080
|
||||
JXBusyLabel.baseColor=#c4c4c4
|
||||
JXBusyLabel.highlightColor=#808080
|
||||
|
||||
|
||||
#---- Header ----
|
||||
|
||||
JXHeader.background=@background
|
||||
JXHeader.startBackground=ffffff
|
||||
JXHeader.startBackground=#ffffff
|
||||
|
||||
|
||||
#---- Hyperlink ----
|
||||
|
||||
Hyperlink.linkColor=4a78c2
|
||||
Hyperlink.linkColor=#4a78c2
|
||||
Hyperlink.visitedColor=@@Hyperlink.linkColor
|
||||
Hyperlink.disabledText=@disabledText
|
||||
|
||||
@@ -36,13 +36,13 @@ Hyperlink.disabledText=@disabledText
|
||||
#---- MonthView ----
|
||||
|
||||
JXMonthView.background=@textComponentBackground
|
||||
JXMonthView.monthStringBackground=dfdfdf
|
||||
JXMonthView.monthStringBackground=#dfdfdf
|
||||
JXMonthView.monthStringForeground=@foreground
|
||||
JXMonthView.daysOfTheWeekForeground=444444
|
||||
JXMonthView.weekOfTheYearForeground=666666
|
||||
JXMonthView.unselectableDayForeground=E02222
|
||||
JXMonthView.selectedBackground=B9CEF8
|
||||
JXMonthView.flaggedDayForeground=E02222
|
||||
JXMonthView.daysOfTheWeekForeground=#444444
|
||||
JXMonthView.weekOfTheYearForeground=#666666
|
||||
JXMonthView.unselectableDayForeground=#E02222
|
||||
JXMonthView.selectedBackground=#B9CEF8
|
||||
JXMonthView.flaggedDayForeground=#E02222
|
||||
JXMonthView.leadingDayForeground=@disabledText
|
||||
JXMonthView.trailingDayForeground=@disabledText
|
||||
JXMonthView.arrowColor=@foreground
|
||||
@@ -51,7 +51,7 @@ JXMonthView.disabledArrowColor=@disabledText
|
||||
|
||||
#---- TaskPaneContainer ----
|
||||
|
||||
TaskPaneContainer.background=E6EBF0
|
||||
TaskPaneContainer.background=#E6EBF0
|
||||
TaskPaneContainer.border=10,10,10,10
|
||||
|
||||
|
||||
@@ -61,9 +61,9 @@ TaskPane.background=@background
|
||||
TaskPane.borderColor=@@Button.borderColor
|
||||
TaskPane.contentInsets=10,10,10,10
|
||||
|
||||
TaskPane.titleBackgroundGradientStart=dfdfdf
|
||||
TaskPane.titleForeground=222222
|
||||
TaskPane.titleOver=666666
|
||||
TaskPane.specialTitleBackground=afafaf
|
||||
TaskPane.specialTitleForeground=222222
|
||||
TaskPane.specialTitleOver=666666
|
||||
TaskPane.titleBackgroundGradientStart=#dfdfdf
|
||||
TaskPane.titleForeground=#222222
|
||||
TaskPane.titleOver=#666666
|
||||
TaskPane.specialTitleBackground=#afafaf
|
||||
TaskPane.specialTitleForeground=#222222
|
||||
TaskPane.specialTitleOver=#666666
|
||||
|
||||
Reference in New Issue
Block a user