From 3ef99e1adc4531475c9ae2a97980ad868b70c98a Mon Sep 17 00:00:00 2001 From: "Seraphim R.P" Date: Sat, 14 Aug 2021 19:37:00 -0400 Subject: [PATCH] Update colors for icon themes. --- themes/terminal/static/img/browserconfig.xml | 2 +- themes/terminal/static/img/site.webmanifest | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/terminal/static/img/browserconfig.xml b/themes/terminal/static/img/browserconfig.xml index f9c2e67..fc723fb 100644 --- a/themes/terminal/static/img/browserconfig.xml +++ b/themes/terminal/static/img/browserconfig.xml @@ -3,7 +3,7 @@ - #2b5797 + #8fbcbb diff --git a/themes/terminal/static/img/site.webmanifest b/themes/terminal/static/img/site.webmanifest index 2983d7c..7bee7e4 100644 --- a/themes/terminal/static/img/site.webmanifest +++ b/themes/terminal/static/img/site.webmanifest @@ -13,8 +13,8 @@ "type": "image/png" } ], - "theme_color": "#ffffff", - "background_color": "#ffffff", + "theme_color": "#8fbcbb", + "background_color": "#8fbcbb", "start_url": "https://srp.life", "display": "standalone" }