mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:26:40 +00:00
12 lines
545 B
Plaintext
12 lines
545 B
Plaintext
# 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,
|