Add custom default Group and Comment colors#8511
Open
convictedweirdo wants to merge 4 commits into4ian:masterfrom
Open
Add custom default Group and Comment colors#8511convictedweirdo wants to merge 4 commits into4ian:masterfrom
convictedweirdo wants to merge 4 commits into4ian:masterfrom
Conversation
|
This would be a very nice little QOL addition, time saver too depending on the Theme we're using too! |
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.
This feature adds a new section in the command palette for users to set default custom colors for newly created groups and comments in the event sheet for a specific project.
The motivation for this feature is that users wanting to have consistent custom colors in their groups and comments need to manually change the color of each group/comment as they create them. This feature can save a lot of time for users that want unique colors in their event sheets as they no longer will need to edit each group or comment one-by-one as they are created.
I opted to use the command palette for this feature to not pollute the project settings menu.
Color for groups do not have editable text option as text color is already calculated depending on its color.