Added clearblue theme

This commit is contained in:
CidKramer 2020-05-15 14:17:37 +02:00
parent 9c6cd51ca7
commit 45dea737bf
3 changed files with 235 additions and 0 deletions

View file

@ -119,6 +119,7 @@ Migrations.add('use-css-class-for-boards-colors', () => {
'#2C3E51': 'dark',
'#27AE61': 'relax',
'#568BA2': 'corteza',
'#499BEA': 'clearblue'
};
Boards.find().forEach(board => {
const oldBoardColor = board.background.color;