fix classic theme video symbol color
This commit is contained in:
parent
7aecaf809d
commit
a263a41fc9
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@
|
|||
"symbolFailedColor": [160, 0, 0],
|
||||
"symbolPassedColor": [0, 160, 0],
|
||||
"symbolSelectedColor": [0, 0, 0],
|
||||
"symbolVideoColor": [255, 255, 255],
|
||||
"symbolVideoColor": [64, 64, 64],
|
||||
"symbolWarningColor": [255, 0, 0],
|
||||
|
||||
"tooltipBorder": [128, 128, 128, 0.96],
|
||||
|
|
Loading…
Reference in a new issue