+ />
Custom Color
@@ -497,21 +497,33 @@ function App() {
About
FancyScribe is a website that renders{" "}
-
+
BattleScribe
{" "}
or
New Recruit roster files
in an opinionated format inspired by the new 10th edition datacards.
Additional inspiration and large parts of the parsing logic come
from the{" "}
-
+
PrettyScribe
{" "}
website.
FancyScribe is an open-source project and can be found on Github (
-
+
FancyScribe
).
@@ -577,7 +589,7 @@ const getPrimaryColor = (catalog) => {
case "Chaos - Death Guard":
return "#576011";
case "Chaos - Chaos Knights":
- return "#513627";
+ return "#405c58";
case "Chaos - Thousand Sons":
return "#015d68";
case "Necrons":
diff --git a/src/assets/chaosKnightsBackground.png b/src/assets/chaosKnightsBackground.png
new file mode 100644
index 0000000..3bf7d44
Binary files /dev/null and b/src/assets/chaosKnightsBackground.png differ
diff --git a/src/assets/chaosMarinesBackground.png b/src/assets/chaosMarinesBackground.png
new file mode 100644
index 0000000..d78f7b6
Binary files /dev/null and b/src/assets/chaosMarinesBackground.png differ
diff --git a/src/assets/sistersBackground.png b/src/assets/sistersBackground.png
new file mode 100644
index 0000000..6c3d09c
Binary files /dev/null and b/src/assets/sistersBackground.png differ
diff --git a/src/assets/thousandBackground.png b/src/assets/thousandBackground.png
new file mode 100644
index 0000000..6af4c95
Binary files /dev/null and b/src/assets/thousandBackground.png differ
diff --git a/src/assets/worldEatersBackground.png b/src/assets/worldEatersBackground.png
new file mode 100644
index 0000000..d5a0b39
Binary files /dev/null and b/src/assets/worldEatersBackground.png differ