Skip to content

Instantly share code, notes, and snippets.

@chuntaro
Created January 19, 2022 09:07
Show Gist options
  • Select an option

  • Save chuntaro/aafe8fe9c2c4d70420c3f50a6bf384cc to your computer and use it in GitHub Desktop.

Select an option

Save chuntaro/aafe8fe9c2c4d70420c3f50a6bf384cc to your computer and use it in GitHub Desktop.
# Use colon separators.
xterm-24bit|xterm with 24-bit direct color mode,
use=xterm-256color,
setb24=\E[48:2:%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1%{255}%&%dm,
setf24=\E[38:2:%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1%{255}%&%dm,
# Use semicolon separators.
xterm-24bits|xterm with 24-bit direct color mode,
use=xterm-256color,
setb24=\E[48;2;%p1%{65536}%/%d;%p1%{256}%/%{255}%&%d;%p1%{255}%&%dm,
setf24=\E[38;2;%p1%{65536}%/%d;%p1%{256}%/%{255}%&%d;%p1%{255}%&%dm,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment