Skip to content
Snippets Groups Projects
Commit 1b9e21f0 authored by Bob Mottram's avatar Bob Mottram
Browse files

Include darkblue

parent d6c4dec9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment