Skip to content
Snippets Groups Projects
Commit f1927def authored by Christoph Dornieden's avatar Christoph Dornieden
Browse files

added explorviz

parent 0f7690d0
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node th ...@@ -48,7 +48,7 @@ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node th
[type="serviceInstance"] { [type="serviceInstance"] {
background-color: ${variables.serviceColor}; background-color: ${variables.serviceColor};
color: ${variables.serviceTextColor}; color: ${variables.serviceTextColor};
border-color: ${variables.serviceBordertColor}; border-color: ${variables.serviceBorderColor};
border-style: solid; border-style: solid;
border-opacity: 1; border-opacity: 1;
font-weight: bold; font-weight: bold;
......
...@@ -6,8 +6,8 @@ export default { ...@@ -6,8 +6,8 @@ export default {
nodeTextColor : '#333399', nodeTextColor : '#333399',
nodeColor : 'white', nodeColor : 'white',
nodeBorderColor : '#333399', nodeBorderColor : '#333399',
serviceTextColor : 'white', serviceTextColor : '#333399',
serviceColor : '#333399', serviceColor : 'white',
serviceBorderColor : '#333399', serviceBorderColor : '#333399',
arrowBorderColor : '#333399', arrowBorderColor : '#333399',
arrowColor : '#333399', arrowColor : '#333399',
...@@ -82,5 +82,19 @@ export default { ...@@ -82,5 +82,19 @@ export default {
arrowBorderColor : '#89888C', arrowBorderColor : '#89888C',
arrowColor : '#89888C', arrowColor : '#89888C',
arrowLabelColor: '#403E21' arrowLabelColor: '#403E21'
},
'explorviz' :{
nodeGroupTextColor : 'black',
nodeGroupColor : '#c7c7c7',
nodeGroupBorderColor : '#c7c7c7',
nodeTextColor : 'black',
nodeColor : '#00bb41',
nodeBorderColor : '#00bb41',
serviceTextColor : 'white',
serviceColor : '#613eb4',
serviceBorderColor : '#613eb4',
arrowBorderColor : '#f2901c',
arrowColor : '#f2901c',
arrowLabelColor: 'black'
} }
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment