CabrilloRoboticsClub / cabrillo_rov_2023

Cabrillo College Robotics Club repo for the MATE ROV 2023 competition
GNU Affero General Public License v3.0
10 stars 5 forks source link

Create lightmode dashboard color palate #209

Closed steph1111 closed 8 months ago

steph1111 commented 9 months ago

The current dark color palate of the dashboard is really hard to see outside. Create a light mode constants dictionary.

steph1111 commented 9 months ago

Use an command line arg to determine if we want to run in light mode (-l) or dark mode (-d). Choose one of these to be default. Also dont have each widget load their own color consts, this should be an argument to the __init__

Update: This might not be the best idea because it would require running the node not from a launch file. Maybe make a hotkey to change the colors.