Browse Source

Require colors to start with #. This avoid ambiguity between numbers and colors.

pull/235/head
weisj 4 years ago
parent
commit
f5d7873a23
No known key found for this signature in database
GPG Key ID: 31124CB75461DA2A
  1. 172
      core/src/test/resources/theme/my_custom_theme_defaults.properties
  2. 30
      core/src/test/resources/theme/my_custom_theme_icons.properties
  3. 8
      property-loader/src/main/java/com/github/weisj/darklaf/parser/PrimitiveParser.java
  4. 2
      property-loader/src/test/java/com/github/weisj/darklaf/parser/ParserTest.java
  5. 202
      theme/src/main/resources/com/github/weisj/darklaf/theme/darcula/darcula_defaults.properties
  6. 28
      theme/src/main/resources/com/github/weisj/darklaf/theme/darcula/darcula_icons.properties
  7. 202
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_defaults.properties
  8. 32
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_icons.properties
  9. 8
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_platform.properties
  10. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_ui.properties
  11. 202
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_defaults.properties
  12. 32
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_icons.properties
  13. 8
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_platform.properties
  14. 4
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_ui.properties
  15. 60
      theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/dark_icons.properties
  16. 60
      theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/light_icons.properties
  17. 202
      theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_defaults.properties
  18. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_icons.properties
  19. 6
      theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_ui.properties
  20. 202
      theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_defaults.properties
  21. 60
      theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_icons.properties
  22. 8
      theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_icons_adjustments.properties
  23. 198
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_defaults.properties
  24. 60
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_icons.properties
  25. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_ui.properties
  26. 202
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_defaults.properties
  27. 60
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_icons.properties
  28. 8
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_ui.properties
  29. 4
      windows/src/main/resources/com/github/weisj/darklaf/platform/windows/windows_decorations.properties

172
core/src/test/resources/theme/my_custom_theme_defaults.properties

@ -24,114 +24,114 @@
#
# suppress inspection "UnusedProperty" for whole file
#
%background = EEE8D5
%backgroundAlternative = F0EBDB
%backgroundColorful = DEDDD1
%backgroundContainer = FDF6E3
%background = #EEE8D5
%backgroundAlternative = #F0EBDB
%backgroundColorful = #DEDDD1
%backgroundContainer = #FDF6E3
%backgroundHeader = FDF6E3
%backgroundToolTip = F5F1E5
%backgroundToolTipInactive = F5F1E5
%backgroundHeader = #FDF6E3
%backgroundToolTip = #F5F1E5
%backgroundToolTipInactive = #F5F1E5
%backgroundHover = D7D1BF
%backgroundSelected = FAF3E0
%backgroundHoverSecondary = D7D1BE
%backgroundSelectedSecondary = BCB6A4
%backgroundHoverColorful = C8C7BC
%backgroundSelectedColorful = E6E5DC
%backgroundHover = #D7D1BF
%backgroundSelected = #FAF3E0
%backgroundHoverSecondary = #D7D1BE
%backgroundSelectedSecondary = #BCB6A4
%backgroundHoverColorful = #C8C7BC
%backgroundSelectedColorful = #E6E5DC
%dropBackground = F3EDDC
%dropForeground = 617EB3
%dropBackground = #F3EDDC
%dropForeground = #617EB3
####Border####
%borderSecondary = C9C3B3
%border = C6C1B1
%borderTertiary = A0A0A0
%borderFocus = 248AD4
%gridLine = F5EEDC
%borderSecondary = #C9C3B3
%border = #C6C1B1
%borderTertiary = #A0A0A0
%borderFocus = #248AD4
%gridLine = #F5EEDC
####Highlight####
%hoverHighlight = DBD6C4
%clickHighlight = CCC6B6
%hoverHighlight = #DBD6C4
%clickHighlight = #CCC6B6
%hoverHighlightColorful = E6E5DC
%clickHighlightColorful = EEEEE8
%hoverHighlightColorful = #E6E5DC
%clickHighlightColorful = #EEEEE8
%hoverHighlightDefault = 548BC0
%clickHighlightDefault = 6395C6
%hoverHighlightDefault = #548BC0
%clickHighlightDefault = #6395C6
%hoverHighlightSecondary = E2DBC9
%clickHighlightSecondary = E9E4d6
%hoverHighlightSecondary = #E2DBC9
%clickHighlightSecondary = #E9E4d6
%highlightFill = D2CBB9
%highlightFillFocus = 3570CD
%highlightFillFocusSecondary = 3D7EC0
%highlightFillMono = 99A1A5
%highlightFill = #D2CBB9
%highlightFillFocus = #3570CD
%highlightFillFocusSecondary = #3D7EC0
%highlightFillMono = #99A1A5
####Widgets####
%widgetBorder = BAB5A7
%widgetBorderInactive = CCC6B6
%widgetBorderDefault = 4474B1
%widgetFill = FDF6E3
%widgetFillSelected = 4984BE
%widgetFillInactive = EEE8D5
%widgetFillDefault = 4681BB
%widgetBorder = #BAB5A7
%widgetBorderInactive = #CCC6B6
%widgetBorderDefault = #4474B1
%widgetFill = #FDF6E3
%widgetFillSelected = #4984BE
%widgetFillInactive = #EEE8D5
%widgetFillDefault = #4681BB
####Controls####
%controlBorder = BDB8AA
%controlBorderDisabled = CCC6B6
%controlBorderSelected = 4984BE
%controlBorderFocus = 86ABCB
%controlBorderFocusSelected = 86ABCB
%controlBorderSecondary = D0CBBD
%controlFill = FFFFFF
%controlFillFocus = FFFFFF
%controlFillSecondary = 6B8086
%controlTrack = dacaa1
%controlFillDisabled = 839496
%controlFillHighlight = 4681BB
%controlFillHighlightDisabled = D2CBB9
%controlBackground = C3BEAF
%controlFadeStart = C3BEAF
%controlFadeEnd = 6B8086
%controlErrorFadeStart = D14943
%controlErrorFadeEnd = F6887C
%controlPassedFadeStart = 2DAA66
%controlPassedFadeEnd = 77DF92
%controlBorder = #BDB8AA
%controlBorderDisabled = #CCC6B6
%controlBorderSelected = #4984BE
%controlBorderFocus = #86ABCB
%controlBorderFocusSelected = #86ABCB
%controlBorderSecondary = #D0CBBD
%controlFill = #FFFFFF
%controlFillFocus = #FFFFFF
%controlFillSecondary = #6B8086
%controlTrack = #dacaa1
%controlFillDisabled = #839496
%controlFillHighlight = #4681BB
%controlFillHighlightDisabled = #D2CBB9
%controlBackground = #C3BEAF
%controlFadeStart = #C3BEAF
%controlFadeEnd = #6B8086
%controlErrorFadeStart = #D14943
%controlErrorFadeEnd = #F6887C
%controlPassedFadeStart = #2DAA66
%controlPassedFadeEnd = #77DF92
####Text####
%caret = 2E4E58
%textForeground = 2E4E58
%textForegroundDefault = FFFFFF
%textForegroundHighlight = 002B36
%textForegroundInactive = 657b83
%textForegroundSecondary = 586e75
%acceleratorForeground = 617EB3
%textSelectionForeground = FFFFFF
%textSelectionForegroundInactive = 2E4E58
%textSelectionBackground = 3570CD
%textSelectionBackgroundSecondary = F3EDDC
%textBackground = FDF6E3
%textBackgroundInactive = EEE8D5
%textBackgroundSecondary = FDF6E3
%textBackgroundSecondaryInactive = EEE8D5
%hyperlink = 589df6
%caret = #2E4E58
%textForeground = #2E4E58
%textForegroundDefault = #FFFFFF
%textForegroundHighlight = #002B36
%textForegroundInactive = #657b83
%textForegroundSecondary = #586e75
%acceleratorForeground = #617EB3
%textSelectionForeground = #FFFFFF
%textSelectionForegroundInactive = #2E4E58
%textSelectionBackground = #3570CD
%textSelectionBackgroundSecondary = #F3EDDC
%textBackground = #FDF6E3
%textBackgroundInactive = #EEE8D5
%textBackgroundSecondary = #FDF6E3
%textBackgroundSecondaryInactive = #EEE8D5
%hyperlink = #589df6
####Misc####
%shadow = 000000
%glowFocus = 3b93eb
%glowFocusLine = A5C7E2
%shadow = #000000
%glowFocus = #3b93eb
%glowFocusLine = #A5C7E2
%glowError = E8B4A6
%glowErrorLine = DE3641
%glowError = #E8B4A6
%glowErrorLine = #DE3641
%glowFocusError = DE3641
%glowFocusErrorLine = DE3641
%glowFocusError = #DE3641
%glowFocusErrorLine = #DE3641
%glowWarning = DC9E2F
%glowWarningLine = F6CA7C
%glowWarning = #DC9E2F
%glowWarningLine = #F6CA7C
#Arc
%arc = 5

30
core/src/test/resources/theme/my_custom_theme_icons.properties

@ -24,21 +24,21 @@
#
# suppress inspection "UnusedProperty" for whole file
#
%menuIconEnabled = 586E75
%menuIconHovered = BDECFB
%menuIconSelected = FFFFFF
%menuIconDisabled = BCBCBC
%menuIconHighlight = 268BD2
%menuIconEnabled = #586E75
%menuIconHovered = #BDECFB
%menuIconSelected = #FFFFFF
%menuIconDisabled = #BCBCBC
%menuIconHighlight = #268BD2
%fileIconBackground = 849396
%fileIconForeground = 002B36
%fileIconHighlight = 859900
%fileIconBackground = #849396
%fileIconForeground = #002B36
%fileIconHighlight = #859900
%windowButton = 050708
%windowButtonDisabled = 9B9C9C
%windowCloseHovered = FFFFFF
%windowButton = #050708
%windowButtonDisabled = #9B9C9C
%windowCloseHovered = #FFFFFF
%errorIconColor = DC322F
%informationIconColor = 268BD2
%warningIconColor = B58900
%questionIconColor = 268BD2
%errorIconColor = #DC322F
%informationIconColor = #268BD2
%warningIconColor = #B58900
%questionIconColor = #268BD2

8
property-loader/src/main/java/com/github/weisj/darklaf/parser/PrimitiveParser.java

