customise_macos icon indicating copy to clipboard operation
customise_macos copied to clipboard

is this repo supports for osx monterey light theme?

Open EtherealRise opened this issue 2 years ago • 1 comments

I checked /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources there are only three files prefix DarkAuqa : DarkAqua.car DarkAquaAX.car DarkAquaVisibleBezels.car so what am I supposed to do with this repo's DarkAquaAppearence.car and is it supported for light theme?

EtherealRise avatar Jul 30 '22 13:07 EtherealRise

I can double check, it should work but the files might need a rename. I'll check this week and get back to you.

tsujp avatar Aug 03 '22 03:08 tsujp

@tsujp just a reminder ^^

EtherealRise avatar Aug 10 '22 17:08 EtherealRise

@tsujp just a reminder ^^

It fell off my todo-list as I am a chronic yak-shaver, whoops!

I had a look today; the AX is Apple's accessibility API so that'll be theming related to that. DarkAqua.car is the asset file we're interested in here; going to patch and confirm tomorrow.

tsujp avatar Aug 13 '22 13:08 tsujp

Still doing this; I want to do it programmatically so I am doing some image creation (the masks Aqua uses to form the corner radii) in C; give me a bit as I dust off that.

Also sets up some future things which will be nice.

EDIT: Actually no I will finish the patch and upload them so you have the changes early since looking into this more the programmatic image creation will still require manual intervention until I get an API for editing .car files going.

Will finish this by Friday.

tsujp avatar Aug 16 '22 14:08 tsujp

Tag v0.1.0 should have patched .car files which work now. Can you confirm they work for you too?

See: https://github.com/tsujp/customise_macos/releases/tag/v0.1.0 you'll want the ones in the appearance/Aqua and/or appearance/DarkAqua folders.

tsujp avatar Aug 20 '22 12:08 tsujp