mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Remove Themes, lime dark-gray and light as their text was not very readable
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user