We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6609e4 + 331ad96 commit fe33d59Copy full SHA for fe33d59
client-overlay.js
@@ -74,9 +74,9 @@ function problemType(type) {
74
}
75
76
module.exports = function(options) {
77
- for (var color in options.overlayColors) {
+ for (var color in options.ansiColors) {
78
if (color in colors) {
79
- colors[color] = options.overlayColors[color];
+ colors[color] = options.ansiColors[color];
80
81
ansiHTML.setColors(colors);
82
0 commit comments