Add 'Modern Dark' theme

This commit is contained in:
helioguardabaxo 2020-11-08 16:45:15 -03:00
parent 6cbb77b591
commit 415fac8a25
3 changed files with 252 additions and 3 deletions

View file

@ -122,6 +122,7 @@ Migrations.add('use-css-class-for-boards-colors', () => {
'#499BEA': 'clearblue',
'#596557': 'natural',
'#2A80B8': 'modern',
'#2a2a2a': moderndark,
};
Boards.find().forEach(board => {
const oldBoardColor = board.background.color;