<aside> 📍 src/styles/colorThemes.js
</aside>
Parameters:
none.
Action:
Returns an Object with Color configurations. Note that there is an enum of color strings within the file called **const** COLORS.
Consequently, all the values for the keys in this object are **String**s.
Returns:
const Object** LIGHT_THEME OR **const Object** DARK_THEME: returns different configurations based on the environment variable Appearance.getColorScheme(). If it is 'dark', return DARK_THEME. Else, return LIGHT_THEME.