Skip to content

Commit e4fed37

Browse files
committed
Merge branch 'develop'
2 parents dd96168 + eb8b2df commit e4fed37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/_base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export abstract class RendererBase {
334334
this.options.colourBlind = false;
335335
}
336336
if (this.options.colourBlind) {
337-
this.options.colours = ["#ddcc77", "#cc6677", "#aa4499", "#882255", "#332288", "#117733", "#44aa99", "#88ccee"];
337+
this.options.colours = ["#ddcc77", "#cc6677", "#aa4499", "#882255", "#332288", "#117733", "#44aa99", "#88ccee", "#999999"];
338338
} else {
339339
this.options.colours = ["#e41a1c", "#377eb8", "#4daf4a", "#ffff33", "#984ea3", "#ff7f00", "#a65628", "#f781bf", "#999999"];
340340
}

0 commit comments

Comments
 (0)