Add dark theme entry for background of detail panels

Otherwise it uses the very bright light theme which doesn't match with the light text colour in dark mode.

Contributes to issue CURA-8556. Found during issue CURA-8557.
This commit is contained in:
Ghostkeeper 2021-10-29 15:47:22 +02:00
parent e04021be37
commit 73bb311293
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -6,6 +6,7 @@
"colors": {
"main_background": [39, 44, 48, 255],
"detail_background": [63, 63, 63, 255],
"message_background": [39, 44, 48, 255],
"wide_lining": [31, 36, 39, 255],
"thick_lining": [255, 255, 255, 60],