skunkforce / OmniView

This Repository contains the OmniView Software, which is used in the AW4null Research Projects
https://www.autowerkstatt40.org/
MIT License
3 stars 4 forks source link

Enhancement: edit button colors to fit the vision color scheme #127

Open tesourinha opened 1 month ago

tesourinha commented 1 month ago

make colors more user-friendly. "Save" button has no color without hovering --> include color to make it more obvious that it is a button

AKMaily commented 4 weeks ago

Generating buttons that consistently match the suggested color theme can be a bit complex. As a first step, I recommend exploring whether ImGui offers different ColorButtons or a method to customize button colors based on their type (e.g., cancel or save). Otherwise, relying on manually pushing colors before each button is susceptible to errors.