Accent color: reduced number of individual blueish accent colors with color functions (issue #233)

This commit is contained in:
Karl Tauber
2021-08-06 17:35:55 +02:00
parent 09a18b2305
commit dd14843f2e
9 changed files with 80 additions and 81 deletions

View File

@@ -33,7 +33,7 @@ UIColorHighlighter.stripingBackground = lighten(@textComponentBackground,5%)
#---- Hyperlink ----
Hyperlink.linkColor = #589df6
Hyperlink.linkColor = $Component.linkColor
Hyperlink.visitedColor = $Hyperlink.linkColor
Hyperlink.disabledText = @disabledText

View File

@@ -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