mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
Accent color: reduced number of individual blueish accent colors with color functions (issue #233)
This commit is contained in:
@@ -33,7 +33,7 @@ UIColorHighlighter.stripingBackground = lighten(@textComponentBackground,5%)
|
||||
|
||||
#---- Hyperlink ----
|
||||
|
||||
Hyperlink.linkColor = #589df6
|
||||
Hyperlink.linkColor = $Component.linkColor
|
||||
Hyperlink.visitedColor = $Hyperlink.linkColor
|
||||
Hyperlink.disabledText = @disabledText
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ JXMonthView.monthStringForeground = @foreground
|
||||
JXMonthView.daysOfTheWeekForeground = #444
|
||||
JXMonthView.weekOfTheYearForeground = #666
|
||||
JXMonthView.unselectableDayForeground = #E02222
|
||||
JXMonthView.selectedBackground = #B9CEF8
|
||||
JXMonthView.selectedBackground = changeLightness(@selectionBackground,85%)
|
||||
JXMonthView.flaggedDayForeground = #E02222
|
||||
JXMonthView.leadingDayForeground = @disabledText
|
||||
JXMonthView.trailingDayForeground = @disabledText
|
||||
|
||||
Reference in New Issue
Block a user