X-Git-Url: https://git.r.bdr.sh/rbdr/tomato-sauce/blobdiff_plain/fd38d4096e65ba5afba8ed1ddc75ed1814ca8c16..a0666be3ab58ed83ad6d622cfe2b8293c40dffbb:/lib/renderers/true_color.js diff --git a/lib/renderers/true_color.js b/lib/renderers/true_color.js index 811d186..ae7d11f 100644 --- a/lib/renderers/true_color.js +++ b/lib/renderers/true_color.js @@ -15,5 +15,5 @@ */ module.exports = function (red, blue, green) { - return `\x1B[48;2;${Math.round(red)};${Math.round(green)};${Math.round(blue)}m`; + return `\x1B[48;2;${Math.round(red)};${Math.round(green)};${Math.round(blue)}m`; };