Skip to content

rcrawf/netbox-plugin-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetBox Themes Plugin

Plugin to inject custom CSS themes into NetBox.

Tested on Netbox >= 4.1.0.

Warning

This is experimental so use at your own risk 🌞

Installation

Install the plugin:

pip install netbox-plugin-themes

Add to Netbox configuration:

# configuration.py
PLUGINS = [
    'netbox_themes',
]

Run the migrations and generate static content:

manage.py migrate
manage.py collectstatic

Then restart the Netbox service.

Create a theme!

This is a basic example to change to a monospace font:

Create a theme

Or take a look in the samples directory:

Doom

Sunrise

Christmas

Greggs

Build instructions

python3 -m pip install --upgrade build
python3 -m build

About

Add custom CSS to NetBox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published