Skip to content

Commit

Permalink
reduce alpha on blockdag connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Jan 22, 2024
1 parent fdcc3df commit d9bd3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/egui/theme/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ impl ThemeColor {
block_dag_block_fill_color: Color32::from_rgb(201, 230, 240),
block_dag_block_stroke_color: Color32::from_rgb(42, 51, 50),
block_dag_vspc_connect_color: Color32::from_rgb(11, 77, 70),
block_dag_parent_connect_color: Color32::from_rgba_premultiplied(0, 0, 0, 64),
block_dag_parent_connect_color: Color32::from_rgba_premultiplied(0, 0, 0, 80),
}
}
}
Expand Down

0 comments on commit d9bd3e1

Please sign in to comment.