I wanted to make a global dark theme for my SpaceMouse Enterprise's LCD screen and this is coming along quite nicely.
Although, I've hit a bit of a snag. If I supplement the <Settings> block with <TextSize>Large</TextSize> then my colors end up being mangled.
Example without TextSize large:

Example with TextSize large:

Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<!--
(c) Copyright 3Dconnexion. All rights reserved.
$Revision: 20533 $
-->
<Global xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Default="false" CfgFormatVersion="1.3" ThisFileVersion="1.35">
<CfgProperties>
<ID>ID_Global_Cfg</ID>
<InheritsFromID>ID_Global_Cfg</InheritsFromID>
<Name>STR_GLOBALCFG</Name>
</CfgProperties>
<AuthorInfo>
<DriverVersion>17.8.20.20889</DriverVersion>
<LastChange>
<Tool>3DxSmartUI.exe</Tool>
<Version>1.2.24106.20869</Version>
<Date>6/13/2024 11:21:15 PM UTC</Date>
<User>vix</User>
</LastChange>
</AuthorInfo>
<Devices>
<Device>
<ID>ID_ProductID_C633</ID>
<Settings>
<LCDIntensity>100</LCDIntensity>
<BackColor>#000000</BackColor>
<ForeColor>#B4D455</ForeColor>
<ButtonBackColor>#1c1c1c</ButtonBackColor>
<ButtonForeColor>#B4D455</ButtonForeColor>
<ButtonPressBackColor>#ff248dcf</ButtonPressBackColor>
<TextSize>Large</TextSize>
</Settings>
</Device>
</Devices>
</Global>
I'd like to be able to change the size of the icons of custom macros, for instance.