randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.39k stars 81 forks source link

Customizing the theme for Diff input and output colors #213

Closed prabh1601 closed 4 years ago

prabh1601 commented 4 years ago

I use terminus with Sublime text for cpp files .. Now one thing that bothers me is that all my input and output are of same color and it really puts it hard to distinguish that what is input and what is output ... So is there a way to get this thing done ... lets say screen shows me output of "hello world" and input is "12" .. So briefly I want these two be of diff colors

randy3k commented 4 years ago

Why don't you print with colors in the first place?

prabh1601 commented 4 years ago

I am a competitive programmer buddy ... Ain't much feasible for me if i start doing so

randy3k commented 4 years ago

Anyhow, it is the duty of the program or process to handle colors, not ours.