diff --git a/README.md b/README.md
index 2a4bc72e0f12142ded395e9d0465131bd4dc8cbb..f8b4623fbdd24fb97b4140492e36bf754a4508c9 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ In all, an evolutionary step of the current EMBL-EBI web compliance kit, this pr
   - Be more robust out of the box
   - Standardization of tooling
 - Core colour palette sync with updated EBI colours (largely same as before, but refined)
+- Project themes: colour palettes are now themes with flexible spacing, layout options
 - Update visual assets to make use of contemporary web browser features for:
   - More consistency with print visual language
   - Enhanced mobile support
diff --git a/sample-site/migrations/testMigration.js b/sample-site/migrations/testMigration.js
index 49064898e8178fec3289757097ae07b5100e2df0..b770220b5faeedcd03e669c302cf23574a3baf30 100644
--- a/sample-site/migrations/testMigration.js
+++ b/sample-site/migrations/testMigration.js
@@ -82,6 +82,7 @@ function testMigration(steppingTimeSpeed) {
   setTimeout(function(){
     // Service colour updating
     console.log('Service colours:');
+    console.log(' - We now have much more customisable section and service specific "themes", instead of the previous colour palettes.');
 
     // do not use a colour palette on certain services 
     if (window.location.pathname.split('/')[1] === 'arrayexpress') {