GodotGarden / piano-practice

A simple piano practice game.
Apache License 2.0
1 stars 0 forks source link

Implement Customizable Background and Font Color Settings #10

Open brylie opened 9 months ago

brylie commented 9 months ago

To enhance user experience and accessibility, this issue proposes the implementation of customizable background and font color settings in the app. This feature will allow users to tailor the app's appearance to their preferences and unique use cases, such as optimizing the display for video overlays or accommodating visual impairments.

Objectives

Implementation Details

  1. Settings Menu: Add a new section in the settings menu for display options.
  2. Color Picker: Integrate a color picker tool for both background and font colors.
  3. Preview Functionality: Implement a feature to preview changes as the user selects colors.
  4. Save and Apply Settings: Ensure the app can save these preferences and apply them across all relevant app components.
  5. Default Settings: Provide default color schemes that users can revert to.

Requirements

Impact

Next Steps