From e0a83e5340ca35d3aa7a8fc5d7a9dc8046aaeb8e Mon Sep 17 00:00:00 2001 From: slerena Date: Fri, 31 Mar 2023 09:23:13 +0000 Subject: [PATCH] Updated default colors (again). This is the final one I hope. --- pandora_console/pandoradb_data.sql | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 03ac46b18c..ed6f12fe99 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -51,16 +51,16 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES ('show_lastalerts','1'), ('style','pandora'), ('graph_image_height', '250'), -('graph_color1', '#1c7973'), -('graph_color2', '#82b92f'), -('graph_color3', '#e82a2a'), -('graph_color4', '#8577cf'), -('graph_color5', '#f5a623'), -('graph_color6', '#14524f'), -('graph_color7', '#024eff'), -('graph_color8', '#18c7c5'), -('graph_color9', '#ec7175'), -('graph_color10', '#c0ccdc'), +('graph_color1', '#1d7773'), +('graph_color2', '#82b92d'), +('graph_color3', '#fa4143'), +('graph_color4', '#c0d7ea'), +('graph_color5', '#f3712a'), +('graph_color6', '#7151cb'), +('graph_color7', '#287ca2'), +('graph_color8', '#42aa8b'), +('graph_color9', '#d54f6b'), +('graph_color10', '#f9c64e'), ('trap2agent', '0'), ('date_format', 'F j, Y, g:i a'), ('event_view_hr', 8),