miaow2 / netbox-config-diff

Find diff and push rendered device configurations from NetBox to devices and apply them.

Home Page:https://miaow2.github.io/netbox-config-diff/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

config diff is hard to read in dark mode

chris240189 opened this issue · comments

the config diff in dark mode has a unreadable color scheme.

Describe the solution you'd like
a color scheme that is usable in dark mode

Describe alternatives you've considered
toggle to light mode when reading the config diff

Hi @chris240189 , thank you for opening this issue.

I've just pushed the beta version of the new release to PyPi with a dark theme for diff.
You can try it by updating plugin with pip
pip install netbox-config-diff==1.2.1b1
After that collect static for NetBox
python manage.py collectstatic --noinput
and restart NetBox.

This is how it looks
image

Fix in release 1.2.1

awesome!