Hi can anyone please help me redesign the kits gui for my server? Im willing to pay!
Make the UI darker?
Here's my kits.cs and config for this:

(Don't mind the black arrows.)
.cs line 1345 has the tile image link (the red flag) Lines 1239 - 1370 have comments showing where some more color changes are. Comments start with a lot of
Background panel color is at .cs line 1240. "0.5 0.5 0.5 0.9" is the RGB and then Alpha (transparency/opacity)
https://tug.org/pracjourn/2007-4/walden/color.pdf might help.
There aren't any settings in the config that would allow you change this stuff. It's only by modifying the .cs file can that we customize stuff.

(Don't mind the black arrows.)
.cs line 1345 has the tile image link (the red flag) Lines 1239 - 1370 have comments showing where some more color changes are. Comments start with a lot of
///////////////////background size hereBackground panel color is at .cs line 1240. "0.5 0.5 0.5 0.9" is the RGB and then Alpha (transparency/opacity)
https://tug.org/pracjourn/2007-4/walden/color.pdf might help.
There aren't any settings in the config that would allow you change this stuff. It's only by modifying the .cs file can that we customize stuff.