com.github.weisj.darklaf.theme.icon_presets.dark_icons.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of darklaf-theme Show documentation
Show all versions of darklaf-theme Show documentation
A themeable Look and Feel for java swing
The newest version!
# MIT License
#
# Copyright (c) 2019-2021 Jannis Weis
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# suppress inspection "UnusedProperty" for whole file
%menuIconOpacity = 80
%navigationIconOpacity = 50
%fileIconOpacity = 80
%menuIconEnabled = #AFB1B3
%menuIconHovered = #dddddd
%menuIconSelected = #AFB1B3
%menuIconSelectedSecondary = #333333
%menuIconDisabled = #6E6E6E
%menuIconHighlight = #40B6E0
%fileIconBackground = #9AA7B0
%fileIconForeground = #231F20
%fileIconHighlight = #499C54
%textIconEnabled = %textForeground
%textIconDisabled = %textForegroundInactive
%textIconSelected = %textSelectionForeground
%windowButton = #A9A9A9
%windowButtonDisabled = #8C8C8C
%windowCloseHovered = #FFFFFF
%errorIconColor = #C75450
%informationIconColor = #3592C4
%warningIconColor = #F0A732
%questionIconColor = #3592C4
%palette.yellow = #FFD60A
%palette.orange = #FF9F0A
%palette.red = #FF453A
%palette.pink = #FF375F
%palette.purple = #BF5AF2
%palette.indigo = #5E5CE6
%palette.blue = #0A84FF
%palette.teal = #64D2FF
%palette.cyan = #2DCCC3
%palette.green = #32D74B
%palette.lime = #69B320
%palette.forest = #13591E
%palette.brown = #AC8E68
%palette.gray = #98989D
© 2015 - 2024 Weber Informatics LLC | Privacy Policy