Skip to content

Commit

Permalink
colors: use bright orange for metal 5 to make it easier to read
Browse files Browse the repository at this point in the history
fixes The-OpenROAD-Project#3165

Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Oct 19, 2024
1 parent 1f00f4c commit 28084cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/displayControls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ void DisplayControls::techInit(odb::dbTech* tech)
QColor(254, 0, 0),
QColor(9, 221, 0),
QColor(190, 244, 81),
QColor(255, 69, 100),
QColor(255, 165, 0), // Metal 5
QColor(32, 216, 253),
QColor(253, 108, 160),
QColor(150, 100, 255),
Expand Down

0 comments on commit 28084cb

Please sign in to comment.