Change the graph colors

Hi,

Where can I change the graph colors for the trafic graphs ?

Thanks.

For bits we use ‘green’ and ‘blue’ variables so you can overide those in config.php:

$config['graph_colours']['greens']  = array(
    'B6D14B',
    '91B13C',
    '6D912D',
    '48721E',
    '24520F',
    '003300',
);
$config['graph_colours']['blues']   = array(
    'A0A0E5',
    '8080BD',
    '606096',
    '40406F',
    '202048',
    '000033',
);

Just put what you want in the hex values.

Perfect, thank you !

I know this is exceptionally old, but still relevant, so why start another thread, eh?

Beyond the graphs themselves, any info somewhere where we can control everything on the pages? BG color, grid lines, custom images, eg add a company logo and the like?

You can change theme… only a few options. See here → https://docs.librenms.org/#Support/Configuration/#webui-settings
Company logo Yes see here → https://docs.librenms.org/#Support/Configuration/#webui-settings
Grid lines No. Thats a RRDtool limitation.