macos: expose tab color via AppleScript#12468
Open
thoutbeckers wants to merge 4 commits into
Open
Conversation
bo2themax
requested changes
Apr 26, 2026
| </property> | ||
| <property name="index" code="pidx" type="integer" access="r" description="1-based index of this tab in its window."/> | ||
| <property name="selected" code="GTsl" type="boolean" access="r" description="Whether this tab is selected in its window."/> | ||
| <property name="color" code="GTcl" type="tab color" access="rw" description="The color of the tab."> |
Member
There was a problem hiding this comment.
I suggest we use colr here from standard terminology table
mitchellh
requested changes
Apr 27, 2026
Contributor
mitchellh
left a comment
There was a problem hiding this comment.
I agree we should use RGBA.
bo2themax
approved these changes
May 4, 2026
Author
|
I see the first review is already in, thanks. RGB codes are not actually stable between macos releases, but this way I think collisions won't happen and adding new colors would be fairly easy. Not allowing arbitrary colors was already the intend I believe. |
This was referenced May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Exposes tab color on macos as a readable/writeable AppleScript
colorproperty.Based on Discussions requests:
#11590 (just name was implemented)
#12314 (more recent request)
Claude code was used to generate initial .sdef binding, but I spent some time myself making it (hopefully) more maintainable, including some compile time garantuees if updates the the palette are made in future.