kblincoe / VisualGit_SE701_2

1 stars 0 forks source link

[Feature] Add Custom Colour Functionality #180

Open harrylimp opened 6 years ago

harrylimp commented 6 years ago

Currently, the application only allows for theme changes from the drop-down. It would be nice for the user if they were able to select a custom theme that they find is suited for them, allowing for more flexible interaction between the user and application.

This could possibly be in the form of a colour picker (shown below) for each field, allowing user's to pick a colour for the background, icons, buttons, etc. image

This also has a dependency on issue #174 as the custom colour should also be saved for when the user returns to the application next time.

Because this feature requires getting user-input and generating dynamic css, as well as creating the relevant interface for it, I believe this would be a large issue.

@softeng-701

softeng-701 commented 6 years ago

Approved