From fa854b2dea8f56d13f8d6072fcece6fd3c428ead Mon Sep 17 00:00:00 2001 From: weisj Date: Sat, 7 Nov 2020 17:37:02 +0100 Subject: [PATCH] Revert removal of textIcon* properties. Fixes #216 --- .../com/github/weisj/darklaf/icons/navigation/checkmark.svg | 4 ++-- .../weisj/darklaf/icons/navigation/checkmarkDisabled.svg | 4 ++-- .../weisj/darklaf/icons/navigation/checkmarkSelected.svg | 4 ++-- .../high_contrast_dark/high_contrast_dark_icons.properties | 4 ++++ .../high_contrast_light/high_contrast_light_icons.properties | 4 ++++ .../weisj/darklaf/theme/icon_presets/dark_icons.properties | 4 ++++ .../weisj/darklaf/theme/icon_presets/light_icons.properties | 4 ++++ .../weisj/darklaf/theme/one_dark/one_dark_icons.properties | 5 ++++- .../theme/solarized_dark/solarized_dark_icons.properties | 4 ++++ .../theme/solarized_light/solarized_light_icons.properties | 4 ++++ 10 files changed, 34 insertions(+), 7 deletions(-) diff --git a/core/src/main/resources/com/github/weisj/darklaf/icons/navigation/checkmark.svg b/core/src/main/resources/com/github/weisj/darklaf/icons/navigation/checkmark.svg index 6abbd677..52be02b0 100644 --- a/core/src/main/resources/com/github/weisj/darklaf/icons/navigation/checkmark.svg +++ b/core/src/main/resources/com/github/weisj/darklaf/icons/navigation/checkmark.svg @@ -1,11 +1,11 @@ - + - diff --git a/core/src/main/resources/com/github/weisj/darklaf/icons/navigation/checkmarkDisabled.svg b/core/src/main/resources/com/github/weisj/darklaf/icons/navigation/checkmarkDisabled.svg index 10f235bc..aefdb399 100644 --- a/core/src/main/resources/com/github/weisj/darklaf/icons/navigation/checkmarkDisabled.svg +++ b/core/src/main/resources/com/github/weisj/darklaf/icons/navigation/checkmarkDisabled.svg @@ -1,11 +1,11 @@ - + - diff --git a/core/src/main/resources/com/github/weisj/darklaf/icons/navigation/checkmarkSelected.svg b/core/src/main/resources/com/github/weisj/darklaf/icons/navigation/checkmarkSelected.svg index 84df83be..a88f02f0 100644 --- a/core/src/main/resources/com/github/weisj/darklaf/icons/navigation/checkmarkSelected.svg +++ b/core/src/main/resources/com/github/weisj/darklaf/icons/navigation/checkmarkSelected.svg @@ -1,11 +1,11 @@ - + - diff --git a/theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_icons.properties b/theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_icons.properties index fb36defd..18c5c087 100644 --- a/theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_icons.properties +++ b/theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_icons.properties @@ -39,6 +39,10 @@ %fileIconForeground = 000000 %fileIconHighlight = 00E61F +%textIconEnabled = %textForeground +%textIconDisabled = %textForegroundInactive +%textIconSelected = %textSelectionForeground + %windowButton = FFFFFF %windowButtonDisabled = 8C8C8C %windowCloseHovered = FFFFFF diff --git a/theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_icons.properties b/theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_icons.properties index b99a5ef5..b73b32db 100644 --- a/theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_icons.properties +++ b/theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_icons.properties @@ -39,6 +39,10 @@ %fileIconForeground = FFFFFF %fileIconHighlight = 26d94a +%textIconEnabled = %textForeground +%textIconDisabled = %textForegroundInactive +%textIconSelected = %textSelectionForeground + %windowButton = 000000 %windowButtonDisabled = 666666 %windowCloseHovered = FFFFFF diff --git a/theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/dark_icons.properties b/theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/dark_icons.properties index 366e9eb8..c413b125 100644 --- a/theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/dark_icons.properties +++ b/theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/dark_icons.properties @@ -39,6 +39,10 @@ %fileIconForeground = 231F20 %fileIconHighlight = 499C54 +%textIconEnabled = %textForeground +%textIconDisabled = %textForegroundInactive +%textIconSelected = %textSelectionForeground + %windowButton = A9A9A9 %windowButtonDisabled = 8C8C8C %windowCloseHovered = FFFFFF diff --git a/theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/light_icons.properties b/theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/light_icons.properties index 91fb54b7..e9d07667 100644 --- a/theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/light_icons.properties +++ b/theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/light_icons.properties @@ -39,6 +39,10 @@ %fileIconForeground = 231F20 %fileIconHighlight = 59A869 +%textIconEnabled = %textForeground +%textIconDisabled = %textForegroundInactive +%textIconSelected = %textSelectionForeground + %windowButton = 050708 %windowButtonDisabled = 9B9C9C %windowCloseHovered = FFFFFF diff --git a/theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_icons.properties b/theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_icons.properties index c83b7c9d..b6835b5c 100644 --- a/theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_icons.properties +++ b/theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_icons.properties @@ -33,13 +33,16 @@ %menuIconSelected = F9FCFF %menuIconSelectedSecondary = F9FCFF %menuIconDisabled = 2c313a -#595959 %menuIconHighlight = 337C97 %fileIconBackground = 828D96 %fileIconForeground = 404043 %fileIconHighlight = 499C54 +%textIconEnabled = %textForeground +%textIconDisabled = %textForegroundInactive +%textIconSelected = %textSelectionForeground + %windowButton = A9A9A9 %windowButtonDisabled = 8C8C8C %windowCloseHovered = FFFFFF diff --git a/theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_icons.properties b/theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_icons.properties index 3d7b9df5..c2e374ac 100644 --- a/theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_icons.properties +++ b/theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_icons.properties @@ -39,6 +39,10 @@ %fileIconForeground = 002B36 %fileIconHighlight = 859900 +%textIconEnabled = %textForeground +%textIconDisabled = %textForegroundInactive +%textIconSelected = %textSelectionForeground + %windowButton = A9A9A9 %windowButtonDisabled = 8C8C8C %windowCloseHovered = FFFFFF diff --git a/theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_icons.properties b/theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_icons.properties index e51994df..e41d9883 100644 --- a/theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_icons.properties +++ b/theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_icons.properties @@ -39,6 +39,10 @@ %fileIconForeground = 002B36 %fileIconHighlight = 859900 +%textIconEnabled = %textForeground +%textIconDisabled = %textForegroundInactive +%textIconSelected = %textSelectionForeground + %windowButton = 050708 %windowButtonDisabled = 9B9C9C %windowCloseHovered = FFFFFF