diff --git a/Gemfile.lock b/Gemfile.lock
index 470e568..6851fcf 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -11,10 +11,12 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
- ffi (1.17.1)
ffi (1.17.1-arm64-darwin)
+ ffi (1.17.1-x64-mingw-ucrt)
+ ffi (1.17.1-x86_64-linux-gnu)
forwardable-extended (2.6.0)
google-protobuf (3.25.7-arm64-darwin)
+ google-protobuf (3.25.7-x64-mingw-ucrt)
google-protobuf (3.25.7-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.7)
@@ -71,11 +73,12 @@ GEM
rexml (3.4.0)
rouge (4.5.1)
safe_yaml (1.0.5)
- sass-embedded (1.69.5)
- google-protobuf (~> 3.23)
- rake (>= 13.0.0)
sass-embedded (1.69.5-arm64-darwin)
google-protobuf (~> 3.23)
+ sass-embedded (1.69.5-x64-mingw-ucrt)
+ google-protobuf (~> 3.23)
+ sass-embedded (1.69.5-x86_64-linux-gnu)
+ google-protobuf (~> 3.23)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.6.0)
@@ -83,6 +86,7 @@ GEM
PLATFORMS
arm64-darwin
+ x64-mingw-ucrt
x86_64-linux
DEPENDENCIES
diff --git a/_config.yml b/_config.yml
index 07c5f1c..4b1b2f6 100644
--- a/_config.yml
+++ b/_config.yml
@@ -6,6 +6,9 @@ url: https://prometheus-swarm.github.io
nav_enabled: true
baseurl: ""
permalink: pretty
+color_scheme: "prometheus"
+logo: "/assets/images/logo.svg"
+favicon_ico: "/assets/images/favicon.svg"
defaults:
- scope:
diff --git a/_sass/color_schemes/prometheus.scss b/_sass/color_schemes/prometheus.scss
new file mode 100644
index 0000000..a365126
--- /dev/null
+++ b/_sass/color_schemes/prometheus.scss
@@ -0,0 +1,6 @@
+@import "./color_schemes/dark";
+@import "../custom/setup.scss";
+
+$link-color: $white;
+$body-background-color: $black;
+$sidebar-color: $black;
diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss
new file mode 100644
index 0000000..cd72ff6
--- /dev/null
+++ b/_sass/custom/custom.scss
@@ -0,0 +1,16 @@
+@import "./setup.scss";
+.search-label {
+ .search-icon {
+ color: $orange;
+ }
+}
+
+.side-bar {
+ .site-header{
+ .site-title {
+ font-weight: 300;
+ line-height: 1.93419rem; /* 128.947% */
+ letter-spacing: -0.03rem;
+ }
+ }
+}
diff --git a/_sass/custom/setup.scss b/_sass/custom/setup.scss
new file mode 100644
index 0000000..1f2823b
--- /dev/null
+++ b/_sass/custom/setup.scss
@@ -0,0 +1,2 @@
+$black: #030304;
+$orange: #FE4816;
diff --git a/assets/images/favicon.ico b/assets/images/favicon.ico
new file mode 100644
index 0000000..64c6154
--- /dev/null
+++ b/assets/images/favicon.ico
@@ -0,0 +1,3 @@
+
diff --git a/assets/images/favicon.svg b/assets/images/favicon.svg
new file mode 100644
index 0000000..64c6154
--- /dev/null
+++ b/assets/images/favicon.svg
@@ -0,0 +1,3 @@
+
diff --git a/assets/images/logo.svg b/assets/images/logo.svg
new file mode 100644
index 0000000..06b5fb3
--- /dev/null
+++ b/assets/images/logo.svg
@@ -0,0 +1,4 @@
+