Skip to content

Instantly share code, notes, and snippets.

@linuxenko
Created October 24, 2016 11:25
Show Gist options
  • Save linuxenko/1eb7101c6ea55d285780bc60de6930d0 to your computer and use it in GitHub Desktop.
Save linuxenko/1eb7101c6ea55d285780bc60de6930d0 to your computer and use it in GitHub Desktop.
console rgb
(background.r > -1 ? encodeToVT100(`[48;2;${background.r};${background.g};${background.b}m`) : '') +
(foreground.r > -1 ? encodeToVT100(`[38;2;${foreground.r};${foreground.g};${foreground.b}m`) : '') +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment