From 93363c462b6df6920b2f379eb874dd5de3941fb1 Mon Sep 17 00:00:00 2001
From: xcexec <hattori.hansa@protonmail.com>
Date: Sat, 19 Oct 2024 08:43:58 +0200
Subject: [PATCH] changed theme_color to black

---
 lib/web/views/page_view.ex | 2 +-
 vite.config.js             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/web/views/page_view.ex b/lib/web/views/page_view.ex
index 288b8a4fc..458ba99b3 100644
--- a/lib/web/views/page_view.ex
+++ b/lib/web/views/page_view.ex
@@ -80,7 +80,7 @@ defmodule Mobilizon.Web.PageView do
   end
 
   def theme_color do
-    "#ffd599"
+    "#000000"
   end
 
   def language_direction(assigns) do
diff --git a/vite.config.js b/vite.config.js
index 46bc61bc2..5a19faf58 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -35,7 +35,7 @@ export default defineConfig(({ command }) => {
           name: "Mobilizon",
           short_name: "Mobilizon",
           orientation: "portrait-primary",
-          theme_color: "#ffd599",
+          theme_color: "#000000",
           icons: [
             {
               src: "./img/icons/android-chrome-192x192.png",