diff --git a/static/js/terminal/lib/colors.js b/static/js/terminal/lib/colors.js index bbd8ce2..2bbfe21 100644 --- a/static/js/terminal/lib/colors.js +++ b/static/js/terminal/lib/colors.js @@ -55,6 +55,7 @@ module.exports = function (Terminal){ for (; i < 24; i++) { r = 8 + i * 10; + out(r, r, r); }