Skip to content

Commit

Permalink
Changing arrow selection color based on personal preference
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Feb 2, 2018
1 parent a4834a1 commit 89db3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/ohdsi/rabbitInAHat/Arrow.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class Arrow implements MappingComponent {

public enum HighlightStatus {
IS_SELECTED (new Color(204, 255, 204, 192)),
IS_SELECTED (new Color(128, 128, 128, 192)),
BOTH_SELECTED (new Color(255, 255, 0, 192)),
SOURCE_SELECTED (new Color(255, 128, 0, 192)),
TARGET_SELECTED (new Color(0, 0, 255, 192)),
Expand Down

0 comments on commit 89db3f2

Please sign in to comment.