From 289e78dbd29cca9d97d3b5787c3368583d43b40f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 6 Jul 2019 04:59:17 -0400 Subject: Add Corteza theme. In progress. Thanks to xet7 ! --- client/components/boards/boardColors.styl | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'client/components') 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 -- cgit v1.2.3-1-g7c22