summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2016-06-01 05:09:05 -0400
committerJordan Wiens <jordan@psifertex.com>2016-06-01 05:09:05 -0400
commitd77bcec46af3b1e08ec1bf26899bef8dae46a528 (patch)
treeb9ea3503e39daab3e0c70273301b5d07ab0cd2df /python
parent16a07a7b7a5fe7acf172c8f5eedd5d9898645e22 (diff)
missed a few colors
Diffstat (limited to 'python')
-rwxr-xr-xpython/examples/export-svg.py13
1 files changed, 8 insertions, 5 deletions
diff --git a/python/examples/export-svg.py b/python/examples/export-svg.py
index ad3a3dd7..5826a546 100755
--- a/python/examples/export-svg.py
+++ b/python/examples/export-svg.py
@@ -76,24 +76,27 @@ def render_svg(function):
.CodeSymbolToken {{
fill: rgb(128, 198, 223);
}}
- .TextToken {{
+ .DataSymbolToken {{
+ fill: rgb(142, 230, 237);
+ }}
+ .TextToken, .InstructionToken, .BeginMemoryOperandToken, .EndMemoryOperandToken {{
fill: rgb(224, 224, 224);
}}
- .PossibleAddressToken {{
+ .PossibleAddressToken, .IntegerToken {{
fill: rgb(162, 217, 175);
}}
.RegisterToken {{
fill: rgb(237, 223, 179);
}}
- .InstructionToken {{
- fill: rgb(224, 224, 224);
- }}
.AnnotationToken {{
fill: rgb(218, 196, 209);
}}
.ImportToken {{
fill: rgb(237, 189, 129);
}}
+ .StackVariableToken {{
+ fill: rgb(193, 220, 199);
+ }}
]]></style>
<marker id="arrow-TrueBranch" class="arrow TrueBranch" viewBox="0 0 10 10" refX="10" refY="5" markerUnits="strokeWidth" markerWidth="4" markerHeight="3" orient="auto">
<path d="M 0 0 L 10 5 L 0 10 z" />