mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
Enable 24bit color support for Emacs in Terminal
This commit is contained in:
11
terminfo/screen-24bit.terminfo
Normal file
11
terminfo/screen-24bit.terminfo
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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,
|
||||
Reference in New Issue
Block a user