Created
November 22, 2019 15:07
-
-
Save fikovnik/b075e864c41789fcc3bb1f03e777f1c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# From [[info:efaq#Colors%20on%20a%20TTY][Colors on a TTY]] | |
# Use colon separators. | |
screen-24bit|screen with 24-bit direct color mode, | |
use=screen-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. | |
screen-24bits|screen with 24-bit direct color mode, | |
use=screen-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