summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorhelioguardabaxo <helio.guardabaxo@gmail.com>2020-05-16 18:07:38 -0300
committerhelioguardabaxo <helio.guardabaxo@gmail.com>2020-05-16 18:07:38 -0300
commit7a576f9ae45149d25200450dcf085960f39b8099 (patch)
tree26e436e73087a59ffb4db544324196058aa72e87 /server
parent62f06a792f57383d6c996967116b0e9fe77b0894 (diff)
downloadwekan-7a576f9ae45149d25200450dcf085960f39b8099.tar.gz
wekan-7a576f9ae45149d25200450dcf085960f39b8099.tar.bz2
wekan-7a576f9ae45149d25200450dcf085960f39b8099.zip
Added natural theme
Diffstat (limited to 'server')
-rw-r--r--server/migrations.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/migrations.js b/server/migrations.js
index 6eed0606..ccf875df 100644
--- a/server/migrations.js
+++ b/server/migrations.js
@@ -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;