Skip to content

Commit

Permalink
change control signal color
Browse files Browse the repository at this point in the history
  • Loading branch information
mikuhn committed Dec 14, 2023
1 parent f5a749d commit 2cb4f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion architecture_simulator/gui/toy_svg_directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@ class SvgFillDirectiveControlUnit(SvgFillDirective):
"""SVG Fill Directive for the control unit signals."""

def __init__(self):
super().__init__(color_on="#ED6B03", color_off="#000000")
super().__init__(color_on="#ed0202", color_off="#000000")

0 comments on commit 2cb4f3f

Please sign in to comment.