Skip to content

Commit c24412b

Browse files
committed
updated colors
1 parent 3ee9185 commit c24412b

5 files changed

+8
-8
lines changed

js/module/tracer/chart.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class ChartTracer extends Tracer {
1111
super(name);
1212

1313
this.color = {
14-
selected: 'rgb(0, 0, 255)',
15-
notified: 'rgb(255, 0, 0)',
14+
selected: '#2962ff',
15+
notified: '#c51162',
1616
default: 'rgb(136, 136, 136)'
1717
};
1818

public/algorithm_visualizer.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)