Skip to content

Commit

Permalink
Sideview: Changed some colors
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanbasten-ns committed Sep 20, 2023
1 parent 6459fb6 commit a9269fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tool_sideview/sideview_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ def __init__(
)

self.weir_lower_fill = pg.FillBetweenItem(
self.weir_middle_plot, self.weir_bottom_plot, pg.mkBrush(255, 0, 0)
self.weir_middle_plot, self.weir_bottom_plot, pg.mkBrush(227, 26, 28)
)
self.weir_middle_fill = pg.FillBetweenItem(
self.weir_upper_plot, self.weir_middle_plot, pg.mkBrush(180, 180, 180)
self.weir_upper_plot, self.weir_middle_plot, pg.mkBrush(255, 153, 155)
)
self.weir_upper_fill = pg.FillBetweenItem(
self.weir_top_plot, self.weir_upper_plot, pg.mkBrush(255, 0, 0)
self.weir_top_plot, self.weir_upper_plot, pg.mkBrush(227, 26, 28)
)

self.sewer_top_fill = pg.FillBetweenItem(
Expand Down

0 comments on commit a9269fc

Please sign in to comment.