Updated default colors to reflect pandorafms official color palette (2023)

This commit is contained in:
slerena 2023-03-30 18:05:05 +00:00
parent 48d72e2fbb
commit 5e273ad4d5

View File

@ -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),