mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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
|
@ -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" />
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue