diff --git a/docs/Explanations/proteus.md b/docs/Explanations/proteus.md
index 683ba11..4df5677 100644
--- a/docs/Explanations/proteus.md
+++ b/docs/Explanations/proteus.md
@@ -4,8 +4,8 @@
-
- Schematic of PROTEUS components and corresponding modules. MORS is shown in orange.
+ 

+ Schematic of PROTEUS components and corresponding modules.
## MORS in PROTEUS
diff --git a/docs/assets/PROTEUS_schematic_darkmode.png b/docs/assets/PROTEUS_schematic_darkmode.png
new file mode 100644
index 0000000..d755986
Binary files /dev/null and b/docs/assets/PROTEUS_schematic_darkmode.png differ
diff --git a/docs/assets/PROTEUS_schematic_lightmode.png b/docs/assets/PROTEUS_schematic_lightmode.png
new file mode 100644
index 0000000..ed18fdb
Binary files /dev/null and b/docs/assets/PROTEUS_schematic_lightmode.png differ
diff --git a/docs/proteus_framework.md b/docs/proteus_framework.md
index aa53021..47f76d4 100644
--- a/docs/proteus_framework.md
+++ b/docs/proteus_framework.md
@@ -15,6 +15,6 @@ You can find the documentation of each PROTEUS module in the sidebar.
-
- Schematic of PROTEUS components and corresponding modules.
+ 

+ Schematic of PROTEUS components and corresponding modules.
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 93d0c88..7e818d5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -49,7 +49,7 @@ develop = [
"pytest-cov"
]
docs = [
- "zensical",
+ "zensical==0.0.39",
"mkdocs-material",
"markdown-include",
"mkdocs",