TrafficMonitor: Fix the colors
Array.reverse() mutates the original array but the property is read-only, something that Qt 6 seems to now enforce.
Also, use Kirigami.Theme instead of PlasmaCore.Theme.
The colors are correct now.
Edited by Nate Graham