com.formdev.flatlaf.swingx.FlatDarkLaf.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flatlaf-swingx Show documentation
Show all versions of flatlaf-swingx Show documentation
Flat Look and Feel addon for SwingX
The newest version!
#
# Copyright 2019 FormDev Software GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#---- BusyLabel ----
JXBusyLabel.baseColor = #777
JXBusyLabel.highlightColor = #e0e0e0
#---- ColumnControlButton ----
ColumnControlButton.iconColor = shade(@foreground,10%)
#---- Header ----
JXHeader.background = @background
JXHeader.startBackground = #4c5052
#---- HighlighterFactory ----
UIColorHighlighter.stripingBackground = lighten(@componentBackground,5%)
#---- Hyperlink ----
Hyperlink.linkColor = $Component.linkColor
Hyperlink.visitedColor = $Hyperlink.linkColor
Hyperlink.disabledText = @disabledForeground
#---- MonthView ----
JXMonthView.background = @componentBackground
JXMonthView.monthStringBackground = #4c5052
JXMonthView.monthStringForeground = @foreground
JXMonthView.daysOfTheWeekForeground = #aaa
JXMonthView.weekOfTheYearForeground = #888
JXMonthView.unselectableDayForeground = #E05555
JXMonthView.selectedBackground = @selectionBackground
JXMonthView.flaggedDayForeground = #E05555
JXMonthView.leadingDayForeground = @disabledForeground
JXMonthView.trailingDayForeground = @disabledForeground
JXMonthView.arrowColor = @foreground
JXMonthView.disabledArrowColor = @disabledForeground
#---- TaskPaneContainer ----
TaskPaneContainer.background = #3E434C
TaskPaneContainer.border = 10,10,10,10
#---- TaskPane ----
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