mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Add Corteza theme. In progress.
Thanks to xet7 !
This commit is contained in:
parent
6dd63db16c
commit
289e78dbd2
3 changed files with 38 additions and 1 deletions
|
|
@ -118,6 +118,7 @@ Migrations.add('use-css-class-for-boards-colors', () => {
|
|||
'#4BBF6B': 'limegreen',
|
||||
'#2C3E51': 'dark',
|
||||
'#27AE61': 'relax',
|
||||
'#568BA2': 'corteza',
|
||||
};
|
||||
Boards.find().forEach(board => {
|
||||
const oldBoardColor = board.background.color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue