Background
Right now, color of the buttons when loading the project is hard coded to the light theme color.
That makes the UI look ugly and feels unpredictable for the people who are using the dark theme.
TODO
It is possible to detect the theme on the system, lets detect the theme and if possible dynamically switch between the themes.
look at: https://github.com/albertosottile/darkdetect
Background
Right now, color of the buttons when loading the project is hard coded to the light theme color.
That makes the UI look ugly and feels unpredictable for the people who are using the dark theme.
TODO
It is possible to detect the theme on the system, lets detect the theme and if possible dynamically switch between the themes.
look at: https://github.com/albertosottile/darkdetect