summaryrefslogtreecommitdiffstats
path: root/client
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 /client
parent6dd63db16cda92da128b5757044266e6d6173293 (diff)
downloadwekan-289e78dbd29cca9d97d3b5787c3368583d43b40f.tar.gz
wekan-289e78dbd29cca9d97d3b5787c3368583d43b40f.tar.bz2
wekan-289e78dbd29cca9d97d3b5787c3368583d43b40f.zip
Add Corteza theme. In progress.
Thanks to xet7 !
Diffstat (limited to 'client')
-rw-r--r--client/components/boards/boardColors.styl35
1 files changed, 35 insertions, 0 deletions
diff --git a/client/components/boards/boardColors.styl b/client/components/boards/boardColors.styl
index 8c7af037..3e865628 100644
--- a/client/components/boards/boardColors.styl
+++ b/client/components/boards/boardColors.styl
@@ -229,3 +229,38 @@ setBoardColor(color)
.list
border-left: 1px dotted #000000
+
+.board-color-corteza
+ setBoardColor(#568BA2)
+
+ /*
+ Wekan for Corteza https://cortezaproject.org
+
+ Theme to match Corteza colors from:
+ https://github.com/cortezaproject/corteza-webapp-messaging/blob/master/src/assets/sass/variables.scss
+
+ // Paths
+ $fonts_dir : './assets/fonts/';
+ $icomoon-font-path: $fonts_dir + 'icomoon' !default;
+ $icomoon-font-family: "icomoon" !default;
+
+ // Typography
+ $regular: 'nunito_sansregular';
+ $bold: 'nunito_sansbold';
+ $semibold: 'nunito_sanssemibold';
+
+ // Color system
+ $white: #fff !default;
+ $black: #000 !default;
+ $primary: #568ba2;
+ $secondary: #90A3B1;
+ $success: #719430;
+ $warning: #F5D380;
+ $danger: #E85568;
+ $light: #F3F3F5;
+ $dark: #1e2224;
+ $currentmymessagebgcolor : #a7d0e3;
+ */
+
+ //.header-quick-access
+ // backgroud-color: #568ba2