Fix printer card skeleton colors

Contributes to CL-1051
This commit is contained in:
Ian Paschal 2018-10-24 11:13:38 +02:00
parent 8662e1a125
commit d077dcc851
3 changed files with 11 additions and 6 deletions

View file

@ -240,6 +240,7 @@
"monitor_progress_fill_text": [0, 0, 0, 255],
"monitor_progress_fill": [216, 216, 216, 255],
"monotir_printer_icon_inactive": [154, 154, 154, 255],
"monitor_skeleton_fill": [31, 36, 39, 255]
"monitor_skeleton_fill": [31, 36, 39, 255],
"monitor_skeleton_fill_dark": [31, 36, 39, 255]
}
}

View file

@ -342,6 +342,7 @@
"monitor_progress_fill": [12, 169, 227, 255],
"monitor_shadow": [0, 0, 0, 63],
"monitor_skeleton_fill": [245, 245, 245, 255],
"monitor_skeleton_fill_dark": [216, 216, 216, 255],
"monitor_text_inactive": [154, 154, 154, 255]
},