diff --git a/themes/documentations-linux07/css/custom.css b/themes/documentations-linux07/css/custom.css
new file mode 100644
index 0000000..bfc7d85
--- /dev/null
+++ b/themes/documentations-linux07/css/custom.css
@@ -0,0 +1,9 @@
+div#header {
+ background-color: #CA1659;
+}
+a {
+ color: #fd22f3 !important;
+}
+a:hover {
+ color: #d11bc9 !important;
+}
diff --git a/themes/documentations-linux07/partials/logo.html.twig b/themes/documentations-linux07/partials/logo.html.twig
deleted file mode 100644
index 45f5912..0000000
--- a/themes/documentations-linux07/partials/logo.html.twig
+++ /dev/null
@@ -1,9 +0,0 @@
-
diff --git a/themes/documentations-linux07/partials/analytics.html.twig b/themes/documentations-linux07/templates/partials/analytics.html.twig
similarity index 100%
rename from themes/documentations-linux07/partials/analytics.html.twig
rename to themes/documentations-linux07/templates/partials/analytics.html.twig
diff --git a/themes/documentations-linux07/partials/base.html.twig b/themes/documentations-linux07/templates/partials/base.html.twig
similarity index 100%
rename from themes/documentations-linux07/partials/base.html.twig
rename to themes/documentations-linux07/templates/partials/base.html.twig
diff --git a/themes/documentations-linux07/partials/github_link.html.twig b/themes/documentations-linux07/templates/partials/github_link.html.twig
similarity index 100%
rename from themes/documentations-linux07/partials/github_link.html.twig
rename to themes/documentations-linux07/templates/partials/github_link.html.twig
diff --git a/themes/documentations-linux07/partials/github_note.html.twig b/themes/documentations-linux07/templates/partials/github_note.html.twig
similarity index 100%
rename from themes/documentations-linux07/partials/github_note.html.twig
rename to themes/documentations-linux07/templates/partials/github_note.html.twig
diff --git a/themes/documentations-linux07/templates/partials/logo.html.twig b/themes/documentations-linux07/templates/partials/logo.html.twig
new file mode 100644
index 0000000..511ab4e
--- /dev/null
+++ b/themes/documentations-linux07/templates/partials/logo.html.twig
@@ -0,0 +1,2 @@
+
+
diff --git a/themes/documentations-linux07/partials/page.html.twig b/themes/documentations-linux07/templates/partials/page.html.twig
similarity index 100%
rename from themes/documentations-linux07/partials/page.html.twig
rename to themes/documentations-linux07/templates/partials/page.html.twig
diff --git a/themes/documentations-linux07/partials/search.html.twig b/themes/documentations-linux07/templates/partials/search.html.twig
similarity index 100%
rename from themes/documentations-linux07/partials/search.html.twig
rename to themes/documentations-linux07/templates/partials/search.html.twig
diff --git a/themes/documentations-linux07/partials/sidebar.html.twig b/themes/documentations-linux07/templates/partials/sidebar.html.twig
similarity index 100%
rename from themes/documentations-linux07/partials/sidebar.html.twig
rename to themes/documentations-linux07/templates/partials/sidebar.html.twig