mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
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:
parent
e04021be37
commit
73bb311293
1 changed files with 1 additions and 0 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue