X-Git-Url: https://git.r.bdr.sh/rbdr/tomato-sauce/blobdiff_plain/c80b2f4575cfc3d74ec8e0b112943cbd081ffcd7..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`; };