##// END OF EJS Templates
Add whatsnew for true_color option
Jacob Niehus -
Show More
@@ -0,0 +1,9 b''
1 prompt_toolkit uses pygments styles for syntax highlighting. By default, the
2 colors specified in the style are approximated using a standard 256-color
3 palette. prompt_toolkit also supports 24bit, a.k.a. "true", a.k.a. 16-million
4 color escape sequences which enable compatible terminals to display the exact
5 colors specified instead of an approximation. This true_color option exposes
6 that capability in prompt_toolkit to the IPython shell.
7
8 Here is a good source for the current state of true color support in various
9 terminal emulators and software projects: https://gist.github.com/XVilka/8346728
General Comments 0
You need to be logged in to leave comments. Login now