Skip to content

Commit

Permalink
better colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Nov 27, 2023
1 parent 22827f0 commit a6d41b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions report-viewer/src/utils/ColorUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ function generateColorsForInterval(

/** This is the list of colors that are used as the background colot of matches in the comparison view */
const matchColors: { red: number; green: number; blue: number }[] = [
{ red: 255, green: 61, blue: 0 },
{ red: 0, green: 133, blue: 255 },
{ red: 255, green: 122, blue: 0 },
{ red: 0, green: 133, blue: 255 },
{ red: 255, green: 0, blue: 122 },
{ red: 255, green: 245, blue: 0 },
{ red: 0, green: 255, blue: 255 },
{ red: 112, green: 0, blue: 255 },
Expand Down

0 comments on commit a6d41b4

Please sign in to comment.