Update set_accent_colour
- ID
07c8259- date
2022-11-17 22:32:48+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
aa4f742- message
Update set_accent_colour- changed files
1 file, 6 additions
Changed files
set_accent_colour (2658) → set_accent_colour (2837)
diff --git a/set_accent_colour b/set_accent_colour
index 4cc6a16..aaa7c9c 100755
--- a/set_accent_colour
+++ b/set_accent_colour
@@ -22,6 +22,12 @@
// But this doesn't take effect immediately -- we have to send notifications
// AppleColorPreferencesChangedNotification and
// AppleAquaColorVariantChanged to tell apps they should update their UIs.
+//
+// == Attribution ==
+//
+// Based on code/ideas by Henrik Helmers, Garth Mortensen, and Robert Sesek.
+//
+// See https://alexwlchan.net/2022/11/changing-the-macos-accent-colour/
import Foundation