Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Can I have Input: color on (default)?

May
12,930
170
With these settings,

1643229854357.png


I can change the console's color scheme to any of WindowsTerminal's 9 schemes (with VT escape sequences in a BTM) and the default (^e[0m) is as it should be (instead of a pair of colors from the 16-color palette). This is the "Solarized Dark" scheme. Notice that the background volor is not one of the palette colors.

1643230106458.png


But if I use this,

1643230150807.png


TCC changes it to this

1643230188045.png


and this happens (input now BRI YEL ON BLA).

1643230230689.png
 
I can get bright yellow input with this

1643231918607.png


using

Code:
alias pre_input `echos ^e[33;1m`
alias pre_exec `echos ^e[0m`
 

Similar threads

G
Replies
2
Views
3K
Back
Top