-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Option to change color scheme #40 #43
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for putting this PR together! Once we change the naming, we can get this merged in!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful, thanks for that change! One last thing I forgot - we should add the input to the action.yml
file:
https://github.com/githubocto/repo-visualizer/blob/main/action.yml#L5-L33
Looks wonderful, thanks for those changes! |
[#40]
Users can customize the color of the file. Needs to be a JSON string. it will replace the matching key-value pair of language-colors.json
@Wattenberger help review