From 1b9e21f0785ecad5e4437dd47885b0f8b33d24d6 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Sun, 6 Jan 2019 12:15:11 +0000 Subject: [PATCH] Include darkblue --- src/freedombone-installer | 1 + src/freedombone-utils-webadmin | 1 + 2 files changed, 2 insertions(+) diff --git a/src/freedombone-installer b/src/freedombone-installer index 5bf9596be..07f6f5e5b 100755 --- a/src/freedombone-installer +++ b/src/freedombone-installer @@ -236,6 +236,7 @@ function web_admin_background_color { sed -i "0,/ color:.*/s// color: ${fg_color};/" "$webfile" fi sed -i "s|color: blue|color: ${fg_color}|g" "$webfile" + sed -i "s|color: darkblue|color: ${fg_color}|g" "$webfile" done # colors of the border around app categories diff --git a/src/freedombone-utils-webadmin b/src/freedombone-utils-webadmin index 1ad01275f..9a04f6619 100755 --- a/src/freedombone-utils-webadmin +++ b/src/freedombone-utils-webadmin @@ -54,6 +54,7 @@ function web_admin_background_color { sed -i "0,/ color:.*/s// color: ${fg_color};/" "$webfile" fi sed -i "s|color: blue|color: ${fg_color}|g" "$webfile" + sed -i "s|color: darkblue|color: ${fg_color}|g" "$webfile" done # colors of the border around app categories -- GitLab