Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

update logo, plotly colour scheme and theme colours #23

Merged
merged 2 commits into from
Nov 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 52 additions & 104 deletions src/customizations/volto/components/theme/Logo/Logo-sm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
228 changes: 135 additions & 93 deletions src/customizations/volto/components/theme/Logo/Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
133 changes: 18 additions & 115 deletions src/customizations/volto/components/theme/Logo/LogoImg-sm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
118 changes: 1 addition & 117 deletions src/customizations/volto/components/theme/Logo/LogoImg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 9 additions & 8 deletions src/localconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down
2 changes: 1 addition & 1 deletion theme/site/globals/site.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

// .loadFonts();

@headingColor: #225511;
@headingColor: #005c30;

html,
body {
Expand Down
Loading