Remove Themes, lime dark-gray and light as their text was not very readable

This commit is contained in:
johnnyq
2023-12-27 22:37:47 -05:00
parent 58c7dfe2c8
commit 4a5b0b9202
2 changed files with 24 additions and 5 deletions

View File

@@ -111,6 +111,25 @@ $config_telemetry = intval($row['config_telemetry']);
// Select Arrays
$theme_colors_array = array (
'blue',
'green',
'cyan',
'yellow',
'red',
'black',
'gray',
'indigo',
'navy',
'purple',
'fuchsia',
'pink',
'maroon',
'orange',
'teal',
'olive'
);
$colors_array = array (
'blue',
'green',