diff --git a/AppKit/Themes/Aristo2/Resources/rule-editor-button-add-highlighted-image.png b/AppKit/Themes/Aristo2/Resources/rule-editor-button-add-highlighted-image.png new file mode 100644 index 000000000..92d3953cd Binary files /dev/null and b/AppKit/Themes/Aristo2/Resources/rule-editor-button-add-highlighted-image.png differ diff --git a/AppKit/Themes/Aristo2/Resources/rule-editor-button-add-image.png b/AppKit/Themes/Aristo2/Resources/rule-editor-button-add-image.png index c223c965b..c9b7592cf 100644 Binary files a/AppKit/Themes/Aristo2/Resources/rule-editor-button-add-image.png and b/AppKit/Themes/Aristo2/Resources/rule-editor-button-add-image.png differ diff --git a/AppKit/Themes/Aristo2/Resources/rule-editor-button-remove-highlighted-image.png b/AppKit/Themes/Aristo2/Resources/rule-editor-button-remove-highlighted-image.png new file mode 100644 index 000000000..ac6d5cdc9 Binary files /dev/null and b/AppKit/Themes/Aristo2/Resources/rule-editor-button-remove-highlighted-image.png differ diff --git a/AppKit/Themes/Aristo2/Resources/rule-editor-button-remove-image.png b/AppKit/Themes/Aristo2/Resources/rule-editor-button-remove-image.png index f99f803e3..0c2bce290 100644 Binary files a/AppKit/Themes/Aristo2/Resources/rule-editor-button-remove-image.png and b/AppKit/Themes/Aristo2/Resources/rule-editor-button-remove-image.png differ diff --git a/AppKit/Themes/Aristo2/ThemeDescriptors.j b/AppKit/Themes/Aristo2/ThemeDescriptors.j index 86a43e46f..5fea39d42 100644 --- a/AppKit/Themes/Aristo2/ThemeDescriptors.j +++ b/AppKit/Themes/Aristo2/ThemeDescriptors.j @@ -2279,6 +2279,8 @@ var themedButtonValues = nil, sliceLastBottomBorderColor = [CPColor colorWithWhite:0.6 alpha:1.0], buttonAddImage = PatternImage(@"rule-editor-button-add-image.png", 20.0, 20.0), buttonRemoveImage = PatternImage(@"rule-editor-button-remove-image.png", 20.0, 20.0), + buttonAddHighlightedImage = PatternImage(@"rule-editor-button-add-highlighted-image.png", 20.0, 20.0), + buttonRemoveHighlightedImage = PatternImage(@"rule-editor-button-remove-highlighted-image.png", 20.0, 20.0), fontColor = [CPColor colorWithWhite:150 / 255 alpha:1], ruleEditorThemedValues = @@ -2292,9 +2294,9 @@ var themedButtonValues = nil, [@"font", [CPFont systemFontOfSize:10.0]], [@"font-color", fontColor], [@"add-image", buttonAddImage, CPThemeStateNormal], - [@"add-image", buttonAddImage, CPThemeStateHighlighted], + [@"add-image", buttonAddHighlightedImage, CPThemeStateHighlighted], [@"remove-image", buttonRemoveImage, CPThemeStateNormal], - [@"remove-image", buttonRemoveImage, CPThemeStateHighlighted], + [@"remove-image", buttonRemoveHighlightedImage, CPThemeStateHighlighted], [@"vertical-alignment", CPCenterVerticalTextAlignment], ];