valarao / chocolate-thunder-chess

Allow chess players to search through 1,000+ common opening positions.
MIT License
2 stars 2 forks source link

Add color theming #66

Closed valarao closed 3 years ago

valarao commented 3 years ago

Overview

This PR resolves #50 and sets up MUI theming based on GitHub dark mode.

Moving forward, color styling should almost never be hardcoded. Rather, colors should be grabbed from the theme object.

Other Stuff