@ -29,10 +29,14 @@ import com.github.weisj.darklaf.util.PropertyValue;
public class PrimitiveParser implements PropertyParser {
public static final String COLOR_PREFIX = "#";
@Override
public ParseResult doParse(final ParseResult parseResult, final ParserContext context) {
Color c = ColorUtil.fromHex(parseResult.value, null, true);
ParserUtil.setNonNull(parseResult, c != null ? new DarkColorUIResource(c) : null);
if (parseResult.value.startsWith(COLOR_PREFIX)) {
Color c = ColorUtil.fromHex(parseResult.value, null, true);
ParserUtil.setNonNull(parseResult, c != null ? new DarkColorUIResource(c) : null);
}
if (parseResult.finished) return parseResult;
ParserUtil.setNonNull(parseResult, getInteger(parseResult.value));
if (parseResult.finished) return parseResult;

2
property-loader/src/test/java/com/github/weisj/darklaf/parser/ParserTest.java

@ -81,7 +81,7 @@ class ParserTest {
Random r = new Random();
for (int i = 0; i < 100; i++) {
Color c = new Color(r.nextInt(256), r.nextInt(256), r.nextInt(256));
Assertions.assertEquals(c, parse("key", ColorUtil.toHex(c)));
Assertions.assertEquals(c, parse("key", PrimitiveParser.COLOR_PREFIX + ColorUtil.toHex(c)));
}
}

202
theme/src/main/resources/com/github/weisj/darklaf/theme/darcula/darcula_defaults.properties

@ -28,133 +28,133 @@ Theme.dark = true
Theme.highContrast = false
####Background####
%background = 3c3f41
%backgroundAlternative = 414547
%backgroundColorful = 3B4754
%backgroundColorfulInactive = 3c3f41
%backgroundContainer = 3c3f41
%backgroundHeader = 45484a
%backgroundToolTip = 4b4d4d
%backgroundToolTipInactive = 4b4d4d
%backgroundHover = 27292a
%backgroundSelected = 4e5254
%backgroundHoverSecondary = 353739
%backgroundSelectedSecondary = 2d2f30
%backgroundHoverColorful = 262D36
%backgroundSelectedColorful = 313A45
%dropBackground = 4b4b4b
%dropForeground = 999999
%background = #3c3f41
%backgroundAlternative = #414547
%backgroundColorful = #3B4754
%backgroundColorfulInactive = #3c3f41
%backgroundContainer = #3c3f41
%backgroundHeader = #45484a
%backgroundToolTip = #4b4d4d
%backgroundToolTipInactive = #4b4d4d
%backgroundHover = #27292a
%backgroundSelected = #4e5254
%backgroundHoverSecondary = #353739
%backgroundSelectedSecondary = #2d2f30
%backgroundHoverColorful = #262D36
%backgroundSelectedColorful = #313A45
%dropBackground = #4b4b4b
%dropForeground = #999999
####Border####
%borderSecondary = 555555
%border = 333638
%borderTertiary = 5b5d5f
%borderFocus = 79c0ff
%gridLine = 4f5152
%borderSecondary = #555555
%border = #333638
%borderTertiary = #5b5d5f
%borderFocus = #79c0ff
%gridLine = #4f5152
####Highlight####
%hoverHighlight = 4c5052
%clickHighlight = 5c6164
%hoverHighlight = #4c5052
%clickHighlight = #5c6164
%hoverHighlightOutline = 4c5052
%clickHighlightOutline = 5c6164
%hoverHighlightOutline = #4c5052
%clickHighlightOutline = #5c6164
%hoverHighlightColorful = 2F3A45
%clickHighlightColorful = 2B353F
%hoverHighlightColorful = #2F3A45
%clickHighlightColorful = #2B353F
%hoverHighlightDefault = 406086
%clickHighlightDefault = 4a688c
%hoverHighlightDefault = #406086
%clickHighlightDefault = #4a688c
%hoverHighlightSecondary = 333537
%clickHighlightSecondary = 2a2b2d
%hoverHighlightSecondary = #333537
%clickHighlightSecondary = #2a2b2d
%highlightFill = 0d293e
%highlightFillFocus = 4b6eaf
%highlightFillFocusSecondary = 4A88C7
%highlightFillMono = 747a80
%highlightFill = #0d293e
%highlightFillFocus = #4b6eaf
%highlightFillFocusSecondary = #4A88C7
%highlightFillMono = #747a80
####Widgets####
%widgetBorder = 6b6b6b
%widgetBorderInactive = 535353
%widgetBorderDefault = 4c708c
%widgetFill = 43494a
%widgetFillSelected = 43494a
%widgetFillInactive = 3c3f41
%widgetFillDefault = 365880
%widgetBorder = #6b6b6b
%widgetBorderInactive = #535353
%widgetBorderDefault = #4c708c
%widgetFill = #43494a
%widgetFillSelected = #43494a
%widgetFillInactive = #3c3f41
%widgetFillDefault = #365880
####Controls####
%controlBorder = 6b6b6b
%controlBorderDisabled = 545556
%controlBorderSelected = 6B6B6B
%controlBorderFocus = 466D94
%controlBorderFocusSelected = 466D94
%controlBorderSecondary = 424242
%controlFill = A0A0A0
%controlFillFocus = A0A0A0
%controlFillSecondary = A0A0A0
%controlTrack = 636869
%controlFillDisabled = 606060
%controlFillHighlight = 5394ec
%controlFillHighlightDisabled = 475b81
%controlBackground = 555555
%controlFadeStart = 696969
%controlFadeEnd = 838383
%controlFadeStartSecondary = 696969
%controlFadeEndSecondary = 8f8f8f
%controlErrorFadeStart = e74848
%controlErrorFadeEnd = f4a2a0
%controlPassedFadeStart = 008f50
%controlPassedFadeEnd = 5dc48f
%controlBorder = #6b6b6b
%controlBorderDisabled = #545556
%controlBorderSelected = #6B6B6B
%controlBorderFocus = #466D94
%controlBorderFocusSelected = #466D94
%controlBorderSecondary = #424242
%controlFill = #A0A0A0
%controlFillFocus = #A0A0A0
%controlFillSecondary = #A0A0A0
%controlTrack = #636869
%controlFillDisabled = #606060
%controlFillHighlight = #5394ec
%controlFillHighlightDisabled = #475b81
%controlBackground = #555555
%controlFadeStart = #696969
%controlFadeEnd = #838383
%controlFadeStartSecondary = #696969
%controlFadeEndSecondary = #8f8f8f
%controlErrorFadeStart = #e74848
%controlErrorFadeEnd = #f4a2a0
%controlPassedFadeStart = #008f50
%controlPassedFadeEnd = #5dc48f
####Text####
%caret = bbbbbb
%textForeground = bbbbbb
%textForegroundDefault = DDDDDD
%textForegroundHighlight = DDDDDD
%textForegroundInactive = 777777
%textForegroundSecondary = 919191
%acceleratorForeground = eeeeee
%textContrastForeground = 000000
%textSelectionForeground = DDDDDD
%textSelectionForegroundInactive = bbbbbb
%textSelectionForegroundDisabled = 929292
%textSelectionBackground = 214283
%textSelectionBackgroundSecondary = 323232
%textBackground = 45494a
%textBackgroundInactive = 3c3f41
%textBackgroundSecondary = 2B2B2B
%textBackgroundSecondaryInactive = 313335
%textCompSelectionForeground = DDDDDD
%textCompSelectionBackground = 214283
%hyperlink = 589df6
%caret = #bbbbbb
%textForeground = #bbbbbb
%textForegroundDefault = #DDDDDD
%textForegroundHighlight = #DDDDDD
%textForegroundInactive = #777777
%textForegroundSecondary = #919191
%acceleratorForeground = #eeeeee
%textContrastForeground = #000000
%textSelectionForeground = #DDDDDD
%textSelectionForegroundInactive = #bbbbbb
%textSelectionForegroundDisabled = #929292
%textSelectionBackground = #214283
%textSelectionBackgroundSecondary = #323232
%textBackground = #45494a
%textBackgroundInactive = #3c3f41
%textBackgroundSecondary = #2B2B2B
%textBackgroundSecondaryInactive = #313335
%textCompSelectionForeground = #DDDDDD
%textCompSelectionBackground = #214283
%hyperlink = #589df6
####Misc####
%shadow = 000000
%shadow = #000000
%glowOpacity = 50
%dropOpacity = 80
%shadowOpacityLight = 10
%shadowOpacityStrong = 20
%glowFocus = 3e84c9
%glowFocusInactive = 3e84c9
%glowFocusLine = 466D94
%glowFocusLineInactive = 466D94
%glowFocus = #3e84c9
%glowFocusInactive = #3e84c9
%glowFocusLine = #466D94
%glowFocusLineInactive = #466D94
%glowError = cf6767
%glowErrorLine = 73454B
%glowError = #cf6767
%glowErrorLine = #73454B
%glowFocusError = c2413c
%glowFocusErrorLine = 73454B
%glowFocusError = #c2413c
%glowFocusErrorLine = #73454B
%glowWarning = ac7920
%glowWarningLine = 6e5324
%glowWarning = #ac7920
%glowWarningLine = #6e5324
#Arc
%arc = 5

28
theme/src/main/resources/com/github/weisj/darklaf/theme/darcula/darcula_icons.properties

@ -24,17 +24,17 @@
#
# suppress inspection "UnusedProperty" for whole file
#
%palette.yellow = FFC66D
%palette.orange = CC7832
%palette.red = BC3F32
%palette.pink = AE8ABE
%palette.purple = AB51BA
%palette.indigo = 507874
%palette.blue = 5394EC
%palette.teal = 6897BB
%palette.cyan = 299999
%palette.green = 629755
%palette.lime = A8C023
%palette.forest = 007F00
%palette.brown = 8A653B
%palette.gray = AFB1B3
%palette.yellow = #FFC66D
%palette.orange = #CC7832
%palette.red = #BC3F32
%palette.pink = #AE8ABE
%palette.purple = #AB51BA
%palette.indigo = #507874
%palette.blue = #5394EC
%palette.teal = #6897BB
%palette.cyan = #299999
%palette.green = #629755
%palette.lime = #A8C023
%palette.forest = #007F00
%palette.brown = #8A653B
%palette.gray = #AFB1B3

202
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_defaults.properties

@ -28,133 +28,133 @@ Theme.dark = true
Theme.highContrast = true
####Background####
%background = 000000
%backgroundAlternative = 000033
%backgroundColorful = 450073
%backgroundColorfulInactive = 281A33
%backgroundContainer = 000000
%backgroundHeader = 000080
%backgroundToolTip = 450073
%backgroundToolTipInactive = 281A33
%backgroundHover = 0F6780
%backgroundSelected = 000000
%backgroundHoverSecondary = 3333FF
%backgroundSelectedSecondary = 3333FF
%backgroundHoverColorful = 7E00D9
%backgroundSelectedColorful = 7E00D9
%dropBackground = FFFFFF
%dropForeground = 00EAFF
%background = #000000
%backgroundAlternative = #000033
%backgroundColorful = #450073
%backgroundColorfulInactive = #281A33
%backgroundContainer = #000000
%backgroundHeader = #000080
%backgroundToolTip = #450073
%backgroundToolTipInactive = #281A33
%backgroundHover = #0F6780
%backgroundSelected = #000000
%backgroundHoverSecondary = #3333FF
%backgroundSelectedSecondary = #3333FF
%backgroundHoverColorful = #7E00D9
%backgroundSelectedColorful = #7E00D9
%dropBackground = #FFFFFF
%dropForeground = #00EAFF
####Border####
%borderSecondary = E6E6E6
%border = B3B3B3
%borderTertiary = E6E6E6
%borderFocus = 1AEBFF
%gridLine = E6E6E6
%borderSecondary = #E6E6E6
%border = #B3B3B3
%borderTertiary = #E6E6E6
%borderFocus = #1AEBFF
%gridLine = #E6E6E6
####Highlight####
%hoverHighlight = 2D2D2D
%clickHighlight = 3D3D3D
%hoverHighlight = #2D2D2D
%clickHighlight = #3D3D3D
%hoverHighlightOutline = 1AEBFF
%clickHighlightOutline = 00b0c0
%hoverHighlightOutline = #1AEBFF
%clickHighlightOutline = #00b0c0
%hoverHighlightColorful = 7E00D9
%clickHighlightColorful = A200D9
%hoverHighlightColorful = #7E00D9
%clickHighlightColorful = #A200D9
%hoverHighlightDefault = 17D3E5
%clickHighlightDefault = 1AEBFF
%hoverHighlightDefault = #17D3E5
%clickHighlightDefault = #1AEBFF
%hoverHighlightSecondary = 3333FF
%clickHighlightSecondary = 3333FF
%hoverHighlightSecondary = #3333FF
%clickHighlightSecondary = #3333FF
%highlightFill = 42424F
%highlightFillFocus = 3333FF
%highlightFillFocusSecondary = 1AEBFF
%highlightFillMono = 1AEBFF
%highlightFill = #42424F
%highlightFillFocus = #3333FF
%highlightFillFocusSecondary = #1AEBFF
%highlightFillMono = #1AEBFF
####Widgets####
%widgetBorder = FFFFFF
%widgetBorderInactive = AA6E28
%widgetBorderDefault = 1AEBFF
%widgetFill = 000000
%widgetFillSelected = 000000
%widgetFillInactive = 000000
%widgetFillDefault = 1AEBFF
%widgetBorder = #FFFFFF
%widgetBorderInactive = #AA6E28
%widgetBorderDefault = #1AEBFF
%widgetFill = #000000
%widgetFillSelected = #000000
%widgetFillInactive = #000000
%widgetFillDefault = #1AEBFF
####Controls####
%controlBorder = FFFFFF
%controlBorderDisabled = AA6E28
%controlBorderSelected = FFFFFF
%controlBorderFocus = 1AEBFF
%controlBorderFocusSelected = 1AEBFF
%controlBorderSecondary = 000000
%controlFill = FFFFFF
%controlFillFocus = FFFFFF
%controlFillSecondary = FFFFFF
%controlTrack = E6E6E6
%controlFillDisabled = AA6E28
%controlFillHighlight = 3333FF
%controlFillHighlightDisabled = 42424F
%controlBackground = 404040
%controlFadeStart = FFFFFF
%controlFadeEnd = 1A1A1A
%controlFadeStartSecondary = B2B2B2
%controlFadeEndSecondary = FFFFFF
%controlErrorFadeStart = E6194B
%controlErrorFadeEnd = 431C27
%controlPassedFadeStart = 00E61F
%controlPassedFadeEnd = 15451E
%controlBorder = #FFFFFF
%controlBorderDisabled = #AA6E28
%controlBorderSelected = #FFFFFF
%controlBorderFocus = #1AEBFF
%controlBorderFocusSelected = #1AEBFF
%controlBorderSecondary = #000000
%controlFill = #FFFFFF
%controlFillFocus = #FFFFFF
%controlFillSecondary = #FFFFFF
%controlTrack = #E6E6E6
%controlFillDisabled = #AA6E28
%controlFillHighlight = #3333FF
%controlFillHighlightDisabled = #42424F
%controlBackground = #404040
%controlFadeStart = #FFFFFF
%controlFadeEnd = #1A1A1A
%controlFadeStartSecondary = #B2B2B2
%controlFadeEndSecondary = #FFFFFF
%controlErrorFadeStart = #E6194B
%controlErrorFadeEnd = #431C27
%controlPassedFadeStart = #00E61F
%controlPassedFadeEnd = #15451E
####Text####
%caret = FFFFFF
%textForeground = FFFFFF
%textForegroundDefault = 000000
%textForegroundHighlight = FFFFFF
%textForegroundInactive = E0861F
%textForegroundSecondary = 999999
%acceleratorForeground = E6E6E6
%textContrastForeground = 000000
%textSelectionForeground = FFFFFF
%textSelectionForegroundInactive = FFFFFF
%textSelectionForegroundDisabled = E0861F
%textSelectionBackground = 006280
%textSelectionBackgroundSecondary = 000066
%textBackground = 000000
%textBackgroundInactive = 000000
%textBackgroundSecondary = 131314
%textBackgroundSecondaryInactive = 131314
%textCompSelectionForeground = FFFFFF
%textCompSelectionBackground = 006280
%hyperlink = 1AEBFF
%caret = #FFFFFF
%textForeground = #FFFFFF
%textForegroundDefault = #000000
%textForegroundHighlight = #FFFFFF
%textForegroundInactive = #E0861F
%textForegroundSecondary = #999999
%acceleratorForeground = #E6E6E6
%textContrastForeground = #000000
%textSelectionForeground = #FFFFFF
%textSelectionForegroundInactive = #FFFFFF
%textSelectionForegroundDisabled = #E0861F
%textSelectionBackground = #006280
%textSelectionBackgroundSecondary = #000066
%textBackground = #000000
%textBackgroundInactive = #000000
%textBackgroundSecondary = #131314
%textBackgroundSecondaryInactive = #131314
%textCompSelectionForeground = #FFFFFF
%textCompSelectionBackground = #006280
%hyperlink = #1AEBFF
####Misc####
%shadow = 000000
%shadow = #000000
%glowOpacity = 100
%dropOpacity = 50
%shadowOpacityLight = 0
%shadowOpacityStrong = 0
%glowFocus = 1AEBFF
%glowFocusInactive = AA6E28
%glowFocusLine = 1AEBFF
%glowFocusLineInactive = AA6E28
%glowFocus = #1AEBFF
%glowFocusInactive = #AA6E28
%glowFocusLine = #1AEBFF
%glowFocusLineInactive = #AA6E28
%glowError = 800002
%glowErrorLine = E6194B
%glowError = #800002
%glowErrorLine = #E6194B
%glowFocusError = E6194B
%glowFocusErrorLine = E6194B
%glowFocusError = #E6194B
%glowFocusErrorLine = #E6194B
%glowWarning = F58231
%glowWarningLine = F58231
%glowWarning = #F58231
%glowWarningLine = #F58231
#Arc
%arc = 5

32
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_icons.properties

@ -28,26 +28,26 @@
%navigationIconOpacity = 100
%fileIconOpacity = 100
%menuIconEnabled = FFFFFF
%menuIconHovered = FFFFFF
%menuIconSelected = FFFFFF
%menuIconSelectedSecondary = FFFFFF
%menuIconDisabled = AA6E28
%menuIconHighlight = 1AEBFF
%menuIconEnabled = #FFFFFF
%menuIconHovered = #FFFFFF
%menuIconSelected = #FFFFFF
%menuIconSelectedSecondary = #FFFFFF
%menuIconDisabled = #AA6E28
%menuIconHighlight = #1AEBFF
%fileIconBackground = FFFFFF
%fileIconForeground = 000000
%fileIconHighlight = 00E61F
%fileIconBackground = #FFFFFF
%fileIconForeground = #000000
%fileIconHighlight = #00E61F
%textIconEnabled = %textForeground
%textIconDisabled = %textForegroundInactive
%textIconSelected = %textSelectionForeground
%windowButton = FFFFFF
%windowButtonDisabled = 8C8C8C
%windowCloseHovered = FFFFFF
%windowButton = #FFFFFF
%windowButtonDisabled = #8C8C8C
%windowCloseHovered = #FFFFFF
%errorIconColor = FF3633
%informationIconColor = 00EAFF
%warningIconColor = F58231
%questionIconColor = 00EAFF
%errorIconColor = #FF3633
%informationIconColor = #00EAFF
%warningIconColor = #F58231
%questionIconColor = #00EAFF

8
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_platform.properties

@ -26,11 +26,11 @@
#
###Windows###
Windows.TitlePane.inactiveBackgroundHover = 473724
Windows.TitlePane.inactiveBackgroundClick = 594B39
Windows.TitlePane.inactiveBackground = 33210C
Windows.TitlePane.inactiveBackgroundHover = #473724
Windows.TitlePane.inactiveBackgroundClick = #594B39
Windows.TitlePane.inactiveBackground = #33210C
Windows.TitlePane.inactiveForeground = %textForegroundSecondary
###MacOS###
MacOS.TitlePane.inactiveBackground = 33210C
MacOS.TitlePane.inactiveBackground = #33210C
MacOS.TitlePane.inactiveForeground = %textForegroundSecondary

2
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_ui.properties

@ -24,7 +24,7 @@
#
# suppress inspection "UnusedProperty" for whole file
#
ColorChooser.swatchesDefaultRecentColor = 000000
ColorChooser.swatchesDefaultRecentColor = #000000
Button.borderless.drawOutline = true
TabbedPane.selectedHoverBackground = %backgroundHover
ToolTip.paintShadow = false

202
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_defaults.properties

@ -28,133 +28,133 @@ Theme.dark = false
Theme.highContrast = true
####Background####
%background = FFFFFF
%backgroundAlternative = CCCCFF
%backgroundColorful = D18CFF
%backgroundColorfulInactive = DACCE5
%backgroundContainer = FFFFFF
%backgroundHeader = 7F7FFF
%backgroundToolTip = ebccff
%backgroundToolTipInactive = DACCE5
%backgroundHover = 7FD7F0
%backgroundSelected = FFFFFF
%backgroundHoverSecondary = 0000CC
%backgroundSelectedSecondary = 0000CC
%backgroundHoverColorful = A426FF
%backgroundSelectedColorful = A426FF
%dropBackground = 000000
%dropForeground = 00EAFF
%background = #FFFFFF
%backgroundAlternative = #CCCCFF
%backgroundColorful = #D18CFF
%backgroundColorfulInactive = #DACCE5
%backgroundContainer = #FFFFFF
%backgroundHeader = #7F7FFF
%backgroundToolTip = #ebccff
%backgroundToolTipInactive = #DACCE5
%backgroundHover = #7FD7F0
%backgroundSelected = #FFFFFF
%backgroundHoverSecondary = #0000CC
%backgroundSelectedSecondary = #0000CC
%backgroundHoverColorful = #A426FF
%backgroundSelectedColorful = #A426FF
%dropBackground = #000000
%dropForeground = #00EAFF
####Border####
%borderSecondary = 191919
%border = 4C4C4C
%borderTertiary = 191919
%borderFocus = 00D1E5
%gridLine = 191919
%borderSecondary = #191919
%border = #4C4C4C
%borderTertiary = #191919
%borderFocus = #00D1E5
%gridLine = #191919
####Highlight####
%hoverHighlight = E6E6E6
%clickHighlight = D2D2D2
%hoverHighlight = #E6E6E6
%clickHighlight = #D2D2D2
%hoverHighlightOutline = 1AD6E8
%clickHighlightOutline = 198fb3
%hoverHighlightOutline = #1AD6E8
%clickHighlightOutline = #198fb3
%hoverHighlightColorful = A426FF
%clickHighlightColorful = C826FF
%hoverHighlightColorful = #A426FF
%clickHighlightColorful = #C826FF
%hoverHighlightDefault = 1AD6E8
%clickHighlightDefault = 00D1E5
%hoverHighlightDefault = #1AD6E8
%clickHighlightDefault = #00D1E5
%hoverHighlightSecondary = 0000CC
%clickHighlightSecondary = 0000CC
%hoverHighlightSecondary = #0000CC
%clickHighlightSecondary = #0000CC
%highlightFill = B0B0BD
%highlightFillFocus = 0000CC
%highlightFillFocusSecondary = 00D1E5
%highlightFillMono = 00D1E5
%highlightFill = #B0B0BD
%highlightFillFocus = #0000CC
%highlightFillFocusSecondary = #00D1E5
%highlightFillMono = #00D1E5
####Widgets####
%widgetBorder = 000000
%widgetBorderInactive = ea9c43
%widgetBorderDefault = 00D1E5
%widgetFill = FFFFFF
%widgetFillSelected = FFFFFF
%widgetFillInactive = FFFFFF
%widgetFillDefault = 00D1E5
%widgetBorder = #000000
%widgetBorderInactive = #ea9c43
%widgetBorderDefault = #00D1E5
%widgetFill = #FFFFFF
%widgetFillSelected = #FFFFFF
%widgetFillInactive = #FFFFFF
%widgetFillDefault = #00D1E5
####Controls####
%controlBorder = 000000
%controlBorderDisabled = ea9c43
%controlBorderSelected = 000000
%controlBorderFocus = 00D1E5
%controlBorderFocusSelected = 00D1E5
%controlBorderSecondary = FFFFFF
%controlFill = 000000
%controlFillFocus = 000000
%controlFillSecondary = 000000
%controlTrack = 191919
%controlFillDisabled = ea9c43
%controlFillHighlight = 0000CC
%controlFillHighlightDisabled = B0B0BD
%controlBackground = BFBFBF
%controlFadeStart = 000000
%controlFadeEnd = E5E5E5
%controlFadeStartSecondary = 6B6B6B
%controlFadeEndSecondary = 0B0B0B
%controlErrorFadeStart = E6194B
%controlErrorFadeEnd = E3BCC7
%controlPassedFadeStart = 19FF38
%controlPassedFadeEnd = BAEAC3
%controlBorder = #000000
%controlBorderDisabled = #ea9c43
%controlBorderSelected = #000000
%controlBorderFocus = #00D1E5
%controlBorderFocusSelected = #00D1E5
%controlBorderSecondary = #FFFFFF
%controlFill = #000000
%controlFillFocus = #000000
%controlFillSecondary = #000000
%controlTrack = #191919
%controlFillDisabled = #ea9c43
%controlFillHighlight = #0000CC
%controlFillHighlightDisabled = #B0B0BD
%controlBackground = #BFBFBF
%controlFadeStart = #000000
%controlFadeEnd = #E5E5E5
%controlFadeStartSecondary = #6B6B6B
%controlFadeEndSecondary = #0B0B0B
%controlErrorFadeStart = #E6194B
%controlErrorFadeEnd = #E3BCC7
%controlPassedFadeStart = #19FF38
%controlPassedFadeEnd = #BAEAC3
####Text####
%caret = 000000
%textForeground = 000000
%textForegroundDefault = FFFFFF
%textForegroundHighlight = 000000
%textForegroundInactive = E0861F
%textForegroundSecondary = 666666
%acceleratorForeground = 191919
%textContrastForeground = FFFFFF
%textSelectionForeground = FFFFFF
%textSelectionForegroundInactive = 000000
%textSelectionForegroundDisabled = E0861F
%textSelectionBackground = 00b0e6
%textSelectionBackgroundSecondary = 9999FF
%textBackground = FFFFFF
%textBackgroundInactive = FFFFFF
%textBackgroundSecondary = EBEBEC
%textBackgroundSecondaryInactive = EBEBEC
%textCompSelectionForeground = FFFFFF
%textCompSelectionBackground = 00b0e6
%hyperlink = 00D1E5
%caret = #000000
%textForeground = #000000
%textForegroundDefault = #FFFFFF
%textForegroundHighlight = #000000
%textForegroundInactive = #E0861F
%textForegroundSecondary = #666666
%acceleratorForeground = #191919
%textContrastForeground = #FFFFFF
%textSelectionForeground = #FFFFFF
%textSelectionForegroundInactive = #000000
%textSelectionForegroundDisabled = #E0861F
%textSelectionBackground = #00b0e6
%textSelectionBackgroundSecondary = #9999FF
%textBackground = #FFFFFF
%textBackgroundInactive = #FFFFFF
%textBackgroundSecondary = #EBEBEC
%textBackgroundSecondaryInactive = #EBEBEC
%textCompSelectionForeground = #FFFFFF
%textCompSelectionBackground = #00b0e6
%hyperlink = #00D1E5
####Misc####
%shadow = 000000
%shadow = #000000
%glowOpacity = 100
%dropOpacity = 50
%shadowOpacityLight = 0
%shadowOpacityStrong = 0
%glowFocus = 00D1E5
%glowFocusInactive = ea9c43
%glowFocusLine = 00D1E5
%glowFocusLineInactive = ea9c43
%glowFocus = #00D1E5
%glowFocusInactive = #ea9c43
%glowFocusLine = #00D1E5
%glowFocusLineInactive = #ea9c43
%glowError = FF7F81
%glowErrorLine = E6194B
%glowError = #FF7F81
%glowErrorLine = #E6194B
%glowFocusError = E6194B
%glowFocusErrorLine = E6194B
%glowFocusError = #E6194B
%glowFocusErrorLine = #E6194B
%glowWarning = CE5B0A
%glowWarningLine = CE5B0A
%glowWarning = #CE5B0A
%glowWarningLine = #CE5B0A
#Arc
%arc = 5

32
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_icons.properties

@ -28,26 +28,26 @@
%navigationIconOpacity = 100
%fileIconOpacity = 100
%menuIconEnabled = 000000
%menuIconHovered = FFFFFF
%menuIconSelected = 000000
%menuIconSelectedSecondary = FFFFFF
%menuIconDisabled = ea9c43
%menuIconHighlight = 00D1E5
%menuIconEnabled = #000000
%menuIconHovered = #FFFFFF
%menuIconSelected = #000000
%menuIconSelectedSecondary = #FFFFFF
%menuIconDisabled = #ea9c43
%menuIconHighlight = #00D1E5
%fileIconBackground = 000000
%fileIconForeground = FFFFFF
%fileIconHighlight = 26d94a
%fileIconBackground = #000000
%fileIconForeground = #FFFFFF
%fileIconHighlight = #26d94a
%textIconEnabled = %textForeground
%textIconDisabled = %textForegroundInactive
%textIconSelected = %textSelectionForeground
%windowButton = 000000
%windowButtonDisabled = 666666
%windowCloseHovered = FFFFFF
%windowButton = #000000
%windowButtonDisabled = #666666
%windowCloseHovered = #FFFFFF
%errorIconColor = E6194B
%informationIconColor = 00D1E5
%warningIconColor = CE5B0A
%questionIconColor = 00D1E5
%errorIconColor = #E6194B
%informationIconColor = #00D1E5
%warningIconColor = #CE5B0A
%questionIconColor = #00D1E5

8
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_platform.properties

@ -26,11 +26,11 @@
#
###Windows###
Windows.TitlePane.inactiveBackgroundHover = dbcbb8
Windows.TitlePane.inactiveBackgroundClick = 594B39
Windows.TitlePane.inactiveBackground = c5b7a5
Windows.TitlePane.inactiveBackgroundHover = #dbcbb8
Windows.TitlePane.inactiveBackgroundClick = #594B39
Windows.TitlePane.inactiveBackground = #c5b7a5
Windows.TitlePane.inactiveForeground = %textForegroundSecondary
###MacOS###
MacOS.TitlePane.inactiveBackground = c5b7a5
MacOS.TitlePane.inactiveBackground = #c5b7a5
MacOS.TitlePane.inactiveForeground = %textForegroundSecondary

4
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_ui.properties

@ -24,10 +24,10 @@
#
# suppress inspection "UnusedProperty" for whole file
#
ColorChooser.swatchesDefaultRecentColor = FFFFFF
ColorChooser.swatchesDefaultRecentColor = #FFFFFF
Button.borderless.drawOutline = true
ToolTip.paintShadow = false
TableHeader.foreground = FFFFFF
TableHeader.foreground = #FFFFFF
TabbedPane.selectedHoverBackground = %backgroundHover
TabFrameTab.selectedForeground = %textSelectionForeground
TabFrameTab.hoverForeground = %textSelectionForeground

60
theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/dark_icons.properties

@ -28,41 +28,41 @@
%navigationIconOpacity = 50
%fileIconOpacity = 80
%menuIconEnabled = AFB1B3
%menuIconHovered = dddddd
%menuIconSelected = AFB1B3
%menuIconSelectedSecondary = 333333
%menuIconDisabled = 6E6E6E
%menuIconHighlight = 40B6E0
%menuIconEnabled = #AFB1B3
%menuIconHovered = #dddddd
%menuIconSelected = #AFB1B3
%menuIconSelectedSecondary = #333333
%menuIconDisabled = #6E6E6E
%menuIconHighlight = #40B6E0
%fileIconBackground = 9AA7B0
%fileIconForeground = 231F20
%fileIconHighlight = 499C54
%fileIconBackground = #9AA7B0
%fileIconForeground = #231F20
%fileIconHighlight = #499C54
%textIconEnabled = %textForeground
%textIconDisabled = %textForegroundInactive
%textIconSelected = %textSelectionForeground
%windowButton = A9A9A9
%windowButtonDisabled = 8C8C8C
%windowCloseHovered = FFFFFF
%windowButton = #A9A9A9
%windowButtonDisabled = #8C8C8C
%windowCloseHovered = #FFFFFF
%errorIconColor = C75450
%informationIconColor = 3592C4
%warningIconColor = F0A732
%questionIconColor = 3592C4
%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
%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

60
theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/light_icons.properties

@ -28,42 +28,42 @@
%navigationIconOpacity = 50
%fileIconOpacity = 80
%menuIconEnabled = 6E6E6E
%menuIconHovered = ECECEC
%menuIconSelected = FFFFFF
%menuIconSelectedSecondary = EEEEEE
%menuIconDisabled = AFB1B3
%menuIconHighlight = 389FD6
%menuIconEnabled = #6E6E6E
%menuIconHovered = #ECECEC
%menuIconSelected = #FFFFFF
%menuIconSelectedSecondary = #EEEEEE
%menuIconDisabled = #AFB1B3
%menuIconHighlight = #389FD6
%fileIconBackground = 9AA7B0
%fileIconForeground = 231F20
%fileIconHighlight = 59A869
%fileIconBackground = #9AA7B0
%fileIconForeground = #231F20
%fileIconHighlight = #59A869
%textIconEnabled = %textForeground
%textIconDisabled = %textForegroundInactive
%textIconSelected = %textSelectionForeground
%windowButton = 050708
%windowButtonDisabled = 9B9C9C
%windowCloseHovered = FFFFFF
%windowButton = #050708
%windowButtonDisabled = #9B9C9C
%windowCloseHovered = #FFFFFF
%errorIconColor = DB5860
%informationIconColor = 389FD6
%warningIconColor = e2a53a
%questionIconColor = 389FD6
%errorIconColor = #DB5860
%informationIconColor = #389FD6
%warningIconColor = #e2a53a
%questionIconColor = #389FD6
%palette.yellow = FFCC00
%palette.orange = FF9500
%palette.red = FF3B30
%palette.pink = FF2D55
%palette.purple = AF52DE
%palette.indigo = 5856D6
%palette.blue = 007AFF
%palette.teal = 5AC8FA
%palette.cyan = 31DCD1
%palette.green = 28CD41
%palette.lime = 93FA2D
%palette.forest = 176F24
%palette.brown = A2845E
%palette.gray = 8E8E93
%palette.yellow = #FFCC00
%palette.orange = #FF9500
%palette.red = #FF3B30
%palette.pink = #FF2D55
%palette.purple = #AF52DE
%palette.indigo = #5856D6
%palette.blue = #007AFF
%palette.teal = #5AC8FA
%palette.cyan = #31DCD1
%palette.green = #28CD41
%palette.lime = #93FA2D
%palette.forest = #176F24
%palette.brown = #A2845E
%palette.gray = #8E8E93

202
theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_defaults.properties

@ -47,135 +47,135 @@ 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
%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
%borderSecondary = #D1D1D1
%border = #D1D1D1
%borderTertiary = #A0A0A0
%borderFocus = #83bff5
%gridLine = dddddd
%gridLine = #dddddd
####Highlight####
%hoverHighlight = DFDFDF
%clickHighlight = CFCFCF
%hoverHighlight = #DFDFDF
%clickHighlight = #CFCFCF
%hoverHighlightOutline = DFDFDF
%clickHighlightOutline = CFCFCF
%hoverHighlightOutline = #DFDFDF
%clickHighlightOutline = #CFCFCF
%hoverHighlightColorful = dae1e9
%clickHighlightColorful = cdd7e1
%hoverHighlightColorful = #dae1e9
%clickHighlightColorful = #cdd7e1
%hoverHighlightDefault = 6a9ed3
%clickHighlightDefault = 5b94ce
%hoverHighlightDefault = #6a9ed3
%clickHighlightDefault = #5b94ce
%hoverHighlightSecondary = E6E6E6
%clickHighlightSecondary = d2d2d2
%hoverHighlightSecondary = #E6E6E6
%clickHighlightSecondary = #d2d2d2
%highlightFill = D5D5D5
%highlightFillFocus = 2675BF
%highlightFillFocusSecondary = 4083C9
%highlightFillMono = 9CA7B8
%highlightFill = #D5D5D5
%highlightFillFocus = #2675BF
%highlightFillFocusSecondary = #4083C9
%highlightFillMono = #9CA7B8
####Widgets####
%widgetBorder = C4C4C4
%widgetBorderInactive = CFCFCF
%widgetBorderDefault = 457CB6
%widgetFill = FFFFFF
%widgetFillSelected = 4D89C9
%widgetFillInactive = F2F2F2
%widgetFillDefault = 4D89C9
%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
%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
%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
####Misc####
%shadow = 000000
%shadow = #000000
%glowOpacity = 50
%dropOpacity = 80
%shadowOpacityLight = 10
%shadowOpacityStrong = 20
%glowFocus = 3d94f2
%glowFocusInactive = 3d94f2
%glowFocusLine = 7B9FC7
%glowFocusLineInactive = 7B9FC7
%glowFocus = #3d94f2
%glowFocusInactive = #3d94f2
%glowFocusLine = #7B9FC7
%glowFocusLineInactive = #7B9FC7
%glowError = EBBCBC
%glowErrorLine = E0A8A9
%glowError = #EBBCBC
%glowErrorLine = #E0A8A9
%glowFocusError = E53E4D
%glowFocusErrorLine = E0A8A9
%glowFocusError = #E53E4D
%glowFocusErrorLine = #E0A8A9
%glowWarning = e2a53a
%glowWarningLine = ffd385
%glowWarning = #e2a53a
%glowWarningLine = #ffd385
#Arc
%arc = 5

2
theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_icons.properties

@ -24,4 +24,4 @@
#
# suppress inspection "UnusedProperty" for whole file
#
%palette.gray = 6E6E6E
%palette.gray = #6E6E6E

6
theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_ui.properties

@ -24,8 +24,8 @@
#
# suppress inspection "UnusedProperty" for whole file
#
Button.shadow = 808080
Button.shadow = #808080
ProgressBar.selectionForeground = %textSelectionForeground
ProgressBar.selectionBackground = %textForeground
ComboBox.arrowBackground = F4F4F4
Spinner.arrowBackground = F4F4F4
ComboBox.arrowBackground = #F4F4F4
Spinner.arrowBackground = #F4F4F4

202
theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_defaults.properties

@ -28,133 +28,133 @@ Theme.dark = true
Theme.highContrast = false
####Background####
%background = 21252B
%backgroundAlternative = 2C313A
%backgroundColorful = 414855
%backgroundColorfulInactive = 323844
%backgroundContainer = 21252B
%backgroundHeader = 21252B
%backgroundToolTip = 3D424B
%backgroundToolTipInactive = 3D424B
%backgroundHover = 323844
%backgroundSelected = 3D424B
%backgroundHoverSecondary = 323844
%backgroundSelectedSecondary = 3D424B
%backgroundHoverColorful = 3D424B
%backgroundSelectedColorful = 323844
%dropBackground = 323844
%dropForeground = abb2bf
%background = #21252B
%backgroundAlternative = #2C313A
%backgroundColorful = #414855
%backgroundColorfulInactive = #323844
%backgroundContainer = #21252B
%backgroundHeader = #21252B
%backgroundToolTip = #3D424B
%backgroundToolTipInactive = #3D424B
%backgroundHover = #323844
%backgroundSelected = #3D424B
%backgroundHoverSecondary = #323844
%backgroundSelectedSecondary = #3D424B
%backgroundHoverColorful = #3D424B
%backgroundSelectedColorful = #323844
%dropBackground = #323844
%dropForeground = #abb2bf
####Border####
%borderSecondary = 46494F
%border = 333841
%borderTertiary = 46494F
%borderFocus = 568AF2
%gridLine = 32363C
%borderSecondary = #46494F
%border = #333841
%borderTertiary = #46494F
%borderFocus = #568AF2
%gridLine = #32363C
####Highlight####
%hoverHighlight = 373A40
%clickHighlight = 3D424B
%hoverHighlight = #373A40
%clickHighlight = #3D424B
%hoverHighlightOutline = 3D424B
%clickHighlightOutline = 333841
%hoverHighlightOutline = #3D424B
%clickHighlightOutline = #333841
%hoverHighlightColorful = 3D424B
%clickHighlightColorful = 333841
%hoverHighlightColorful = #3D424B
%clickHighlightColorful = #333841
%hoverHighlightDefault = 7AA3F5
%clickHighlightDefault = 6897F3
%hoverHighlightDefault = #7AA3F5
%clickHighlightDefault = #6897F3
%hoverHighlightSecondary = 323844
%clickHighlightSecondary = 323844
%hoverHighlightSecondary = #323844
%clickHighlightSecondary = #323844
%highlightFill = 2C313A
%highlightFillFocus = 4D78CC
%highlightFillFocusSecondary = 568AF2
%highlightFillMono = 4269B9
%highlightFill = #2C313A
%highlightFillFocus = #4D78CC
%highlightFillFocusSecondary = #568AF2
%highlightFillMono = #4269B9
####Widgets####
%widgetBorder = 464C55
%widgetBorderInactive = 2D3137
%widgetBorderDefault = 568AF2
%widgetFill = 333841
%widgetFillSelected = 333841
%widgetFillInactive = 21252B
%widgetFillDefault = 568AF2
%widgetBorder = #464C55
%widgetBorderInactive = #2D3137
%widgetBorderDefault = #568AF2
%widgetFill = #333841
%widgetFillSelected = #333841
%widgetFillInactive = #21252B
%widgetFillDefault = #568AF2
####Controls####
%controlBorder = 414855
%controlBorderDisabled = 2C313A
%controlBorderSelected = 414855
%controlBorderFocus = 568AF2
%controlBorderFocusSelected = 568AF2
%controlBorderSecondary = 282B2F
%controlFill = ABB2BF
%controlFillFocus = ABB2BF
%controlFillSecondary = 568AF2
%controlTrack = 434852
%controlFillDisabled = 5C6370
%controlFillHighlight = 568AF2
%controlFillHighlightDisabled = 313469
%controlBackground = 1D1D26
%controlFadeStart = 568AF2
%controlFadeEnd = 313469
%controlFadeStartSecondary = 676A71
%controlFadeEndSecondary = 868A91
%controlErrorFadeStart = bd3c5f
%controlErrorFadeEnd = 472c33
%controlPassedFadeStart = 239E62
%controlPassedFadeEnd = 2b4242
%controlBorder = #414855
%controlBorderDisabled = #2C313A
%controlBorderSelected = #414855
%controlBorderFocus = #568AF2
%controlBorderFocusSelected = #568AF2
%controlBorderSecondary = #282B2F
%controlFill = #ABB2BF
%controlFillFocus = #ABB2BF
%controlFillSecondary = #568AF2
%controlTrack = #434852
%controlFillDisabled = #5C6370
%controlFillHighlight = #568AF2
%controlFillHighlightDisabled = #313469
%controlBackground = #1D1D26
%controlFadeStart = #568AF2
%controlFadeEnd = #313469
%controlFadeStartSecondary = #676A71
%controlFadeEndSecondary = #868A91
%controlErrorFadeStart = #bd3c5f
%controlErrorFadeEnd = #472c33
%controlPassedFadeStart = #239E62
%controlPassedFadeEnd = #2b4242
####Text####
%caret = abb2bf
%textForeground = abb2bf
%textForegroundDefault = FFFFFF
%textForegroundHighlight = abb2bf
%textForegroundInactive = 495162
%textForegroundSecondary = 5c6370
%acceleratorForeground = E6E6E6
%textContrastForeground = FFFFFF
%textSelectionForeground = d7dae0
%textSelectionForegroundInactive = d7dae0
%textSelectionForegroundDisabled = d7dae0
%textSelectionBackground = 4d78cc
%textSelectionBackgroundSecondary = 2C313C
%textBackground = 282c34
%textBackgroundInactive = 21252B
%textBackgroundSecondary = 282C34
%textBackgroundSecondaryInactive = 282C34
%textCompSelectionForeground = d7dae0
%textCompSelectionBackground = 4d78cc
%hyperlink = 6494ed
%caret = #abb2bf
%textForeground = #abb2bf
%textForegroundDefault = #FFFFFF
%textForegroundHighlight = #abb2bf
%textForegroundInactive = #495162
%textForegroundSecondary = #5c6370
%acceleratorForeground = #E6E6E6
%textContrastForeground = #FFFFFF
%textSelectionForeground = #d7dae0
%textSelectionForegroundInactive = #d7dae0
%textSelectionForegroundDisabled = #d7dae0
%textSelectionBackground = #4d78cc
%textSelectionBackgroundSecondary = #2C313C
%textBackground = #282c34
%textBackgroundInactive = #21252B
%textBackgroundSecondary = #282C34
%textBackgroundSecondaryInactive = #282C34
%textCompSelectionForeground = #d7dae0
%textCompSelectionBackground = #4d78cc
%hyperlink = #6494ed
####Misc####
%shadow = 21252b
%shadow = #21252b
%glowOpacity = 70
%dropOpacity = 80
%shadowOpacityLight = 10
%shadowOpacityStrong = 20
%glowFocus = 4e7cdb
%glowFocusInactive = 4e7cdb
%glowFocusLine = 4269b9
%glowFocusLineInactive = 4269b9
%glowFocus = #4e7cdb
%glowFocusInactive = #4e7cdb
%glowFocusLine = #4269b9
%glowFocusLineInactive = #4269b9
%glowError = 522530
%glowErrorLine = 692746
%glowError = #522530
%glowErrorLine = #692746
%glowFocusError = 802d43
%glowFocusErrorLine = 692746
%glowFocusError = #802d43
%glowFocusErrorLine = #692746
%glowWarning = 8c812b
%glowWarningLine = 5f4422
%glowWarning = #8c812b
%glowWarningLine = #5f4422
#Arc
%arc = 5

60
theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_icons.properties

@ -28,41 +28,41 @@
%navigationIconOpacity = 50
%fileIconOpacity = 80
%menuIconEnabled = abb2bf
%menuIconHovered = F9FCFF
%menuIconSelected = F9FCFF
%menuIconSelectedSecondary = F9FCFF
%menuIconDisabled = 2c313a
%menuIconHighlight = 337C97
%menuIconEnabled = #abb2bf
%menuIconHovered = #F9FCFF
%menuIconSelected = #F9FCFF
%menuIconSelectedSecondary = #F9FCFF
%menuIconDisabled = #2c313a
%menuIconHighlight = #337C97
%fileIconBackground = 828D96
%fileIconForeground = 404043
%fileIconHighlight = 499C54
%fileIconBackground = #828D96
%fileIconForeground = #404043
%fileIconHighlight = #499C54
%textIconEnabled = %textForeground
%textIconDisabled = %textForegroundInactive
%textIconSelected = %textSelectionForeground
%windowButton = A9A9A9
%windowButtonDisabled = 8C8C8C
%windowCloseHovered = FFFFFF
%windowButton = #A9A9A9
%windowButtonDisabled = #8C8C8C
%windowCloseHovered = #FFFFFF
%errorIconColor = 802d43
%informationIconColor = 4269b9
%warningIconColor = 8c812b
%questionIconColor = 4269b9
%errorIconColor = #802d43
%informationIconColor = #4269b9
%warningIconColor = #8c812b
%questionIconColor = #4269b9
%palette.yellow = E5C07B
%palette.orange = FF8C00
%palette.red = EF596F
%palette.pink = C678DD
%palette.purple = A03BA8
%palette.indigo = 5E5CE6
%palette.blue = 0A84FF
%palette.teal = 61AFEF
%palette.cyan = 2BBAC5
%palette.green = 89CA78
%palette.lime = 69B320
%palette.forest = 13591E
%palette.brown = AC8E68
%palette.gray = ABB2BF
%palette.yellow = #E5C07B
%palette.orange = #FF8C00
%palette.red = #EF596F
%palette.pink = #C678DD
%palette.purple = #A03BA8
%palette.indigo = #5E5CE6
%palette.blue = #0A84FF
%palette.teal = #61AFEF
%palette.cyan = #2BBAC5
%palette.green = #89CA78
%palette.lime = #69B320
%palette.forest = #13591E
%palette.brown = #AC8E68
%palette.gray = #ABB2BF

8
theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_icons_adjustments.properties

@ -24,7 +24,7 @@
#
# suppress inspection "UnusedProperty" for whole file
#
Icons.arrowUp.color = abb2bf
Icons.arrowDown.color = abb2bf
Icons.arrowLeft.color = abb2bf
Icons.arrowRight.color = abb2bf
Icons.arrowUp.color = #abb2bf
Icons.arrowDown.color = #abb2bf
Icons.arrowLeft.color = #abb2bf
Icons.arrowRight.color = #abb2bf

198
theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_defaults.properties

@ -28,134 +28,134 @@ Theme.dark = true
Theme.highContrast = false
####Background####
%background = 0E3C4A
%backgroundAlternative = 174351
%backgroundColorful = 11435A
%backgroundColorfulInactive = 0E3C4A
%backgroundContainer = 0E3C4A
%backgroundHeader = 194553
%backgroundToolTip = 254C57
%backgroundToolTipInactive = 254C57
%backgroundHover = 0A2C37
%backgroundSelected = 28515E
%backgroundHoverSecondary = 0C3642
%backgroundSelectedSecondary = 092D3A
%backgroundHoverColorful = 0D3042
%backgroundSelectedColorful = 144f6a
%dropBackground = 08323D
%dropForeground = 999999
%background = #0E3C4A
%backgroundAlternative = #174351
%backgroundColorful = #11435A
%backgroundColorfulInactive = #0E3C4A
%backgroundContainer = #0E3C4A
%backgroundHeader = #194553
%backgroundToolTip = #254C57
%backgroundToolTipInactive = #254C57
%backgroundHover = #0A2C37
%backgroundSelected = #28515E
%backgroundHoverSecondary = #0C3642
%backgroundSelectedSecondary = #092D3A
%backgroundHoverColorful = #0D3042
%backgroundSelectedColorful = #144f6a
%dropBackground = #08323D
%dropForeground = #999999
####Border####
%borderSecondary = 284E59
%border = 11333C
%borderTertiary = 5B5D5F
%borderFocus = 1D8AD1
%gridLine = 254E5A
%borderSecondary = #284E59
%border = #11333C
%borderTertiary = #5B5D5F
%borderFocus = #1D8AD1
%gridLine = #254E5A
####Highlight####
%hoverHighlight = 264F5B
%clickHighlight = 39626F
%hoverHighlight = #264F5B
%clickHighlight = #39626F
%hoverHighlightOutline = 264F5B
%clickHighlightOutline = 39626F
%hoverHighlightOutline = #264F5B
%clickHighlightOutline = #39626F
%hoverHighlightColorful = 144F6A
%clickHighlightColorful = 175C7B
%hoverHighlightColorful = #144F6A
%clickHighlightColorful = #175C7B
%hoverHighlightDefault = 115D94
%clickHighlightDefault = 1368A5
%hoverHighlightDefault = #115D94
%clickHighlightDefault = #1368A5
%hoverHighlightSecondary = 1C3A45
%clickHighlightSecondary = 224653
%hoverHighlightSecondary = #1C3A45
%clickHighlightSecondary = #224653
%highlightFill = 00243C
%highlightFillFocus = 356AB0
%highlightFillFocusSecondary = 3985C7
%highlightFillMono = 577A88
%highlightFill = #00243C
%highlightFillFocus = #356AB0
%highlightFillFocusSecondary = #3985C7
%highlightFillMono = #577A88
####Widgets####
%widgetBorder = 3C626C
%widgetBorderInactive = 42646D
%widgetBorderDefault = 2D6D90
%widgetFill = 264F5B
%widgetFillSelected = 1B4854
%widgetFillInactive = 0E3C4A
%widgetFillDefault = 0F5282
%widgetBorder = #3C626C
%widgetBorderInactive = #42646D
%widgetBorderDefault = #2D6D90
%widgetFill = #264F5B
%widgetFillSelected = #1B4854
%widgetFillInactive = #0E3C4A
%widgetFillDefault = #0F5282
####Controls####
%controlBorder = 42646D
%controlBorderDisabled = 3C626C
%controlBorderSelected = 42646D
%controlBorderFocus = 296996
%controlBorderFocusSelected = 296996
%controlBorderSecondary = 102F37
%controlFill = ACBCC0
%controlFillFocus = ACBCC0
%controlFillSecondary = 8EA1A8
%controlTrack = 628A9F
%controlFillDisabled = 60767D
%controlFillHighlight = 3985C7
%controlFillHighlightDisabled = 00243C
%controlBackground = 2F535F
%controlFadeStart = 476971
%controlFadeEnd = 67848C
%controlFadeStartSecondary = 476971
%controlFadeEndSecondary = 769097
%controlErrorFadeStart = DE4647
%controlErrorFadeEnd = EFA0A0
%controlPassedFadeStart = 008A4B
%controlPassedFadeEnd = 4FC392
%controlBorder = #42646D
%controlBorderDisabled = #3C626C
%controlBorderSelected = #42646D
%controlBorderFocus = #296996
%controlBorderFocusSelected = #296996
%controlBorderSecondary = #102F37
%controlFill = #ACBCC0
%controlFillFocus = #ACBCC0
%controlFillSecondary = #8EA1A8
%controlTrack = #628A9F
%controlFillDisabled = #60767D
%controlFillHighlight = #3985C7
%controlFillHighlightDisabled = #00243C
%controlBackground = #2F535F
%controlFadeStart = #476971
%controlFadeEnd = #67848C
%controlFadeStartSecondary = #476971
%controlFadeEndSecondary = #769097
%controlErrorFadeStart = #DE4647
%controlErrorFadeEnd = #EFA0A0
%controlPassedFadeStart = #008A4B
%controlPassedFadeEnd = #4FC392
####Text####
%caret = A7B6BA
%textForeground = A7B6BA
%textForegroundDefault = A7B6BA
%textForegroundHighlight = EEE8D5
%textForegroundInactive = 839496
%textForegroundSecondary = 839496
%acceleratorForeground = 527FBF
%textContrastForeground = 000000
%textSelectionForeground = ACBCC0
%textSelectionForegroundInactive = A7B6BA
%textSelectionForegroundDisabled = 93A4A7
%textSelectionBackground = 356AB0
%textSelectionBackgroundSecondary = 08323D
%textBackground = 1B4854
%textBackgroundInactive = 0E3C4A
%textBackgroundSecondary = 002B36
%caret = #A7B6BA
%textForeground = #A7B6BA
%textForegroundDefault = #A7B6BA
%textForegroundHighlight = #EEE8D5
%textForegroundInactive = #839496
%textForegroundSecondary = #839496
%acceleratorForeground = #527FBF
%textContrastForeground = #000000
%textSelectionForeground = #ACBCC0
%textSelectionForegroundInactive = #A7B6BA
%textSelectionForegroundDisabled = #93A4A7
%textSelectionBackground = #356AB0
%textSelectionBackgroundSecondary = #08323D
%textBackground = #1B4854
%textBackgroundInactive = #0E3C4A
%textBackgroundSecondary = #002B36
#Editor number pane
%textBackgroundSecondaryInactive = 073642
%textBackgroundSecondaryInactive = #073642
%textCompSelectionForeground = ACBCC0
%textCompSelectionBackground = 356AB0
%textCompSelectionForeground = #ACBCC0
%textCompSelectionBackground = #356AB0
%hyperlink = 589df6
%hyperlink = #589df6
####Misc####
%shadow = 000000
%shadow = #000000
%glowOpacity = 50
%dropOpacity = 80
%shadowOpacityLight = 10
%shadowOpacityStrong = 20
%glowFocus = 3c84c7
%glowFocusInactive = 3c84c7
%glowFocusLine = 296996
%glowFocusLineInactive = 296996
%glowFocus = #3c84c7
%glowFocusInactive = #3c84c7
%glowFocusLine = #296996
%glowFocusLineInactive = #296996
%glowError = 53515A
%glowErrorLine = 564755
%glowError = #53515A
%glowErrorLine = #564755
%glowFocusError = 743D44
%glowFocusErrorLine = 564755
%glowFocusError = #743D44
%glowFocusErrorLine = #564755
%glowWarning = 9A7926
%glowWarningLine = 93A16A
%glowWarning = #9A7926
%glowWarningLine = #93A16A
#Arc
%arc = 5

60
theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_icons.properties

@ -28,42 +28,42 @@
%navigationIconOpacity = 50
%fileIconOpacity = 80
%menuIconEnabled = 93A1A1
%menuIconHovered = E9FFFF
%menuIconSelected = 93A1A1
%menuIconSelectedSecondary = 3F3F3F
%menuIconDisabled = 5A5A5A
%menuIconHighlight = 1D6B9C
%menuIconEnabled = #93A1A1
%menuIconHovered = #E9FFFF
%menuIconSelected = #93A1A1
%menuIconSelectedSecondary = #3F3F3F
%menuIconDisabled = #5A5A5A
%menuIconHighlight = #1D6B9C
%fileIconBackground = 798D90
%fileIconForeground = 002B36
%fileIconHighlight = 859900
%fileIconBackground = #798D90
%fileIconForeground = #002B36
%fileIconHighlight = #859900
%textIconEnabled = %textForeground
%textIconDisabled = %textForegroundInactive
%textIconSelected = %textSelectionForeground
%windowButton = A9A9A9
%windowButtonDisabled = 8C8C8C
%windowCloseHovered = FFFFFF
%windowButton = #A9A9A9
%windowButtonDisabled = #8C8C8C
%windowCloseHovered = #FFFFFF
%errorIconColor = DC322F
%informationIconColor = 598bff
%warningIconColor = b58900
%questionIconColor = 598bff
%errorIconColor = #DC322F
%informationIconColor = #598bff
%warningIconColor = #b58900
%questionIconColor = #598bff
%palette.yellow = B58900
%palette.orange = CB4B16
%palette.red = DC322F
%palette.pink = D33682
%palette.purple = AB52CC
%palette.indigo = 6C71C4
%palette.blue = 268BD2
%palette.teal = 2EB1BF
%palette.cyan = 2AA198
%palette.green = 2A822A
%palette.forest = 365936
%palette.lime = 859900
%palette.brown = 584E31
%palette.gray = 93A1A1
%palette.yellow = #B58900
%palette.orange = #CB4B16
%palette.red = #DC322F
%palette.pink = #D33682
%palette.purple = #AB52CC
%palette.indigo = #6C71C4
%palette.blue = #268BD2
%palette.teal = #2EB1BF
%palette.cyan = #2AA198
%palette.green = #2A822A
%palette.forest = #365936
%palette.lime = #859900
%palette.brown = #584E31
%palette.gray = #93A1A1

2
theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_ui.properties

@ -24,4 +24,4 @@
#
# suppress inspection "UnusedProperty" for whole file
#
ColorChooser.swatchesDefaultRecentColor = EAEEEF
ColorChooser.swatchesDefaultRecentColor = #EAEEEF

202
theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_defaults.properties

@ -28,133 +28,133 @@ Theme.dark = false
Theme.highContrast = false
####Background####
%background = EEE8D5
%backgroundAlternative = F0EBDB
%backgroundColorful = DEDDD1
%backgroundColorfulInactive = EEE8D5
%backgroundContainer = FDF6E3
%backgroundHeader = FDF6E3
%backgroundToolTip = F5F1E5
%backgroundToolTipInactive = F5F1E5
%backgroundHover = D7D1BF
%backgroundSelected = FAF3E0
%backgroundHoverSecondary = D7D1BE
%backgroundSelectedSecondary = BCB6A4
%backgroundHoverColorful = C8C7BC
%backgroundSelectedColorful = E6E5DC
%dropBackground = F3EDDC
%dropForeground = 617EB3
%background = #EEE8D5
%backgroundAlternative = #F0EBDB
%backgroundColorful = #DEDDD1
%backgroundColorfulInactive = #EEE8D5
%backgroundContainer = #FDF6E3
%backgroundHeader = #FDF6E3
%backgroundToolTip = #F5F1E5
%backgroundToolTipInactive = #F5F1E5
%backgroundHover = #D7D1BF
%backgroundSelected = #FAF3E0
%backgroundHoverSecondary = #D7D1BE
%backgroundSelectedSecondary = #BCB6A4
%backgroundHoverColorful = #C8C7BC
%backgroundSelectedColorful = #E6E5DC
%dropBackground = #F3EDDC
%dropForeground = #617EB3
####Border####
%borderSecondary = C9C3B3
%border = C6C1B1
%borderTertiary = A0A0A0
%borderFocus = 248AD4
%gridLine = F5EEDC
%borderSecondary = #C9C3B3
%border = #C6C1B1
%borderTertiary = #A0A0A0
%borderFocus = #248AD4
%gridLine = #F5EEDC
####Highlight####
%hoverHighlight = DBD6C4
%clickHighlight = CCC6B6
%hoverHighlight = #DBD6C4
%clickHighlight = #CCC6B6
%hoverHighlightOutline = DBD6C4
%clickHighlightOutline = CCC6B6
%hoverHighlightOutline = #DBD6C4
%clickHighlightOutline = #CCC6B6
%hoverHighlightColorful = E6E5DC
%clickHighlightColorful = EEEEE8
%hoverHighlightColorful = #E6E5DC
%clickHighlightColorful = #EEEEE8
%hoverHighlightDefault = 548BC0
%clickHighlightDefault = 6395C6
%hoverHighlightDefault = #548BC0
%clickHighlightDefault = #6395C6
%hoverHighlightSecondary = E2DBC9
%clickHighlightSecondary = E9E4d6
%hoverHighlightSecondary = #E2DBC9
%clickHighlightSecondary = #E9E4d6
%highlightFill = D2CBB9
%highlightFillFocus = 3570CD
%highlightFillFocusSecondary = 3D7EC0
%highlightFillMono = 99A1A5
%highlightFill = #D2CBB9
%highlightFillFocus = #3570CD
%highlightFillFocusSecondary = #3D7EC0
%highlightFillMono = #99A1A5
####Widgets####
%widgetBorder = BAB5A7
%widgetBorderInactive = CCC6B6
%widgetBorderDefault = 4474B1
%widgetFill = FDF6E3
%widgetFillSelected = 4984BE
%widgetFillInactive = EEE8D5
%widgetFillDefault = 4681BB
%widgetBorder = #BAB5A7
%widgetBorderInactive = #CCC6B6
%widgetBorderDefault = #4474B1
%widgetFill = #FDF6E3
%widgetFillSelected = #4984BE
%widgetFillInactive = #EEE8D5
%widgetFillDefault = #4681BB
####Controls####
%controlBorder = BDB8AA
%controlBorderDisabled = CCC6B6
%controlBorderSelected = 4984BE
%controlBorderFocus = 86ABCB
%controlBorderFocusSelected = 86ABCB
%controlBorderSecondary = D0CBBD
%controlFill = FFFFFF
%controlFillFocus = FFFFFF
%controlFillSecondary = 6B8086
%controlTrack = dacaa1
%controlFillDisabled = 839496
%controlFillHighlight = 4681BB
%controlFillHighlightDisabled = D2CBB9
%controlBackground = C3BEAF
%controlFadeStart = C3BEAF
%controlFadeEnd = 6B8086
%controlFadeStartSecondary = AFAB9D
%controlFadeEndSecondary = 6B8086
%controlErrorFadeStart = D14943
%controlErrorFadeEnd = F6887C
%controlPassedFadeStart = 2DAA66
%controlPassedFadeEnd = 77DF92
%controlBorder = #BDB8AA
%controlBorderDisabled = #CCC6B6
%controlBorderSelected = #4984BE
%controlBorderFocus = #86ABCB
%controlBorderFocusSelected = #86ABCB
%controlBorderSecondary = #D0CBBD
%controlFill = #FFFFFF
%controlFillFocus = #FFFFFF
%controlFillSecondary = #6B8086
%controlTrack = #dacaa1
%controlFillDisabled = #839496
%controlFillHighlight = #4681BB
%controlFillHighlightDisabled = #D2CBB9
%controlBackground = #C3BEAF
%controlFadeStart = #C3BEAF
%controlFadeEnd = #6B8086
%controlFadeStartSecondary = #AFAB9D
%controlFadeEndSecondary = #6B8086
%controlErrorFadeStart = #D14943
%controlErrorFadeEnd = #F6887C
%controlPassedFadeStart = #2DAA66
%controlPassedFadeEnd = #77DF92
####Text####
%caret = 2E4E58
%textForeground = 2E4E58
%textForegroundDefault = FFFFFF
%textForegroundHighlight = 002B36
%textForegroundInactive = 657b83
%textForegroundSecondary = 586e75
%acceleratorForeground = 617EB3
%textContrastForeground = FFFFFF
%textSelectionForeground = FFFFFF
%textSelectionForegroundInactive = 2E4E58
%textSelectionForegroundDisabled = C1CACD
%textSelectionBackground = 3570CD
%textSelectionBackgroundSecondary = F3EDDC
%textBackground = FDF6E3
%textBackgroundInactive = EEE8D5
%textBackgroundSecondary = FDF6E3
%textBackgroundSecondaryInactive = EEE8D5
%textCompSelectionForeground = FFFFFF
%textCompSelectionBackground = 3570CD
%hyperlink = 589df6
%caret = #2E4E58
%textForeground = #2E4E58
%textForegroundDefault = #FFFFFF
%textForegroundHighlight = #002B36
%textForegroundInactive = #657b83
%textForegroundSecondary = #586e75
%acceleratorForeground = #617EB3
%textContrastForeground = #FFFFFF
%textSelectionForeground = #FFFFFF
%textSelectionForegroundInactive = #2E4E58
%textSelectionForegroundDisabled = #C1CACD
%textSelectionBackground = #3570CD
%textSelectionBackgroundSecondary = #F3EDDC
%textBackground = #FDF6E3
%textBackgroundInactive = #EEE8D5
%textBackgroundSecondary = #FDF6E3
%textBackgroundSecondaryInactive = #EEE8D5
%textCompSelectionForeground = #FFFFFF
%textCompSelectionBackground = #3570CD
%hyperlink = #589df6
####Misc####
%shadow = 000000
%shadow = #000000
%glowOpacity = 50
%dropOpacity = 80
%shadowOpacityLight = 10
%shadowOpacityStrong = 20
%glowFocus = 3b93eb
%glowFocusInactive = 3b93eb
%glowFocusLine = A5C7E2
%glowFocusLineInactive = A5C7E2
%glowFocus = #3b93eb
%glowFocusInactive = #3b93eb
%glowFocusLine = #A5C7E2
%glowFocusLineInactive = #A5C7E2
%glowError = E8B4A6
%glowErrorLine = DE3641
%glowError = #E8B4A6
%glowErrorLine = #DE3641
%glowFocusError = DE3641
%glowFocusErrorLine = DE3641
%glowFocusError = #DE3641
%glowFocusErrorLine = #DE3641
%glowWarning = DC9E2F
%glowWarningLine = F6CA7C
%glowWarning = #DC9E2F
%glowWarningLine = #F6CA7C
#Arc
%arc = 5

60
theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_icons.properties

@ -28,41 +28,41 @@
%navigationIconOpacity = 50
%fileIconOpacity = 80
%menuIconEnabled = 586E75
%menuIconHovered = BDECFB
%menuIconSelected = FFFFFF
%menuIconSelectedSecondary = EEEEEE
%menuIconDisabled = BCBCBC
%menuIconHighlight = 268BD2
%menuIconEnabled = #586E75
%menuIconHovered = #BDECFB
%menuIconSelected = #FFFFFF
%menuIconSelectedSecondary = #EEEEEE
%menuIconDisabled = #BCBCBC
%menuIconHighlight = #268BD2
%fileIconBackground = 849396
%fileIconForeground = 002B36
%fileIconHighlight = 859900
%fileIconBackground = #849396
%fileIconForeground = #002B36
%fileIconHighlight = #859900
%textIconEnabled = %textForeground
%textIconDisabled = %textForegroundInactive
%textIconSelected = %textSelectionForeground
%windowButton = 050708
%windowButtonDisabled = 9B9C9C
%windowCloseHovered = FFFFFF
%windowButton = #050708
%windowButtonDisabled = #9B9C9C
%windowCloseHovered = #FFFFFF
%errorIconColor = DC322F
%informationIconColor = 268BD2
%warningIconColor = B58900
%questionIconColor = 268BD2
%errorIconColor = #DC322F
%informationIconColor = #268BD2
%warningIconColor = #B58900
%questionIconColor = #268BD2
%palette.yellow = B58900
%palette.orange = CB4B16
%palette.red = DC322F
%palette.pink = D33682
%palette.purple = AB52CC
%palette.indigo = 6C71C4
%palette.blue = 268BD2
%palette.teal = 2EB1BF
%palette.cyan = 2AA198
%palette.green = 2A822A
%palette.forest = 365936
%palette.lime = 859900
%palette.brown = 584E31
%palette.gray = 586E75
%palette.yellow = #B58900
%palette.orange = #CB4B16
%palette.red = #DC322F
%palette.pink = #D33682
%palette.purple = #AB52CC
%palette.indigo = #6C71C4
%palette.blue = #268BD2
%palette.teal = #2EB1BF
%palette.cyan = #2AA198
%palette.green = #2A822A
%palette.forest = #365936
%palette.lime = #859900
%palette.brown = #584E31
%palette.gray = #586E75

8
theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_ui.properties

@ -24,7 +24,7 @@
#
# suppress inspection "UnusedProperty" for whole file
#
ColorChooser.swatchesDefaultRecentColor = EAE4D1
ComboBox.arrowBackground = F7F0DD
Spinner.arrowBackground = F7F0DD
Button.shadow = 707070
ColorChooser.swatchesDefaultRecentColor = #EAE4D1
ComboBox.arrowBackground = #F7F0DD
Spinner.arrowBackground = #F7F0DD
Button.shadow = #707070

4
windows/src/main/resources/com/github/weisj/darklaf/platform/windows/windows_decorations.properties

@ -34,8 +34,8 @@ Windows.TitlePane.close.icon = icons/window/closeActiv
Windows.TitlePane.closeInactive.icon = icons/window/closeInactive.svg[themed]
Windows.TitlePane.closeHover.icon = icons/window/closeHover.svg[themed]
Windows.TitlePane.close.clickColor = F1707A
Windows.TitlePane.close.rollOverColor = E81123
Windows.TitlePane.close.clickColor = #F1707A
Windows.TitlePane.close.rollOverColor = #E81123
Windows.TitlePane.icon = icons/duke.svg[themed]

Loading…
Cancel
Save