miaow2 / netbox-config-diff

Find diff and push rendered device configurations from NetBox to devices and apply them.
https://miaow2.github.io/netbox-config-diff/
Apache License 2.0
78 stars 5 forks source link

config diff is hard to read in dark mode #26

Closed chris240189 closed 1 year ago

chris240189 commented 1 year ago

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

miaow2 commented 1 year ago

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

miaow2 commented 1 year ago

Fix in release 1.2.1

chris240189 commented 1 year ago

awesome!