mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 06:08:48 +01:00
Add 'Modern Dark' theme
This commit is contained in:
parent
6cbb77b591
commit
415fac8a25
3 changed files with 252 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue