From b5f9f05f9fa5d0fe603d52d0fefaf4cb50fdc7ae Mon Sep 17 00:00:00 2001 From: daboe01 Date: Fri, 16 Jan 2026 23:25:05 +0100 Subject: [PATCH] formatting --- AppKit/Themes/Aristo3/ThemeDescriptors.j | 3 --- 1 file changed, 3 deletions(-) diff --git a/AppKit/Themes/Aristo3/ThemeDescriptors.j b/AppKit/Themes/Aristo3/ThemeDescriptors.j index 8bb339a25..e3f3b0555 100644 --- a/AppKit/Themes/Aristo3/ThemeDescriptors.j +++ b/AppKit/Themes/Aristo3/ThemeDescriptors.j @@ -6990,7 +6990,6 @@ var themedButtonValues = nil, var colorWell = [[CPColorWell alloc] initWithFrame:CGRectMake(0.0, 0.0, 60.0, 24.0)], - // Simplified to standard borders instead of PatternColor pngs bezelColor = [CPColor colorWithCSSDictionary:@{ @"border": @"1px solid " + A3ColorBorderDark, @"background-color": A3ColorBackgroundWhite @@ -7220,7 +7219,6 @@ var themedButtonValues = nil, { var levelIndicator = [[CPLevelIndicator alloc] initWithFrame:CGRectMake(0, 0, 100, 100)], - // Simplified to CSS Colors bezelColor = [CPColor colorWithCSSDictionary:@{ @"border": @"1px solid " + A3ColorBorderDark }], @@ -7617,7 +7615,6 @@ var themedButtonValues = nil, { var bordelessBridgeWindowView = [[_CPBorderlessBridgeWindowView alloc] initWithFrame:CGRectMake(0,0,0,0)], - // Simplified to CSS color toolbarBackgroundColor = [CPColor colorWithCSSDictionary:@{ @"background-color": A3ColorBackground }],