Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dark THEME LIBRENMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christophe K.
Dark THEME LIBRENMS
Commits
aa38a24d
Commit
aa38a24d
authored
5 years ago
by
Christophe K.
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
f66a1ffa
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#26
canceled
5 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+27
-1
27 additions, 1 deletion
README.md
with
27 additions
and
1 deletion
README.md
+
27
−
1
View file @
aa38a24d
# Dark THEME LIBRENMS
dark theme for librenms based on mono theme from librenms
/
* INSTALLATION ADD THIS BELOW TO YOUR CONFIG.PHP *
/
/
* SEEE MORE @ https://github.com/librenms/librenms/blob/master/includes/defaults.inc.php *
/
/
*
### DARK MODE
// rtext color graph
$config['rrdgraph_def_text_color'] = 'ffffff';
// Set to TRUE if you want to display the 95% based on the highest value. (aka real 95%)
$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
$config['web_mouseover'] = false;
### custom style
# uncomment line below and replace the logo with yours
# $config['title_image'] = "images/custom/librenms_logo_light_ck.png";
# Create a sub dir in html/css folder and create a css files
$config
[
'webui'
][
'custom_css'
]
[] = "css/custom/styles.css";
### https://docs.librenms.org/Support/Configuration/#webui-settings
## this add style is based on mono theme
$config['site_style'] = "mono";
*
/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment