From 5937adbb9784a6a1bb90deaf494b6e42c283890b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Sat, 7 Jan 2023 00:42:40 +0100
Subject: [PATCH] new Louny colors

---
 VERSION                                                     | 2 +-
 generator/static/js/templates/banner-name-left.js           | 6 +++---
 generator/static/js/templates/banner-name-right.js          | 4 ++--
 generator/static/js/templates/billboard.js                  | 2 +-
 generator/static/js/templates/bottom-slogan-full-width.js   | 2 +-
 .../static/js/templates/bottom-slogan-gradient-icon.js      | 2 +-
 generator/static/js/templates/bottom-slogan-gradient.js     | 2 +-
 generator/static/js/templates/bottom-slogan-person.js       | 2 +-
 generator/static/js/templates/bottom-slogan-quote.js        | 2 +-
 generator/static/js/templates/bottom-slogan.js              | 4 ++--
 .../static/js/templates/cover-static-name-and-logo-left.js  | 4 ++--
 generator/static/js/templates/cover-static-name-and-logo.js | 4 ++--
 generator/static/js/templates/cover.js                      | 4 ++--
 generator/static/js/templates/eu-big-text-image.js          | 4 ++--
 generator/static/js/templates/eu-icons-image.js             | 4 ++--
 generator/static/js/templates/eu-image-slogan.js            | 4 ++--
 generator/static/js/templates/event-text-bottom.js          | 4 ++--
 generator/static/js/templates/event-text-right.js           | 2 +-
 generator/static/js/templates/komise-story.js               | 2 +-
 generator/static/js/templates/komise.js                     | 2 +-
 generator/static/js/templates/koneckorupci-poll.js          | 2 +-
 generator/static/js/templates/left-corner-slogan.js         | 2 +-
 generator/static/js/templates/left-long-text.js             | 4 ++--
 generator/static/js/templates/nalodeni-story.js             | 2 +-
 generator/static/js/templates/nalodeni.js                   | 2 +-
 .../js/templates/no-image-big-text-icon-with-terciary.js    | 4 ++--
 generator/static/js/templates/no-image-big-text-icon.js     | 4 ++--
 generator/static/js/templates/no-image-quote.js             | 4 ++--
 generator/static/js/templates/poll.js                       | 2 +-
 .../static/js/templates/poster-bottom-slogan-no-icon.js     | 4 ++--
 generator/static/js/templates/poster-bottom-slogan.js       | 4 ++--
 .../static/js/templates/poster-center-slogan-no-image.js    | 2 +-
 generator/static/js/templates/poster-event.js               | 4 ++--
 generator/static/js/templates/right-big-text.js             | 4 ++--
 generator/static/js/templates/right-long-text.js            | 4 ++--
 generator/static/js/templates/sticker-number.js             | 2 +-
 generator/static/js/templates/story-full-width-rectangle.js | 4 ++--
 generator/static/js/templates/story-with-rectangle.js       | 6 +++---
 38 files changed, 61 insertions(+), 61 deletions(-)

diff --git a/VERSION b/VERSION
index 266146b8..9edc58bb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.6.3
+1.6.4
diff --git a/generator/static/js/templates/banner-name-left.js b/generator/static/js/templates/banner-name-left.js
index ab8ba48f..1745320b 100644
--- a/generator/static/js/templates/banner-name-left.js
+++ b/generator/static/js/templates/banner-name-left.js
@@ -785,14 +785,14 @@ class BannerNameLeft extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				this.nameBackgroundColor = "#ffffff";
-				this.nameTextColor = "#000000";
+				this.nameTextColor = "#3e2a5b";
 				this.primaryTextHighlightColor = "#ffcc00";
 				this.underNameTextColor = "#ffffff";
-				this.terciaryTextColor = "#000000";
+				this.terciaryTextColor = "#3e2a5b";
 				this.terciaryTextBackgroundColor = "#e2d7a9";
 				
 				break;
diff --git a/generator/static/js/templates/banner-name-right.js b/generator/static/js/templates/banner-name-right.js
index 64747021..014a97e9 100644
--- a/generator/static/js/templates/banner-name-right.js
+++ b/generator/static/js/templates/banner-name-right.js
@@ -648,13 +648,13 @@ class BannerNameRight extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				this.nameTextColor = "#ffffff";
 				this.primaryTextHighlightColor = "#ffcc00";
 				this.underNameTextColor = "#ffffff";
-				this.terciaryTextColor = "#000000";
+				this.terciaryTextColor = "#3e2a5b";
 				this.terciaryTextBackgroundColor = "#e2d7a9";
 				
 				break;
diff --git a/generator/static/js/templates/billboard.js b/generator/static/js/templates/billboard.js
index c4a527c1..9dcbe85c 100644
--- a/generator/static/js/templates/billboard.js
+++ b/generator/static/js/templates/billboard.js
@@ -545,7 +545,7 @@ class Billboard extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				this.nameTextColor = "#ffffff";
diff --git a/generator/static/js/templates/bottom-slogan-full-width.js b/generator/static/js/templates/bottom-slogan-full-width.js
index 902c5654..4a8412fd 100644
--- a/generator/static/js/templates/bottom-slogan-full-width.js
+++ b/generator/static/js/templates/bottom-slogan-full-width.js
@@ -567,7 +567,7 @@ class BottomSloganFullWidth extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				
 				this.setPrimaryTextHighlightColorScheme("gold", true);
diff --git a/generator/static/js/templates/bottom-slogan-gradient-icon.js b/generator/static/js/templates/bottom-slogan-gradient-icon.js
index 7ad874a2..76185e4f 100644
--- a/generator/static/js/templates/bottom-slogan-gradient-icon.js
+++ b/generator/static/js/templates/bottom-slogan-gradient-icon.js
@@ -712,7 +712,7 @@ class BottomSloganGradientIcon extends Template {
 				this.iconColor = "#ffffff";
 				
 				this.nameBackgroundColor = "#e2d7a9";
-				this.nameTextColor = "#000000";
+				this.nameTextColor = "#3e2a5b";
 				
 				break;
 			case "louny-spolecne-white-on-purple":
diff --git a/generator/static/js/templates/bottom-slogan-gradient.js b/generator/static/js/templates/bottom-slogan-gradient.js
index b7361434..6ef91e66 100644
--- a/generator/static/js/templates/bottom-slogan-gradient.js
+++ b/generator/static/js/templates/bottom-slogan-gradient.js
@@ -507,7 +507,7 @@ class BottomSloganGradient extends Template {
 				this.primaryTextColor = "#3e2a5b";
 				
 				this.nameBackgroundColor = "#e2d7a9";
-				this.nameTextColor = "#000000";
+				this.nameTextColor = "#3e2a5b";
 				
 				break;
 			case "louny-spolecne-white-on-purple":
diff --git a/generator/static/js/templates/bottom-slogan-person.js b/generator/static/js/templates/bottom-slogan-person.js
index 7734f3bf..b6d21936 100644
--- a/generator/static/js/templates/bottom-slogan-person.js
+++ b/generator/static/js/templates/bottom-slogan-person.js
@@ -636,7 +636,7 @@ class BottomSloganPerson extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				
 				this.setPrimaryTextHighlightColorScheme("gold", true);
diff --git a/generator/static/js/templates/bottom-slogan-quote.js b/generator/static/js/templates/bottom-slogan-quote.js
index 03b2fb87..568ff7ba 100644
--- a/generator/static/js/templates/bottom-slogan-quote.js
+++ b/generator/static/js/templates/bottom-slogan-quote.js
@@ -655,7 +655,7 @@ class BottomSloganQuote extends Template {
 				this.foregroundColor = "#3e2a5b";
 				this.backgroundColor = "#ffffff";
 
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.primaryTextHighlightColor = "#3e2a5b";
 
 				this.nameBackgroundColor = "#3e2a5b";
diff --git a/generator/static/js/templates/bottom-slogan.js b/generator/static/js/templates/bottom-slogan.js
index 259b7bad..b8650ed6 100644
--- a/generator/static/js/templates/bottom-slogan.js
+++ b/generator/static/js/templates/bottom-slogan.js
@@ -859,12 +859,12 @@ class BottomSloganTemplate extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.iconColor = "#ffffff";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				this.nameBackgroundColor = "#e2d7a9";
-				this.nameTextColor = "#000000";
+				this.nameTextColor = "#3e2a5b";
 				
 				await this.setPrimaryTextHighlightColorScheme("gold", true);
 				
diff --git a/generator/static/js/templates/cover-static-name-and-logo-left.js b/generator/static/js/templates/cover-static-name-and-logo-left.js
index 822199a6..d7a99635 100644
--- a/generator/static/js/templates/cover-static-name-and-logo-left.js
+++ b/generator/static/js/templates/cover-static-name-and-logo-left.js
@@ -723,14 +723,14 @@ class CoverStaticNameAndLogoLeft extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				this.nameTextColor = "#ffffff";
 				this.primaryTextHighlightColor = "#ffcc00";
 				this.underNameTextColor = "#ffffff";
 				this.terciaryTextBackgroundColor = "#e2d7a9";
-				this.terciaryTextColor = "#000000";
+				this.terciaryTextColor = "#3e2a5b";
 				
 				break;
 			case "louny-spolecne-white-on-purple":
diff --git a/generator/static/js/templates/cover-static-name-and-logo.js b/generator/static/js/templates/cover-static-name-and-logo.js
index 34d4be9b..da6cb895 100644
--- a/generator/static/js/templates/cover-static-name-and-logo.js
+++ b/generator/static/js/templates/cover-static-name-and-logo.js
@@ -760,14 +760,14 @@ class CoverStaticNameAndLogo extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				this.nameTextColor = "#ffffff";
 				this.primaryTextHighlightColor = "#ffcc00";
 				this.underNameTextColor = "#ffffff";
 				this.terciaryTextBackgroundColor = "#e2d7a9";
-				this.terciaryTextColor = "#000000";
+				this.terciaryTextColor = "#3e2a5b";
 				
 				break;
 			case "louny-spolecne-white-on-purple":
diff --git a/generator/static/js/templates/cover.js b/generator/static/js/templates/cover.js
index fb62c276..fa34fb76 100644
--- a/generator/static/js/templates/cover.js
+++ b/generator/static/js/templates/cover.js
@@ -767,14 +767,14 @@ class Cover extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				this.nameTextColor = "#ffffff";
 				this.primaryTextHighlightColor = "#ffcc00";
 				this.underNameTextColor = "#ffffff";
 				this.terciaryTextBackgroundColor = "#e2d7a9";
-				this.terciaryTextColor = "#000000";
+				this.terciaryTextColor = "#3e2a5b";
 				
 				break;
 			case "louny-spolecne-white-on-purple":
diff --git a/generator/static/js/templates/eu-big-text-image.js b/generator/static/js/templates/eu-big-text-image.js
index da49a6a0..c38d78fe 100644
--- a/generator/static/js/templates/eu-big-text-image.js
+++ b/generator/static/js/templates/eu-big-text-image.js
@@ -645,9 +645,9 @@ class EuBigTextImage extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
-				this.secondaryTextColor = "#000000";
+				this.secondaryTextColor = "#3e2a5b";
 				
 				this.setPrimaryTextHighlightColorScheme("gold", true);
 				
diff --git a/generator/static/js/templates/eu-icons-image.js b/generator/static/js/templates/eu-icons-image.js
index 27b1f242..53a2356c 100644
--- a/generator/static/js/templates/eu-icons-image.js
+++ b/generator/static/js/templates/eu-icons-image.js
@@ -780,9 +780,9 @@ class EuIconsImage extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
-				this.secondaryTextColor = "#000000";
+				this.secondaryTextColor = "#3e2a5b";
 				
 				this.setPrimaryTextHighlightColorScheme("gold", true);
 				
diff --git a/generator/static/js/templates/eu-image-slogan.js b/generator/static/js/templates/eu-image-slogan.js
index de927fd5..956ee6ee 100644
--- a/generator/static/js/templates/eu-image-slogan.js
+++ b/generator/static/js/templates/eu-image-slogan.js
@@ -689,9 +689,9 @@ class EuImageSlogan extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
-				this.secondaryTextColor = "#000000";
+				this.secondaryTextColor = "#3e2a5b";
 				
 				this.setPrimaryTextHighlightColorScheme("gold", true);
 				
diff --git a/generator/static/js/templates/event-text-bottom.js b/generator/static/js/templates/event-text-bottom.js
index 2c2b0407..a8bbc10d 100644
--- a/generator/static/js/templates/event-text-bottom.js
+++ b/generator/static/js/templates/event-text-bottom.js
@@ -971,14 +971,14 @@ class EventTextBottom extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.terciaryTextColor = "#ffffff";
 				this.iconColor = "#ffffff";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				this.primaryTextHighlightColor = "#ffcc00";
 				this.nameBackgroundColor = "#e2d7a9";
-				this.nameTextColor = "#000000";
+				this.nameTextColor = "#3e2a5b";
 				
 				break;
 			case "louny-spolecne-white-on-purple":
diff --git a/generator/static/js/templates/event-text-right.js b/generator/static/js/templates/event-text-right.js
index 3689f7e5..76c9703e 100644
--- a/generator/static/js/templates/event-text-right.js
+++ b/generator/static/js/templates/event-text-right.js
@@ -926,7 +926,7 @@ class EventTextRight extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				this.primaryTextHighlightColor = "#ffcc00";
diff --git a/generator/static/js/templates/komise-story.js b/generator/static/js/templates/komise-story.js
index e6e0ee49..91c4b1d6 100644
--- a/generator/static/js/templates/komise-story.js
+++ b/generator/static/js/templates/komise-story.js
@@ -626,7 +626,7 @@ class KomiseStory extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.secondaryTextColor = "#ffffff";
 				this.foregroundColor = "#ffffff";
 				
diff --git a/generator/static/js/templates/komise.js b/generator/static/js/templates/komise.js
index 98d4c687..3b55081a 100644
--- a/generator/static/js/templates/komise.js
+++ b/generator/static/js/templates/komise.js
@@ -684,7 +684,7 @@ class Komise extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.secondaryTextColor = "#ffffff";
 				this.foregroundColor = "#ffffff";
 				
diff --git a/generator/static/js/templates/koneckorupci-poll.js b/generator/static/js/templates/koneckorupci-poll.js
index c9c2c0f5..74916ebf 100644
--- a/generator/static/js/templates/koneckorupci-poll.js
+++ b/generator/static/js/templates/koneckorupci-poll.js
@@ -645,7 +645,7 @@ class KonecKorupciPoll extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.reactionTextColor = "#000000";
+				this.reactionTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				
 				break;
diff --git a/generator/static/js/templates/left-corner-slogan.js b/generator/static/js/templates/left-corner-slogan.js
index a040442d..3e27e99e 100644
--- a/generator/static/js/templates/left-corner-slogan.js
+++ b/generator/static/js/templates/left-corner-slogan.js
@@ -1118,7 +1118,7 @@ class LeftCornerSloganTemplate extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				this.secondaryTextColor = "#ffffff";
diff --git a/generator/static/js/templates/left-long-text.js b/generator/static/js/templates/left-long-text.js
index 712a44db..c389690c 100644
--- a/generator/static/js/templates/left-long-text.js
+++ b/generator/static/js/templates/left-long-text.js
@@ -492,8 +492,8 @@ class LeftLongTextTemplate extends Template {
 				this.backgroundColor = "#ffffff";
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
-				this.secondaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
+				this.secondaryTextColor = "#3e2a5b";
 				this.nameTextColor = "#ffffff";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
diff --git a/generator/static/js/templates/nalodeni-story.js b/generator/static/js/templates/nalodeni-story.js
index 6c3cedbd..0e6e5fff 100644
--- a/generator/static/js/templates/nalodeni-story.js
+++ b/generator/static/js/templates/nalodeni-story.js
@@ -680,7 +680,7 @@ class NalodeniStory extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.secondaryTextColor = "#ffffff";
 				this.foregroundColor = "#ffffff";
 				
diff --git a/generator/static/js/templates/nalodeni.js b/generator/static/js/templates/nalodeni.js
index 816e4dc3..81d22b28 100644
--- a/generator/static/js/templates/nalodeni.js
+++ b/generator/static/js/templates/nalodeni.js
@@ -729,7 +729,7 @@ class Nalodeni extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.secondaryTextColor = "#ffffff";
 				this.foregroundColor = "#ffffff";
 				
diff --git a/generator/static/js/templates/no-image-big-text-icon-with-terciary.js b/generator/static/js/templates/no-image-big-text-icon-with-terciary.js
index 465448ef..1ca987bf 100644
--- a/generator/static/js/templates/no-image-big-text-icon-with-terciary.js
+++ b/generator/static/js/templates/no-image-big-text-icon-with-terciary.js
@@ -648,11 +648,11 @@ class NoImageBigTextIconWithTerciary extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				this.primaryTextHighlightColor = "#ffdd55";
 				this.secondaryTextBackgroundColor = "#e2d7a9";
-				this.secondaryTextColor = "#000000";
+				this.secondaryTextColor = "#3e2a5b";
 				
 				this.setPrimaryTextHighlightColorScheme("gold", true);
 				
diff --git a/generator/static/js/templates/no-image-big-text-icon.js b/generator/static/js/templates/no-image-big-text-icon.js
index bc2b62d8..67bc75b1 100644
--- a/generator/static/js/templates/no-image-big-text-icon.js
+++ b/generator/static/js/templates/no-image-big-text-icon.js
@@ -607,10 +607,10 @@ class NoImageBigTextIcon extends Template {
 				break;
 			case "louny-spolecne-black-on-white":
 				this.primaryTextColor = "#3e2a5b";
-				this.secondaryTextColor = "#000000";
+				this.secondaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				this.terciaryTextBackgroundColor = "#e2d7a9";
-				this.terciaryTextColor = "#000000";
+				this.terciaryTextColor = "#3e2a5b";
 				
 				break;
 			case "louny-spolecne-white-on-purple":
diff --git a/generator/static/js/templates/no-image-quote.js b/generator/static/js/templates/no-image-quote.js
index a1241b83..26c9aad0 100644
--- a/generator/static/js/templates/no-image-quote.js
+++ b/generator/static/js/templates/no-image-quote.js
@@ -638,11 +638,11 @@ class NoImageQuote extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				this.nameBackgroundColor = "#e2d7a9";
-				this.nameTextColor = "#000000";
+				this.nameTextColor = "#3e2a5b";
 				
 				this.setPrimaryTextHighlightColorScheme("gold", true);
 				
diff --git a/generator/static/js/templates/poll.js b/generator/static/js/templates/poll.js
index c7325689..2d6b8ced 100644
--- a/generator/static/js/templates/poll.js
+++ b/generator/static/js/templates/poll.js
@@ -839,7 +839,7 @@ class Poll extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				this.reactionTextColor = "#ffffff";
diff --git a/generator/static/js/templates/poster-bottom-slogan-no-icon.js b/generator/static/js/templates/poster-bottom-slogan-no-icon.js
index 5f5d43d8..77c7526e 100644
--- a/generator/static/js/templates/poster-bottom-slogan-no-icon.js
+++ b/generator/static/js/templates/poster-bottom-slogan-no-icon.js
@@ -847,13 +847,13 @@ class PosterBottomSloganTemplateNoIcon extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.nameTextColor = "#ffffff";
 				this.foregroundColor = "#ffffff";
 				this.qrCodeColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				this.terciaryTextBackgroundColor = "#e2d7a9";
-				this.terciaryTextColor = "#000000";
+				this.terciaryTextColor = "#3e2a5b";
 				
 				this.setPrimaryTextHighlightColorScheme("gold", true);
 				
diff --git a/generator/static/js/templates/poster-bottom-slogan.js b/generator/static/js/templates/poster-bottom-slogan.js
index 0d402aad..16447c50 100644
--- a/generator/static/js/templates/poster-bottom-slogan.js
+++ b/generator/static/js/templates/poster-bottom-slogan.js
@@ -1089,7 +1089,7 @@ class PosterBottomSloganTemplate extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.iconColor = "#ffffff";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
@@ -1099,7 +1099,7 @@ class PosterBottomSloganTemplate extends Template {
 				this.nameTextColor = "#ffffff";
 				
 				this.secondaryTextBackgroundColor = "#e2d7a9";
-				this.underNameTextColor = "#000000";
+				this.underNameTextColor = "#3e2a5b";
 				
 				this.terciaryTextBackgroundColor = "#9796ca";
 				this.terciaryTextColor = "#000000";
diff --git a/generator/static/js/templates/poster-center-slogan-no-image.js b/generator/static/js/templates/poster-center-slogan-no-image.js
index af2860ac..1c11662d 100644
--- a/generator/static/js/templates/poster-center-slogan-no-image.js
+++ b/generator/static/js/templates/poster-center-slogan-no-image.js
@@ -455,7 +455,7 @@ class PosterCenterSloganNoImage extends Template {
 				this.backgroundColor = "#ffffff";
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				break;
diff --git a/generator/static/js/templates/poster-event.js b/generator/static/js/templates/poster-event.js
index 88041f78..80e3dab6 100644
--- a/generator/static/js/templates/poster-event.js
+++ b/generator/static/js/templates/poster-event.js
@@ -925,9 +925,9 @@ class PosterEvent extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.primaryTextHighlightColor = "#ffcc00";
-				this.informationTextColor = "#000000";
+				this.informationTextColor = "#3e2a5b";
 				this.informationTextBackgroundColor = "#e2d7a9";
 				this.terciaryTextColor = "#ffffff";
 				this.foregroundColor = "#ffffff";
diff --git a/generator/static/js/templates/right-big-text.js b/generator/static/js/templates/right-big-text.js
index d2bb8cc4..54c3500c 100644
--- a/generator/static/js/templates/right-big-text.js
+++ b/generator/static/js/templates/right-big-text.js
@@ -774,8 +774,8 @@ class RightBigTextTemplate extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
-				this.secondaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
+				this.secondaryTextColor = "#3e2a5b";
 				this.nameTextColor = "#ffffff";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
diff --git a/generator/static/js/templates/right-long-text.js b/generator/static/js/templates/right-long-text.js
index 5eac3455..6f9515ef 100644
--- a/generator/static/js/templates/right-long-text.js
+++ b/generator/static/js/templates/right-long-text.js
@@ -533,8 +533,8 @@ class RightLongTextTemplate extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
-				this.secondaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
+				this.secondaryTextColor = "#3e2a5b";
 				this.nameTextColor = "#ffffff";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
diff --git a/generator/static/js/templates/sticker-number.js b/generator/static/js/templates/sticker-number.js
index 37eaf4b0..81dd0ab5 100644
--- a/generator/static/js/templates/sticker-number.js
+++ b/generator/static/js/templates/sticker-number.js
@@ -465,7 +465,7 @@ class StickerNumber extends Template {
 				break;
 			case "louny-spolecne-black-on-white":
 				this.foregroundColor = "#ffffff";
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				
 				this.backgroundColor = "#3e2a5b";
 				this.secondaryTextColor = "#ffffff";
diff --git a/generator/static/js/templates/story-full-width-rectangle.js b/generator/static/js/templates/story-full-width-rectangle.js
index 7955c719..e86f79e8 100644
--- a/generator/static/js/templates/story-full-width-rectangle.js
+++ b/generator/static/js/templates/story-full-width-rectangle.js
@@ -538,13 +538,13 @@ class StoryWithFullWidthRectangleTemplate extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				
 				this.primaryTextHighlightColor = "#e2d7a9";
 				
 				this.nameBackgroundColor = "#e2d7a9";
-				this.nameTextColor = "#000000";
+				this.nameTextColor = "#3e2a5b";
 				
 				break;
 			case "louny-spolecne-white-on-purple":
diff --git a/generator/static/js/templates/story-with-rectangle.js b/generator/static/js/templates/story-with-rectangle.js
index 2127f41e..c4535b2f 100644
--- a/generator/static/js/templates/story-with-rectangle.js
+++ b/generator/static/js/templates/story-with-rectangle.js
@@ -629,15 +629,15 @@ class StoryWithRectangleTemplate extends Template {
 				
 				break;
 			case "louny-spolecne-black-on-white":
-				this.primaryTextColor = "#000000";
+				this.primaryTextColor = "#3e2a5b";
 				this.foregroundColor = "#ffffff";
 				this.backgroundColor = "#3e2a5b";
 				
 				this.nameBackgroundColor = "#e2d7a9";
-				this.nameTextColor = "#000000";
+				this.nameTextColor = "#3e2a5b";
 				
 				this.secondaryTextBackgroundColor = "#e2d7a9";
-				this.secondaryTextColor = "#000000";
+				this.secondaryTextColor = "#3e2a5b";
 				
 				this.primaryTextHighlightColor = "#e2d7a9";
 				
-- 
GitLab