Added switch to Config.js which toggles between light and dark theme. The user selected theme is saved in local storage, the toggle function is passed to Config.js through App.js. Currently there are some references to CSS props that don't point to existing props throughout the app, and other references will not work when toggling between the dark and light theme. This diff will require several smaller CSS updates in order to be ready to land.
Related to task T2113.