Private GIT

Skip to content
Snippets Groups Projects
Commit 2a34a5e9 authored by Christophe K.'s avatar Christophe K.
Browse files

Update README.md

parent b1633895
Branches
No related tags found
No related merge requests found
# Dark THEME LIBRENMS /* INSTALLATION ADD THIS BELOW TO YOUR CONFIG.PHP and delete this config add on comment */
dark theme for librenms based on mono theme from librenms /* SEE MORE @ https://github.com/librenms/librenms/blob/master/includes/defaults.inc.php */
/* INSTALLATION ADD THIS BELOW TO YOUR CONFIG.PHP */
/* SEEE MORE @ https://github.com/librenms/librenms/blob/master/includes/defaults.inc.php */
/* /*
### DARK MODE ### DARK MODE
// rtext color graph // text color graph
$config['rrdgraph_def_text_color'] = 'ffffff'; $config['rrdgraph_def_text_color'] = 'ffffff';
// Set to TRUE if you want to display the 95% based on the highest value. (aka real 95%) // Set to TRUE if you want to display the 95% based on the highest value. (aka real 95%)
// can't see the difference ...
$config['overlib_defaults'] = ",FGCOLOR,'#fff', BGCOLOR, '#000', BORDER, 5, CELLPAD, 4, CAPCOLOR, '#555555', TEXTCOLOR, '#ffffff'"; $config['overlib_defaults'] = ",FGCOLOR,'#fff', BGCOLOR, '#000', BORDER, 5, CELLPAD, 4, CAPCOLOR, '#555555', TEXTCOLOR, '#ffffff'";
// Set this to false if you want to disable the mouseover popup graphs // Set this to false if you want to disable the mouseover popup graphs
$config['web_mouseover'] = false; $config['web_mouseover'] = true;
### custom style ### custom style
# uncomment line below and replace the logo with yours # uncomment line below and replace the logo with yours
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment