From 5e273ad4d520c4344df300808cf54223d29744d2 Mon Sep 17 00:00:00 2001 From: slerena Date: Thu, 30 Mar 2023 18:05:05 +0000 Subject: [PATCH] Updated default colors to reflect pandorafms official color palette (2023) --- 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 6dc7c86328..bbd71497a3 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', '#99dd00'), -('graph_color2', '#336600'), -('graph_color3', '#3399cc'), -('graph_color4', '#ff66cc'), -('graph_color5', '#CC0000'), -('graph_color6', '#0033FF'), -('graph_color7', '#ff6600'), -('graph_color8', '#330066'), -('graph_color9', '#ffff00'), -('graph_color10', '#99ffff'), +('graph_color1', '#1c7973'), +('graph_color2', '#82b92f'), +('graph_color3', '#e82a2a'), +('graph_color4', '#5c63a3'), +('graph_color5', '#f5a623'), +('graph_color6', '#14524f'), +('graph_color7', '#024eff'), +('graph_color8', '#18c7c5'), +('graph_color9', '#ec7175'), +('graph_color10', '#c0ccdc'), ('trap2agent', '0'), ('date_format', 'F j, Y, g:i a'), ('event_view_hr', 8),