How can I copy the colours of only certain elements in the MoonBot terminal, such as the colours of long and short buy orders?

: File system

In the MoonBot terminal, on the Settings – User Interface tab, you can click on the Colors Setup button to open the Colors Setup window, where you can change the colour and transparency of various interface elements, including the colours for long and short Buy orders using the BuyOrder and BuyShort parameters, respectively. To copy the colours of these orders to transfer the settings to another terminal, open the MoonBot.ini file in the current terminal and, in the [ColoursLight] section for the light theme or in the [ColoursDark] section for the dark theme, copy the corresponding lines for long (e.g., BuyOrder=FF000000) and short (e.g., BuyShort=FF8B008B) Buy orders. Then, with the second terminal turned off, open its MoonBot.ini file and replace the corresponding lines with the ones you copied earlier, and then run the second terminal in administrator mode.
All changes to the MoonBot.ini file should only be made when the MoonBot terminal is turned off.