No way to set adhesive layer colours in 3D viewer
# Description This PCB design has 2 Silkscreen layers for 2 different colors. Components Designators are blue and graphics are White. For this, I'm using the layer F.Silkscreen for the component designators, and F.Adhesive for the graphics items. Making the layer F.Silkscreen blue is easily done in the Board stackup manager: ![image](/uploads/c5f3c37307fe17a05bd6d4dbe3d50f4d/image.png) However, the Board Stackup manager cannot change the F.Adhesive layer color which is Magenta 3 by default. This leads to the following result (the KiCAD logo is on the F.Adhesive layer): ![image](/uploads/6fb1dacd0ebf6cbb703d31272fee6521/image.png) The F.Adhesive color in the PCB and the 3D Viewer is defined by the Color Theme. Changing the default Color Theme isn't allowed, so I'm creating a custom Color Theme named COMPANY and after changing the F.Adhesive color, the color changes in the PCB viewer as expected (change from Magenta 3 to White): ![image](/uploads/000864bac17c78ef7ed7fdd8b8441d61/image.png) This is before: ![image](/uploads/776c4d07382259c1d1d9bf52e51b5be0/image.png) This is after: ![image](/uploads/f03a89baa958307068bb5abf7eab1dd8/image.png) So far so good for the PCB view. Unfortunately, the logo still shows as Magenta 3 in the 3D Viewer, because the 3D Viewer doesn't seem to switch to the custom Color Theme "COMPANY". Instead it still uses the "KiCad Default" theme, confirmed by using a totally different color in the Color Theme "KiCad Default" (green). ![image](/uploads/e2d35a9d2cc716c2833fe25acd668991/image.png) With the Color Theme "COMPANY" selected, the PCB view is the expected color: White, but the 3D Viewer shows the "KiCad Default" color: Green. ![image](/uploads/70e0deaf4554c565a73a9965f6db74b7/image.png) # KiCad Version <!-- Copy version information (from main menu Help->About KiCad ->Copy Version Info) and paste it between the triple backticks below to preserve the formatting. --> ``` Application: KiCad PCB Editor x64 on x64 Version: 7.0.2, release build Libraries: wxWidgets 3.2.2 FreeType 2.12.1 HarfBuzz 6.0.0 FontConfig 2.14.1 libcurl/7.88.1-DEV Schannel zlib/1.2.13 Platform: Windows 11 (build 25300), 64-bit edition, 64 bit, Little endian, wxMSW Build Info: Date: Apr 15 2023 19:18:27 wxWidgets: 3.2.2 (wchar_t,wx containers) Boost: 1.81.0 OCC: 7.6.3 Curl: 7.88.1-DEV ngspice: 40 Compiler: Visual C++ 1934 without C++ ABI Build settings: KICAD_SPICE=ON ```
issue