mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Added natural theme
This commit is contained in:
parent
62f06a792f
commit
7a576f9ae4
3 changed files with 23 additions and 2 deletions
|
|
@ -119,7 +119,8 @@ Migrations.add('use-css-class-for-boards-colors', () => {
|
|||
'#2C3E51': 'dark',
|
||||
'#27AE61': 'relax',
|
||||
'#568BA2': 'corteza',
|
||||
'#499BEA': 'clearblue'
|
||||
'#499BEA': 'clearblue',
|
||||
'#596557': 'natural',
|
||||
};
|
||||
Boards.find().forEach(board => {
|
||||
const oldBoardColor = board.background.color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue