I want to remove the frames around certain parts of the UI in order to save space. Here's a minimally useful config that should save some space:
version = "1.0.0"
xplr.config.general.panel_ui.table.borders = {}
xplr.config.general.panel_ui.table.title.format = ""
and what it looks like with current version:

I do already have the code modified on my computer, so I can just make a PR for it if you'll allow. Default behavior can be kept with title.format = " "
Top is xplr 1.0.0, bottom is my changes. Left is default config, right is same minimally useful config given above.
