summaryrefslogtreecommitdiffstats
path: root/models/boards.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-06 04:59:17 -0400
committerLauri Ojansivu <x@xet7.org>2019-07-06 04:59:17 -0400
commit289e78dbd29cca9d97d3b5787c3368583d43b40f (patch)
treeb383a16fd9fffbea4bd63a89342bbce27a20d968 /models/boards.js
parent6dd63db16cda92da128b5757044266e6d6173293 (diff)
downloadwekan-289e78dbd29cca9d97d3b5787c3368583d43b40f.tar.gz
wekan-289e78dbd29cca9d97d3b5787c3368583d43b40f.tar.bz2
wekan-289e78dbd29cca9d97d3b5787c3368583d43b40f.zip
Add Corteza theme. In progress.
Thanks to xet7 !
Diffstat (limited to 'models/boards.js')
-rw-r--r--models/boards.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/models/boards.js b/models/boards.js
index 3750473e..2346ecb6 100644
--- a/models/boards.js
+++ b/models/boards.js
@@ -244,6 +244,7 @@ Boards.attachSchema(
'midnight',
'dark',
'relax',
+ 'corteza',
],
// eslint-disable-next-line consistent-return
autoValue() {
@@ -1229,7 +1230,7 @@ if (Meteor.isServer) {
*
* The color has to be chosen between `belize`, `nephritis`, `pomegranate`,
* `pumpkin`, `wisteria`, `moderatepink`, `strongcyan`,
- * `limegreen`, `midnight`, `dark`, `relax`:
+ * `limegreen`, `midnight`, `dark`, `relax`, `corteza`:
*
* <img src="https://wekan.github.io/board-colors.png" width="40%" alt="Wekan logo" />
*