randy3k / Terminus

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

text background highlighted #225

Open godey4me opened 4 years ago

godey4me commented 4 years ago

My powershell has the default color scheme (screenshot # 1) but in terminus panel I get text highlighted with a white background, (screenshot # 2). I have tried changing terminus theme, resetting but still get the highlighted background. Any suggestions on getting a default white on black terminal without the highlight? 2020-06-27_7-50-42

randy3k commented 4 years ago

Did you enable a plugin that highlights trailing spaces?

godey4me commented 4 years ago

No I do not have trailing spaces plugin. I also have "draw_white_space": "selection", toggled between all and selection but didn't make a difference

Afrowave commented 4 years ago

Hi @godey4me,

I had a similar problem.

My terminal is a zsh shell and on Terminus it looked like so:

Screenshot 2020-07-02 at 22 05 46

On iTerm, it looks like so:

Screenshot 2020-07-02 at 22 06 34

So I thought it should be a Terminus setting and in the preferences, I found that has to configure the color:

// Note: for unix users, you will get better 256 color experience
// if you also set "unix_term" to "xterm-256color"
// 256 color is not working on Windows because of upstream winpty's issue
// https://github.com/rprichard/winpty/issues/108
"256color": false,

So I set mine to "256color":true and now everything works as it should.

Note the Windows issue.

godey4me commented 4 years ago

Thanks. Tried setting "256color":true" but had no effect.

9840380 commented 1 year ago

same no efect

2023-07-19_00-02-48