|
|
|
@ -6,8 +6,10 @@ let light={ |
|
|
|
// "scalesProperties.textColor" : "#333"
|
|
|
|
|
|
|
|
"paneProperties.background": "#222e3d", |
|
|
|
"paneProperties.vertGridProperties.color": "#646566", |
|
|
|
"paneProperties.horzGridProperties.color": "#646566", |
|
|
|
// "paneProperties.vertGridProperties.color": "#646566",
|
|
|
|
// "paneProperties.horzGridProperties.color": "#646566",
|
|
|
|
"paneProperties.vertGridProperties.color": "#222e3d", |
|
|
|
"paneProperties.horzGridProperties.color": "#222e3d", |
|
|
|
"scalesProperties.backgroundColor": "#222e3d", |
|
|
|
"scalesProperties.textColor" : "#7b9ca7", |
|
|
|
} |
|
|
|
@ -20,8 +22,10 @@ let dark = { |
|
|
|
// "scalesProperties.textColor" : "#7b9ca7"
|
|
|
|
|
|
|
|
"paneProperties.background": "#ffffff", |
|
|
|
"paneProperties.vertGridProperties.color": "#dcdee0", |
|
|
|
"paneProperties.horzGridProperties.color": "#dcdee0", |
|
|
|
// "paneProperties.vertGridProperties.color": "#dcdee0",
|
|
|
|
// "paneProperties.horzGridProperties.color": "#dcdee0",
|
|
|
|
"paneProperties.vertGridProperties.color": "#ffffff", |
|
|
|
"paneProperties.horzGridProperties.color": "#ffffff", |
|
|
|
"scalesProperties.backgroundColor": "#ffffff", |
|
|
|
"scalesProperties.textColor" : "#333" |
|
|
|
} |
|
|
|
|