swimtracker-app/components/Themes.js

10 lines
261 B
JavaScript
Raw Normal View History

2020-06-02 17:19:09 +02:00
const backgroundColors = {
'hot': ['#830e5f', '#fd5139'],
'darkBlue': ['#4265a3', '#cfada7'],
2020-07-15 15:53:16 +02:00
//'lightBlue': ['#50a4db', '#74bbe2'],
'lightBlue': ['#24acdc ', '#65fae6'],
2020-06-02 17:19:09 +02:00
'foggy': ['#bc8db8', '#5d5e90'],
};
export default backgroundColors;