Skip to content

Commit ccb3aad

Browse files
committed
1 parent a825d51 commit ccb3aad

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
@@ -339,7 +339,7 @@ export abstract class RendererBase {
339339
this.options.colourBlind = false;
340340
}
341341
if (this.options.colourBlind) {
342-
this.options.colours = ["#ddcc77", "#cc6677", "#aa4499", "#882255", "#332288", "#117733", "#44aa99", "#88ccee", "#999999"];
342+
this.options.colours = ["#9F0162", "#8400CD", "#A40122", "#009F81", "#008DF9", "#E20134", "#FF5AAF", "#00C2F9", "#FF6E3A", "#00FCCF", "#FFB2FD", "#FFC33B"];
343343
} else {
344344
this.options.colours = ["#e41a1c", "#377eb8", "#4daf4a", "#ffff33", "#984ea3", "#ff7f00", "#a65628", "#f781bf", "#999999"];
345345
}

0 commit comments

Comments
 (0)