diff --git a/CHANGELOG.md b/CHANGELOG.md index e43654a..38c1ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.1.20](https://github.com/eea/volto-forests-theme/compare/0.1.19...0.1.20) + +- update logo, plotly colour scheme and theme colours [`#23`](https://github.com/eea/volto-forests-theme/pull/23) +- fix [`bd6b8b3`](https://github.com/eea/volto-forests-theme/commit/bd6b8b39b259e9b04d51111adf6df789908232d0) + #### [0.1.19](https://github.com/eea/volto-forests-theme/compare/0.1.18...0.1.19) +> 24 November 2021 + +- Develop [`#24`](https://github.com/eea/volto-forests-theme/pull/24) - Prettier fix lint [`12bc882`](https://github.com/eea/volto-forests-theme/commit/12bc882f9cf9bca011bcf94f053c5e19914af678) - Fix styles lint [`af7ed16`](https://github.com/eea/volto-forests-theme/commit/af7ed16718d8c5a60c63db61788563d63533c8f7) - Add more color sets [`9375225`](https://github.com/eea/volto-forests-theme/commit/9375225921d889c5bd191cf35aaf015b560dfaf0) diff --git a/package.json b/package.json index 0cc5db5..b59a55f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-forests-theme", - "version": "0.1.19", + "version": "0.1.20", "description": "@eeacms/volto-forests-theme: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", diff --git a/src/customizations/volto/components/theme/Logo/Logo-sm.svg b/src/customizations/volto/components/theme/Logo/Logo-sm.svg index c43b074..0cde01b 100644 --- a/src/customizations/volto/components/theme/Logo/Logo-sm.svg +++ b/src/customizations/volto/components/theme/Logo/Logo-sm.svg @@ -1,104 +1,52 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/customizations/volto/components/theme/Logo/Logo.svg b/src/customizations/volto/components/theme/Logo/Logo.svg index d4d0453..f7bbeef 100644 --- a/src/customizations/volto/components/theme/Logo/Logo.svg +++ b/src/customizations/volto/components/theme/Logo/Logo.svg @@ -1,100 +1,142 @@ - - + + - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/customizations/volto/components/theme/Logo/LogoImg-sm.svg b/src/customizations/volto/components/theme/Logo/LogoImg-sm.svg index 5c50b1f..214df1b 100644 --- a/src/customizations/volto/components/theme/Logo/LogoImg-sm.svg +++ b/src/customizations/volto/components/theme/Logo/LogoImg-sm.svg @@ -1,117 +1,20 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/src/customizations/volto/components/theme/Logo/LogoImg.svg b/src/customizations/volto/components/theme/Logo/LogoImg.svg index 150baa7..c35eb6c 100644 --- a/src/customizations/volto/components/theme/Logo/LogoImg.svg +++ b/src/customizations/volto/components/theme/Logo/LogoImg.svg @@ -1,117 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/localconfig.js b/src/localconfig.js index fa2ee19..926d596 100644 --- a/src/localconfig.js +++ b/src/localconfig.js @@ -157,21 +157,22 @@ export function applyConfig(config) { { title: 'Forest Default', colorscale: [ - '#215511', - '#77BB12', - '#CBEE66', + '#005c30', + '#168130', + '#6fb22c', + '#bed492', '#ffffff', - '#F4F4F1', + '#ecf0c5', '#000000', ], }, { title: 'Forest Active', colorscale: [ - '#CA4300 ', - '#E0E1E2', - '#E30166', - '#074F7C', + '#b94d1f ', + '#d9d9d9', + '#b92e48', + '#005e7d', '#000000', '#ffffff', ], diff --git a/theme/site/globals/site.less b/theme/site/globals/site.less index 984de70..2541159 100644 --- a/theme/site/globals/site.less +++ b/theme/site/globals/site.less @@ -9,7 +9,7 @@ // .loadFonts(); -@headingColor: #225511; +@headingColor: #005c30; html, body { diff --git a/theme/site/globals/site.variables b/theme/site/globals/site.variables index a3ee2dc..5855340 100644 --- a/theme/site/globals/site.variables +++ b/theme/site/globals/site.variables @@ -166,29 +166,29 @@ /*--- Theme colors ---*/ -@lightGreen : #769e2e; -@darkGreen : #225511; -@darkerGreen : #003311; -@darkBrown : #554433; -@darkOrange : #cc4400; +@lightGreen : #6fb22c; +@darkGreen : #168130; +@darkerGreen : #005c30; +@darkBrown : #8e4313; +@darkOrange : #b94d1f; // @textColor : #002200; -@textColor: #162A16; +@textColor: #494e13; /*--- Colors ---*/ @orange : #FA5C2A; // Palette: reddishOrange -@yellow : #F6A808; // Palette: goldenRod -@green : #51AA55; // Palette: darkPastelGreen -@teal : #517776; // Palette: slate -@blue : #007EB1; // Palette: Plone (tealBlue/cerulean) -@pink : #E40166; // Palette: darkHotPink -@brown : #826A6A; // Palette: reddishGrey -@grey : #68778D; // Palette: blueishGrey +@yellow : #F6A800; // Palette: goldenRod +@green : #168130; // Palette: darkPastelGreen +@teal : #5893a9; // Palette: slate +@blue : #5893a9; // Palette: Plone (tealBlue/cerulean) +@pink : #e63d5c; // Palette: darkHotPink +@brown : #8e4313; // Palette: reddishGrey +@grey : #9cc7d2; // Palette: blueishGrey @black : #252525; // Palette: darkishGrey /*--- Light Colors ---*/ -@lightOlive : #C9EAB1; // Palette: lightSage -@lightGrey : #878F93; +@lightOlive : #bed492; // Palette: lightSage +@lightGrey : #A6A6A6; /*--- Neutrals ---*/ @fullBlack : #000000; @@ -198,7 +198,7 @@ @white : #FFFFFF; /*--- Colored Backgrounds ---*/ -@redBackground : #F5C1C1; // Palette: alertError +@redBackground : #FDE7DC; // Palette: alertError @tealBackground : #EDF1F2; // Palette: Breadcrumbs @blueBackground : #F2F6F8; @purpleBackground : #B8C6C8; // Dublin Core Summary @@ -211,8 +211,8 @@ /*--- Colored Border ---*/ // Pastanaga custom borders colors @greyBorderColor : #C7D5D8; // breadcrumbs border -@lightGreyBorderColor : #E0E1E0; // breadcrumbs background -@blocksBorderGreen: #226622; +@lightGreyBorderColor : #D9D9D9; // breadcrumbs background +@blocksBorderGreen: #168130; /*------------------- @@ -237,7 +237,7 @@ /* Positive */ /* Negative */ -@negativeBackgroundColor : rgb(237, 195, 194); +@negativeBackgroundColor : rgb(253, 231, 220); @negativeHeaderColor : @black; @negativeTextColor : @black;