com.github.weisj.darklaf.theme.intellij.intellij_defaults.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
Theme.dark = false
Theme.highContrast = false
####Background####
%background = #F2F2F2
%backgroundAlternative = #F2F5F9
%backgroundColorful = #E6EBF0
%backgroundColorfulInactive = #F2F2F2
%backgroundContainer = #FFFFFF
%backgroundHeader = #FFFFFF
%backgroundToolTip = #F7F7F7
%backgroundToolTipInactive = #F7F7F7
%backgroundHover = #DADADA
%backgroundSelected = #FFFFFF
%backgroundHoverSecondary = #D9D9D9
%backgroundSelectedSecondary = #BDBDBD
%backgroundHoverColorful = #CCCFD5
%backgroundSelectedColorful = #c5cddc
%dropBackground = #FCFAED
%dropForeground = #C0C0C0
####Border####
%borderSecondary = #D1D1D1
%border = #D1D1D1
%borderTertiary = #A0A0A0
%borderFocus = #83bff5
%gridLine = #dddddd
####Highlight####
%hoverHighlight = #DFDFDF
%clickHighlight = #CFCFCF
%hoverHighlightOutline = #DFDFDF
%clickHighlightOutline = #CFCFCF
%hoverHighlightColorful = #dae1e9
%clickHighlightColorful = #cdd7e1
%hoverHighlightDefault = #6a9ed3
%clickHighlightDefault = #5b94ce
%hoverHighlightSecondary = #E6E6E6
%clickHighlightSecondary = #d2d2d2
%highlightFill = #D5D5D5
%highlightFillFocus = #2675BF
%highlightFillFocusSecondary = #4083C9
%highlightFillMono = #9CA7B8
####Widgets####
%widgetBorder = #C4C4C4
%widgetBorderInactive = #CFCFCF
%widgetBorderDefault = #457CB6
%widgetFill = #FFFFFF
%widgetFillSelected = #4D89C9
%widgetFillInactive = #F2F2F2
%widgetFillDefault = #4D89C9
####Controls####
%controlBorder = #878787
%controlBorderDisabled = #BDBDBD
%controlBorderSelected = #4982CC
%controlBorderFocus = #7B9FC7
%controlBorderFocusSelected = #ACCFF7
%controlBorderSecondary = #B4B4B4
%controlFill = #FFFFFF
%controlFillSecondary = #808080
%controlTrack = #ABABAB
%controlFillFocus = #FFFFFF
%controlFillDisabled = #ABABAB
%controlFillHighlight = #4D89C9
%controlFillHighlightDisabled = #ABABAB
%controlBackground = #C4C4C4
%controlFadeStart = #C4C4C4
%controlFadeEnd = #808080
%controlFadeStartSecondary = #808080
%controlFadeEndSecondary = #4c4c4c
%controlErrorFadeStart = #d64f4f
%controlErrorFadeEnd = #fb8f89
%controlPassedFadeStart = #34b171
%controlPassedFadeEnd = #7ee8a5
####Text####
%caret = #000000
%textForeground = #000000
%textForegroundDefault = #f0f0f0
%textForegroundHighlight = #000000
%textForegroundInactive = #777777
%textForegroundSecondary = #808080
%acceleratorForeground = #505050
%textContrastForeground = #f0f0f0
%textSelectionForeground = #f0f0f0
%textSelectionForegroundInactive = #000000
%textSelectionForegroundDisabled = #C0C0C0
%textSelectionBackground = #5974AB
%textSelectionBackgroundSecondary = #FCFAED
%textBackground = #FFFFFF
%textBackgroundInactive = #F2F2F2
%textBackgroundSecondary = #FFFFFF
%textBackgroundSecondaryInactive = #F2F2F2
%textCompSelectionForeground = #f0f0f0
%textCompSelectionBackground = #5974AB
%hyperlink = #589df6
%hyperlinkAccent = #ffd385
####Misc####
%shadow = #000000
%glowOpacity = 50
%dropOpacity = 80
%shadowOpacityLight = 5
%shadowOpacityStrong = 10
%glowFocus = #3d94f2
%glowFocusInactive = #3d94f2
%glowFocusLine = #7B9FC7
%glowFocusLineInactive = #7B9FC7
%glowError = #EBBCBC
%glowErrorLine = #E0A8A9
%glowFocusError = #E53E4D
%glowFocusErrorLine = #E0A8A9
%glowWarning = #e2a53a
%glowWarningLine = #ffd385
#Arc
%arc = 5
%arcFocus = 5
%arcSecondary = 3
%arcSecondaryFocus = 3
%borderThickness = 2
%shadowHeight = 2
© 2015 - 2024 Weber Informatics LLC | Privacy Policy